Index: third_party/libexif/libexif.gyp |
diff --git a/third_party/libexif/libexif.gyp b/third_party/libexif/libexif.gyp |
index eebb8753a9d3cbecfca5da5bd381d5c103d4b87f..a2007458175a9017051f62b4dbf19cfe91c132a8 100644 |
--- a/third_party/libexif/libexif.gyp |
+++ b/third_party/libexif/libexif.gyp |
@@ -56,13 +56,17 @@ |
['clang==1', { |
'cflags': [ |
'-Wno-enum-conversion', |
- '-Wno-switch' |
+ '-Wno-switch', |
+ # libexif uses fabs(int) to cast to float. |
+ '-Wno-absolute-value', |
], |
'xcode_settings': { |
'WARNING_CFLAGS': [ |
'-Wno-enum-conversion', |
'-Wno-switch', |
'-Wno-format', |
+ # libexif uses fabs(int) to cast to float. |
+ '-Wno-absolute-value', |
], |
}, |
}], |