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

Unified Diff: third_party/mesa/BUILD.gn

Issue 1236863009: clang/win: Enable -Wunused-local-typedef (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unsetupset Created 5 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/harfbuzz-ng/harfbuzz.gyp ('k') | third_party/mesa/mesa.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mesa/BUILD.gn
diff --git a/third_party/mesa/BUILD.gn b/third_party/mesa/BUILD.gn
index 60caeb6d8deb23ef4508ceeb5d68eacd6e58c052..de0a6a6d1ac1304232d680dcd065f64ad51fdbb2 100644
--- a/third_party/mesa/BUILD.gn
+++ b/third_party/mesa/BUILD.gn
@@ -125,6 +125,8 @@ config("mesa_internal_warnings") {
cflags += [
"-Wno-tautological-constant-out-of-range-compare",
"-Wno-mismatched-tags", # Fixed upstream.
+ # mesa's STATIC_ASSERT() macro expands to an ununused typedef.
+ "-Wno-unused-local-typedef",
]
}
if (is_win) {
« no previous file with comments | « third_party/harfbuzz-ng/harfbuzz.gyp ('k') | third_party/mesa/mesa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698