Chromium Code Reviews| Index: fusl/BUILD.gn |
| diff --git a/fusl/BUILD.gn b/fusl/BUILD.gn |
| index 89bfda446b7c3352ff2ef295001bf91de54a4fd5..75da890cba60006812b9229062d2d2d9d13ecec0 100644 |
| --- a/fusl/BUILD.gn |
| +++ b/fusl/BUILD.gn |
| @@ -29,6 +29,12 @@ static_library("fusl") { |
| "-Wno-bitwise-op-parentheses", |
| "-Wno-logical-op-parentheses", |
| "-Wno-shift-op-parentheses", |
| + |
| + # Silent builds. |
| + "-Wno-ignored-attributes", |
| + "-Wno-string-plus-int", |
| + "-Wno-tautological-compare", |
| + "-Wno-unknown-pragmas", |
| ] |
| # Arch specific includes. |