summaryrefslogtreecommitdiffstats
path: root/third_party/yasm
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-15 18:03:37 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-15 18:03:37 +0000
commit0f78d8cc18a47dcbd4cd404b8472928ad6c3e4b9 (patch)
treebd8b3140c878524ca1e609a30ac24b845079c9a2 /third_party/yasm
parenteeec92acdd364a7fda37d63c38bd4bf038cc0599 (diff)
downloadchromium_src-0f78d8cc18a47dcbd4cd404b8472928ad6c3e4b9.zip
chromium_src-0f78d8cc18a47dcbd4cd404b8472928ad6c3e4b9.tar.gz
chromium_src-0f78d8cc18a47dcbd4cd404b8472928ad6c3e4b9.tar.bz2
clang: -Wswitch warning tweaks.
yasm: Switch/enum warnings moved from -Wswitch-enum to -Wswitch in clang, rename flag. Roll ffmpeg 120865:122092 Only change: -Wno-switch-enum -> -Wno-switch Roll ICU 121777:122103 Only change: Add -Wno-switch to ICU (two CLs). Roll NSS 117974:122093 r119755: Allow projects dependent on NSS to specify whether to build the complete NSS. r122093: -Wno-switch-enum -> -Wno-switch BUG=102390 TEST=fewer warnings when building TBR=evan Review URL: https://chromiumcodereview.appspot.com/9411001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122106 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/yasm')
-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',
],
}],
],