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

Unified Diff: third_party/mesa/BUILD.gn

Issue 1226583002: clang/win: Build chromium code without -Wno-incompatible-pointer-types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clang-logical-op-parentheses
Patch Set: 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
Index: third_party/mesa/BUILD.gn
diff --git a/third_party/mesa/BUILD.gn b/third_party/mesa/BUILD.gn
index 2d4ec15e9be3fccb2e16559c429f9891e94fd6be..40964887d8343e615ce58a4bd9d3d93420469265 100644
--- a/third_party/mesa/BUILD.gn
+++ b/third_party/mesa/BUILD.gn
@@ -116,6 +116,7 @@ config("mesa_internal_warnings") {
cflags += [
"-Wno-tautological-constant-out-of-range-compare",
"-Wno-mismatched-tags", # Fixed upstream.
+ "-Wno-incompatible-pointer-types",
]
}
if (is_win) {

Powered by Google App Engine
This is Rietveld 408576698