diff --git a/dependency_support/org_theopenroadproject/bundled.BUILD.bazel b/dependency_support/org_theopenroadproject/bundled.BUILD.bazel index bd7bdf42..b03a1c2c 100644 --- a/dependency_support/org_theopenroadproject/bundled.BUILD.bazel +++ b/dependency_support/org_theopenroadproject/bundled.BUILD.bazel @@ -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", @@ -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", @@ -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", @@ -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",