diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-14 19:50:52 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-14 19:52:10 +0000 |
commit | 5bd65b4a9a59500b796e4524ef9a4a933da588a5 (patch) | |
tree | fee64072f04f57d30bbef34cee254c2dcc679839 /third_party | |
parent | aa5d90ef6c87eb7a94ae343bb78e5f9d4ad40787 (diff) | |
download | chromium_src-5bd65b4a9a59500b796e4524ef9a4a933da588a5.zip chromium_src-5bd65b4a9a59500b796e4524ef9a4a933da588a5.tar.gz chromium_src-5bd65b4a9a59500b796e4524ef9a4a933da588a5.tar.bz2 |
Disable -Wmismatched-tags for mesa.
We build with 3rd-party code with -Wall on the clang/win bot. This has already
been fixed upstream, so there's no need to keep this around
https://github.com/grate-driver/mesa/commit/68a4bb553bcd51d336d95b0c845c0dc63adc3bd3
BUG=none
R=hans@chromium.org
TBR=cpu
Review URL: https://codereview.chromium.org/470313002
Cr-Commit-Position: refs/heads/master@{#289680}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289680 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/mesa/mesa.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp index 462a3ac..931c5e0 100644 --- a/third_party/mesa/mesa.gyp +++ b/third_party/mesa/mesa.gyp @@ -132,6 +132,7 @@ 'variables': { 'clang_warning_flags': [ '-Wno-tautological-constant-out-of-range-compare', + '-Wno-mismatched-tags', # Fixed upstream. ], 'clang_warning_flags_unset': [ # Don't warn about string->bool used in asserts. @@ -270,6 +271,7 @@ 'clang_warning_flags': [ '-Wno-tautological-constant-out-of-range-compare', '-Wno-absolute-value', # Fires on st_atom_array.c, might be a bug + '-Wno-mismatched-tags', # Fixed upstream. ], 'clang_warning_flags_unset': [ # Don't warn about string->bool used in asserts. |