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

Unified Diff: third_party/mesa/mesa.gyp

Issue 10808045: Enable -Wself-assign-memvar for Mesa, merge upstream fix for the one violation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/mesa/README.chromium ('k') | no next file » | 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 d1cb6bd3bb8ec767a1748636575323944aaceab4..1ed392c269e09786d03c1190ea5a7c4f23ef7651 100644
--- a/third_party/mesa/mesa.gyp
+++ b/third_party/mesa/mesa.gyp
@@ -526,14 +526,11 @@
# 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 | « third_party/mesa/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698