1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

examples: fix compilation with -prod

This commit is contained in:
Alexander Medvednikov
2021-04-23 14:48:04 +03:00
parent cf497623dc
commit 0567cbe431
6 changed files with 23 additions and 20 deletions

View File

@@ -63,6 +63,7 @@ pub fn info() &LiveReloadInfo {
unsafe {
mut p := &u64(&C.g_live_info)
*p = &u64(x)
_ = p
}
return x
}