Skip to content

Commit

Permalink
Ignore missing braces.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
  • Loading branch information
mithro committed Oct 4, 2023
1 parent 69e2ca3 commit fb36e5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dependency_support/org_theopenroadproject/bundled.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ cc_library(
"-Wextra",
"-pedantic",
"-Wno-cast-qual", # typically from TCL swigging
"-Wno-missing-braces", # typically from TCL swigging
"-Wredundant-decls",
"-Wformat-security",
"-Wno-unused-parameter",
Expand Down Expand Up @@ -216,6 +217,7 @@ cc_library(
"-Wextra",
"-pedantic",
"-Wno-cast-qual", # typically from TCL swigging
"-Wno-missing-braces", # typically from TCL swigging
"-Wredundant-decls",
"-Wformat-security",
"-Wno-unused-parameter",
Expand Down Expand Up @@ -1365,6 +1367,7 @@ cc_binary(
"-Wextra",
"-pedantic",
"-Wno-cast-qual", # typically from TCL swigging
"-Wno-missing-braces", # typically from TCL swigging
"-Wredundant-decls",
"-Wformat-security",
"-Wno-unused-parameter",
Expand Down Expand Up @@ -1433,6 +1436,7 @@ cc_library(
"-Wextra",
"-pedantic",
"-Wno-cast-qual", # typically from TCL swigging
"-Wno-missing-braces", # typically from TCL swigging
"-Wredundant-decls",
"-Wformat-security",
"-Wno-unused-parameter",
Expand Down

0 comments on commit fb36e5c

Please sign in to comment.