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

Unified Diff: build/common.gypi

Issue 6386024: clang: Disable -Wuninitialized for now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/build
Patch Set: '' Created 9 years, 11 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 6044b5276044f314d6536c7861b052edb6dbdfe1..a3cb9dd32f0b7def7d95bb1bd9e1f6085537c504 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1165,6 +1165,8 @@
# http://code.google.com/p/googletest/source/detail?r=446 .
# TODO(thakis): Use -isystem instead (http://crbug.com/58751 ).
'-Wno-unnamed-type-template-args',
+ # TODO(thakis): Reenable, http://crbug.com/71375
+ '-Wno-uninitialized',
],
'cflags!': [
# Clang doesn't seem to know know this flag.
@@ -1287,6 +1289,8 @@
# http://code.google.com/p/googletest/source/detail?r=446 .
# TODO(thakis): Use -isystem instead (http://crbug.com/58751 ).
'-Wno-unnamed-type-template-args',
+ # TODO(thakis): Reenable, http://crbug.com/71375
+ '-Wno-uninitialized',
],
}],
['clang==1 and clang_load!="" and clang_add_plugin!=""', {
« 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