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

Unified Diff: webrtc/BUILD.gn

Issue 2358993004: Enable the -Wundef warning for clang (Closed)
Patch Set: manual changes Created 4 years, 3 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 | « no previous file | webrtc/api/mediastream_unittest.cc » ('j') | webrtc/api/peerconnectioninterface_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index d4308e12c5c809da5e727770d03d82fef0b716ca..660519e71e309b875c8ff60f07ea322d8d875b0a 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -182,6 +182,7 @@ config("common_config") {
"-Wimplicit-fallthrough",
"-Wthread-safety",
"-Winconsistent-missing-override",
+ "-Wundef",
]
}
}
« no previous file with comments | « no previous file | webrtc/api/mediastream_unittest.cc » ('j') | webrtc/api/peerconnectioninterface_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698