Skip to content

Commit

Permalink
LLVM made fp conversion warning by default. this is annoying.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbbill committed May 20, 2020
1 parent 4434119 commit 813d24b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ config("compiler_defaults") {
"-Wno-deprecated-register",
"-Wno-nonportable-include-path",
"-Wno-tautological-compare",
"-Wno-implicit-const-int-float-conversion",
]
cflags_cc = [
"-std=c++17",
Expand Down

0 comments on commit 813d24b

Please sign in to comment.