Skip to content

Commit

Permalink
Move added cflags entries
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlstrom-g committed Jan 16, 2024
1 parent 3a920a5 commit 963a0bb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build/config/compiler/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1631,14 +1631,13 @@ config("default_warnings") {
# which we no longer use. Check if it makes sense to remove
# this as well. http://crbug.com/316352
"-Wno-unneeded-internal-declaration",

"-Wno-extra-semi",
"-Wno-pessimizing-move",
"-Wno-shadow",
]

if (use_cobalt_customizations) {
cflags += [
"-Wno-extra-semi",
"-Wno-pessimizing-move",
"-Wno-shadow",
"-Wno-range-loop-bind-reference",
"-Wno-range-loop-construct",
]
Expand Down

0 comments on commit 963a0bb

Please sign in to comment.