12012-07-13 Patrick Gansterer <paroga@webkit.org>
2
3 [WIN] Fix compilation of JSGlobalData.h with ENABLE(DFG_JIT)
4 https://bugs.webkit.org/show_bug.cgi?id=91243
5
6 Reviewed by NOBODY (OOPS!).
7
8 Disable MSVC warning 4200 "zero-sized array in struct/union" for JSC::ScratchBuffer.
9
10 * runtime/JSGlobalData.h:
11 (JSC):
12