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

Unified Diff: build/common.gypi

Issue 1502233005: Don't explicitly turn on -Wendif-labels. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years 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 | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index e51b9585ec0c9942618804f8983301487e4851e0..90e730da4f5c11e7b6150371fb84de96ef0cd75a 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5074,7 +5074,6 @@
'USE_HEADERMAP': 'NO',
'WARNING_CFLAGS': [
'-Wall',
- '-Wendif-labels',
'-Wextra',
# Don't warn about unused function parameters.
'-Wno-unused-parameter',
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698