Skip to content

Commit

Permalink
fix: disable four-char-constants warning
Browse files Browse the repository at this point in the history
  • Loading branch information
glennsl committed Nov 4, 2021
1 parent 1c81aac commit f2fcc56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gn/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,9 @@ config("warnings") {
"-Wno-suggest-override",
"-Wno-uninitialized-const-reference",

# clang 12? fixes
"-Wno-four-char-constants",

# macOS cross-compilation fix
"-Wno-poison-system-directories",
]
Expand Down

0 comments on commit f2fcc56

Please sign in to comment.