12021-10-01 Xan López <xan@igalia.com>
2
3 [JSC][32bit] Remove a bunch of compiler warnings
4 https://bugs.webkit.org/show_bug.cgi?id=231091
5
6 Reviewed by NOBODY (OOPS!).
7
8 * bytecode/CodeBlock.cpp:
9 (JSC::CodeBlock::isConstantOwnedByUnlinkedCodeBlock const): make
10 the function return a default value. Also assert in the default
11 case for the switch, since it covers all the possibilites (as of
12 now).
13 * dfg/DFGOSRExit.cpp:
14 (JSC::DFG::OSRExit::compileExit): silence warning about unused
15 variable, it's not used in 32-bit.
16 * jit/JITOpcodes32_64.cpp:
17 (JSC::JIT::emit_op_enter): use an unsigned int for the loop count.
18