mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1300380 - Suppress warning for unused private on osx arm build. r=bbouvier
This commit is contained in:
parent
e961cd6c92
commit
44428e1257
@ -2644,6 +2644,7 @@ class BaseCompiler
|
||||
else
|
||||
masm.outOfLineWasmTruncateDoubleToInt32(fsrc, isUnsigned, rejoin());
|
||||
#else
|
||||
(void)isUnsigned; // Suppress warning for unused private.
|
||||
MOZ_CRASH("BaseCompiler platform hook: OutOfLineTruncateF32OrF64ToI32 wasm");
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user