summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-31 16:21:36 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-31 16:21:36 +0000
commit2bf708f745e7f2435e2809286af0483424bd7f21 (patch)
treea2dbb4805c1216a7ca207c63837a641b67f95967 /build
parent10af5fe7b79ec9d1e8f7a250adff8a3379ded731 (diff)
downloadchromium_src-2bf708f745e7f2435e2809286af0483424bd7f21.zip
chromium_src-2bf708f745e7f2435e2809286af0483424bd7f21.tar.gz
chromium_src-2bf708f745e7f2435e2809286af0483424bd7f21.tar.bz2
clang: Disable -Wuninitialized for now.
Hopefully it can be turned on again soon. BUG=71375 TEST=none Review URL: http://codereview.chromium.org/6386024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73151 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 6044b52..a3cb9dd 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!=""', {