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 54d5b03 commit b97a839
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 b97a839

Please sign in to comment.