mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builtin: fix an unused var warning on windows
This commit is contained in:
parent
669a4ea1be
commit
49a2de562b
@ -267,6 +267,7 @@ fn break_if_debugger_attached() {
|
||||
unsafe {
|
||||
mut ptr := &voidptr(0)
|
||||
*ptr = voidptr(0)
|
||||
_ = ptr
|
||||
}
|
||||
} $else {
|
||||
if C.IsDebuggerPresent() {
|
||||
|
Loading…
Reference in New Issue
Block a user