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

Unified Diff: cloud_print/service/BUILD.gn

Issue 1214113010: Add local suppresion for -Wparentheses and enable everywhere on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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
Index: cloud_print/service/BUILD.gn
diff --git a/cloud_print/service/BUILD.gn b/cloud_print/service/BUILD.gn
index df6d63650bbe488c8c4d4783d4a83703fd64f318..7baf63b6306a98617d15343d49a704d2d5efc7c6 100644
--- a/cloud_print/service/BUILD.gn
+++ b/cloud_print/service/BUILD.gn
@@ -39,6 +39,10 @@ source_set("cloud_print_service_lib") {
"//net",
"//url",
]
+
+ if (is_clang) {
+ cflags = [ "-Wno-parentheses" ]
+ }
}
grit("service_resources") {

Powered by Google App Engine
This is Rietveld 408576698