mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 945077 - Fix -Wunused-variable warning for sHandlersInstalled on OS X. r=luke
--HG-- extra : rebase_source : d2d74e9c4016669e12b00576446f70f476a3b672
This commit is contained in:
parent
f8ab37eea0
commit
eddea2bf54
@ -928,7 +928,9 @@ AsmJSFaultHandler(int signum, siginfo_t *info, void *context)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if !defined(XP_MACOSX)
|
||||
static bool sHandlersInstalled = false;
|
||||
#endif
|
||||
|
||||
bool
|
||||
js::EnsureAsmJSSignalHandlersInstalled(JSRuntime *rt)
|
||||
|
Loading…
Reference in New Issue
Block a user