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:
@@ -63,6 +63,7 @@ pub fn info() &LiveReloadInfo {
|
||||
unsafe {
|
||||
mut p := &u64(&C.g_live_info)
|
||||
*p = &u64(x)
|
||||
_ = p
|
||||
}
|
||||
return x
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user