diff options
author | scottmg@google.com <scottmg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-24 20:58:24 +0000 |
---|---|---|
committer | scottmg@google.com <scottmg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-24 20:58:24 +0000 |
commit | c54b41cb226d9f394b8a5eec80aff813ea51d71c (patch) | |
tree | 40fd86be89ee97a7c548a2301e0594678a9dfdb0 /skia | |
parent | 028f27eeee2ae781334bcfe25061e8d73d4fb66a (diff) | |
download | chromium_src-c54b41cb226d9f394b8a5eec80aff813ea51d71c.zip chromium_src-c54b41cb226d9f394b8a5eec80aff813ea51d71c.tar.gz chromium_src-c54b41cb226d9f394b8a5eec80aff813ea51d71c.tar.bz2 |
Retry of warnings-as-errors for Windows third_party.
Same as patch here: https://chromiumcodereview.appspot.com/10827429/
except that warnings as errors is off if buildtype=Official. The previous CL
was OK everywhere that's visible on build.chromium.org including "Official"
but fails on internal builds.
R=thakis@chromium.org
BUG=126483, 140121, 143877
Review URL: https://chromiumcodereview.appspot.com/10867058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153278 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 1615a3c..0ae1c0e 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -207,7 +207,7 @@ '../third_party/skia/src/sfnt', '../third_party/skia/src/utils', ], - 'msvs_disabled_warnings': [4244, 4267, 4341, 4345, 4390, 4554, 4800], + 'msvs_disabled_warnings': [4244, 4267, 4341, 4345, 4390, 4554, 4748, 4800], 'defines': [ 'SK_GAMMA_SRGB', #'SK_GAMMA_APPLY_TO_A8', |