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

Unified Diff: third_party/mesa/mesa.gyp

Issue 10689041: roll clang 155835:159409 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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 | « build/common.gypi ('k') | tools/clang/plugins/FindBadConstructs.cpp » ('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 4fc9d6b61dee8da91a2c535781fb2ef8f0eb1adf..dd55253deae218c10879c91971b3423d06cdf122 100644
--- a/third_party/mesa/mesa.gyp
+++ b/third_party/mesa/mesa.gyp
@@ -526,11 +526,14 @@
# texenvprogram.c converts '~0' to a bitfield, which causes clang
# to warn that -1 is implicitly converted to 255.
'-Wno-constant-conversion',
+ # https://bugs.freedesktop.org/show_bug.cgi?id=51574
+ '-Wno-self-assign-memvar',
],
},
'cflags': [
'-Wno-unused-value',
'-Wno-constant-conversion',
+ '-Wno-self-assign-memvar',
],
}],
],
« no previous file with comments | « build/common.gypi ('k') | tools/clang/plugins/FindBadConstructs.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698