diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-18 19:28:24 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-18 19:29:33 +0000 |
commit | 565ee84e2e2d09891c0c3c68b562af89ae98b3c1 (patch) | |
tree | f56fd95d5d5a2e50743e519c02808bed6a136bed /third_party | |
parent | 9a1314abdfe0c72482bafbc520ad738be3dd15fd (diff) | |
download | chromium_src-565ee84e2e2d09891c0c3c68b562af89ae98b3c1.zip chromium_src-565ee84e2e2d09891c0c3c68b562af89ae98b3c1.tar.gz chromium_src-565ee84e2e2d09891c0c3c68b562af89ae98b3c1.tar.bz2 |
win: Enable warning 4273 for mesa after r290207.
BUG=143877,82385
R=scottmg@chromium.org
TBR=cpu
Review URL: https://codereview.chromium.org/482023002
Cr-Commit-Position: refs/heads/master@{#290327}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290327 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/mesa/mesa.gyp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp index 09d01ec..be008d4 100644 --- a/third_party/mesa/mesa.gyp +++ b/third_party/mesa/mesa.gyp @@ -127,7 +127,7 @@ # TODO(scottmg): http://crbug.com/143877 These should be removed if # Mesa is ever rolled and the warnings are fixed. 'msvs_disabled_warnings': [ - 4005, 4018, 4065, 4090, 4099, 4273, 4291, 4345, 4267, + 4005, 4018, 4065, 4090, 4099, 4291, 4345, 4267, ], 'variables': { 'clang_warning_flags': [ @@ -265,7 +265,7 @@ # TODO(scottmg): http://crbug.com/143877 These should be removed if # Mesa is ever rolled and the warnings are fixed. 'msvs_disabled_warnings': [ - 4005, 4018, 4090, 4099, 4146, 4273, 4291, 4305, 4334, 4748, 4267, + 4005, 4018, 4090, 4099, 4146, 4291, 4305, 4334, 4748, 4267, ], 'variables': { 'clang_warning_flags': [ @@ -694,7 +694,7 @@ '<(generated_src_dir)/mesa', ], 'msvs_disabled_warnings': [ - 4005, 4018, 4065, 4090, 4099, 4273, 4291, 4345, 4267, + 4005, 4018, 4065, 4090, 4099, 4291, 4345, 4267, ], 'sources': [ 'src/src/mesa/drivers/common/driverfuncs.c', |