summaryrefslogtreecommitdiffstats
path: root/third_party/libexif/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libexif/BUILD.gn')
-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 8eba113..5a464e6 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" ] # Signed/unsigned mismatch in comparison.
+ cflags = [ "/wd4018" ] # size/unsigned mismatch
# TODO(GYP): Handle /analyze switch, when it will be used in GN.
} else if (is_linux) {