Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/mesa/mesa.gyp

Issue 274533004: clang: Turn on -Wabsolute-value. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ash3 Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libexif/libexif.gyp ('k') | ui/app_list/views/contents_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mesa/mesa.gyp
diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp
index 8cba1511d89899f502643c7949330f8b19f54964..2b06eb482e72d768d3f10902147a45553770188c 100644
--- a/third_party/mesa/mesa.gyp
+++ b/third_party/mesa/mesa.gyp
@@ -731,6 +731,7 @@
'xcode_settings': {
'WARNING_CFLAGS': [
'-Wno-tautological-constant-out-of-range-compare',
+ '-Wno-absolute-value', # Fires on st_atom_array.c, might be a bug
],
'WARNING_CFLAGS!': [
# Don't warn about string->bool used in asserts.
@@ -739,6 +740,7 @@
},
'cflags': [
'-Wno-tautological-constant-out-of-range-compare',
+ '-Wno-absolute-value',
],
'cflags!': [
'-Wstring-conversion',
« no previous file with comments | « third_party/libexif/libexif.gyp ('k') | ui/app_list/views/contents_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698