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

Unified Diff: build/common.gypi

Issue 8983031: clang: Remove -Wno-format now that our clang understands %as in c++. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 12 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 | no next file » | 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 185866ea1f64670e49395b06c599f034533ba4b9..9d760d85f9845216382ffec97172a6a1693cc8aa 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1979,9 +1979,6 @@
# This (rightyfully) complains about 'override', which we use
# heavily.
'-Wno-c++11-extensions',
- # TODO(thakis): Reenable this once clang stops complaining about
- # %as in format strings.
- '-Wno-format',
],
'cflags!': [
# Clang doesn't seem to know know this flag.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698