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

Unified Diff: fusl/BUILD.gn

Issue 1576423004: Remove -Wno-shift-op-parentheses for fusl build (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | fusl/include/byteswap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/BUILD.gn
diff --git a/fusl/BUILD.gn b/fusl/BUILD.gn
index 75da890cba60006812b9229062d2d2d9d13ecec0..0885a1cc9d927a7719fb4aa6c0e9438bcb25aa53 100644
--- a/fusl/BUILD.gn
+++ b/fusl/BUILD.gn
@@ -28,7 +28,6 @@ static_library("fusl") {
# Flags we add to get build working
"-Wno-bitwise-op-parentheses",
"-Wno-logical-op-parentheses",
- "-Wno-shift-op-parentheses",
# Silent builds.
"-Wno-ignored-attributes",
« no previous file with comments | « no previous file | fusl/include/byteswap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698