Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: third_party/yasm/yasm.gyp

Issue 9411001: clang: -Wswitch warning tweaks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: icu 122103 Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/yasm/yasm.gyp
diff --git a/third_party/yasm/yasm.gyp b/third_party/yasm/yasm.gyp
index f9f42423b3e9018a202d6a04cb8ae9ae88819f88..0fe28db19d26d4812ea1645b358f86495c0d6ad6 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',
],
}],
],
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698