summaryrefslogtreecommitdiffstats
path: root/third_party/libexif
diff options
context:
space:
mode:
authorpkasting <pkasting@chromium.org>2015-07-27 15:54:49 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-27 22:55:41 +0000
commitd408e1965f8e03629738039289ab7779c42a318c (patch)
tree0c8dd98f117475c4476393f48504fa579ee5e9b2 /third_party/libexif
parent8d4e4e1d03877db56839e53881cd2c4dfc9ee4b8 (diff)
downloadchromium_src-d408e1965f8e03629738039289ab7779c42a318c.zip
chromium_src-d408e1965f8e03629738039289ab7779c42a318c.tar.gz
chromium_src-d408e1965f8e03629738039289ab7779c42a318c.tar.bz2
Enable C4018 globally for the GN build, and disable per-target.
This matches what the GYP build does. BUG=398202 TEST=none Review URL: https://codereview.chromium.org/1246103007 Cr-Commit-Position: refs/heads/master@{#340590}
Diffstat (limited to 'third_party/libexif')
-rw-r--r--third_party/libexif/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libexif/BUILD.gn b/third_party/libexif/BUILD.gn
index 5a464e6..8eba113 100644
--- a/third_party/libexif/BUILD.gn
+++ b/third_party/libexif/BUILD.gn
@@ -60,7 +60,7 @@ if (!is_linux || is_chromeos) {
ldflags = [ "/DEF:" + rebase_path("libexif.def") ]
- cflags = [ "/wd4018" ] # size/unsigned mismatch
+ cflags = [ "/wd4018" ] # Signed/unsigned mismatch in comparison.
# TODO(GYP): Handle /analyze switch, when it will be used in GN.
} else if (is_linux) {