summaryrefslogtreecommitdiffstats
path: root/third_party/yasm/yasm.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/yasm/yasm.gyp')
-rw-r--r--third_party/yasm/yasm.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/yasm/yasm.gyp b/third_party/yasm/yasm.gyp
index f9f4242..0fe28db 100644
--- a/third_party/yasm/yasm.gyp
+++ b/third_party/yasm/yasm.gyp
@@ -545,11 +545,11 @@
'xcode_settings': {
'WARNING_CFLAGS': [
# re2c is missing CLOSEVOP from one switch.
- '-Wno-switch-enum',
+ '-Wno-switch',
],
},
'cflags': [
- '-Wno-switch-enum',
+ '-Wno-switch',
],
}],
],