BUG=107412
TEST=none
TBR=hans

Review URL: http://codereview.chromium.org/9007051

git-svn-id: http://src.chromium.org/svn/trunk/src/build@115755 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
thakis@chromium.org 2011-12-24 07:50:43 +00:00
Родитель 52999b3931
Коммит 3b11a706f1
1 изменённых файлов: 8 добавлений и 5 удалений

Просмотреть файл

@ -1962,6 +1962,9 @@
# 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.
@ -2294,11 +2297,11 @@
'CC': '$(SOURCE_ROOT)/<(clang_dir)/clang',
'LDPLUSPLUS': '$(SOURCE_ROOT)/<(clang_dir)/clang++',
# Don't use -Wc++0x-extensions, which Xcode 4 enables by default
# when buliding with clang. This warning is triggered when the
# override keyword is used via the OVERRIDE macro from
# base/compiler_specific.h.
'CLANG_WARN_CXX0X_EXTENSIONS': 'NO',
# Don't use -Wc++0x-extensions, which Xcode 4 enables by default
# when buliding with clang. This warning is triggered when the
# override keyword is used via the OVERRIDE macro from
# base/compiler_specific.h.
'CLANG_WARN_CXX0X_EXTENSIONS': 'NO',
'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
'WARNING_CFLAGS': [