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

Unified Diff: fusl/BUILD.gn

Issue 1581793002: Remove -Wno-unknown-pragmas from fusl build (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: comment to clang bug 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/src/internal/libm.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 06975106bc7fa7ac863c45b2d3e7e9be50c21a49..591ceffd51c8a361c5be5982c532bf00e129f8d0 100644
--- a/fusl/BUILD.gn
+++ b/fusl/BUILD.gn
@@ -29,7 +29,6 @@ static_library("fusl") {
"-Wno-ignored-attributes",
"-Wno-string-plus-int",
"-Wno-tautological-compare",
- "-Wno-unknown-pragmas",
]
# Arch specific includes.
« no previous file with comments | « no previous file | fusl/src/internal/libm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698