Changeset 210769 in webkit for trunk/Source/JavaScriptCore/wasm/generateWasmValidateInlinesHeader.py
- Timestamp:
- Jan 14, 2017, 11:35:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/wasm/generateWasmValidateInlinesHeader.py
r209880 r210769 126 126 #if ENABLE(WEBASSEMBLY) 127 127 128 #include <wtf/StdLibExtras.h> 129 130 #if COMPILER(GCC) && ASSERT_DISABLED 131 #pragma GCC diagnostic push 132 #pragma GCC diagnostic ignored "-Wreturn-type" 133 #endif // COMPILER(GCC) && ASSERT_DISABLED 134 128 135 namespace JSC { namespace Wasm { 129 136 … … 152 159 } } // namespace JSC::Wasm 153 160 161 #if COMPILER(GCC) && ASSERT_DISABLED 162 #pragma GCC diagnostic pop 163 #endif // COMPILER(GCC) && ASSERT_DISABLED 164 154 165 #endif // ENABLE(WEBASSEMBLY) 155 166
Note:
See TracChangeset
for help on using the changeset viewer.