Skip to content

Commit

Permalink
fixing build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
efahnestock committed Dec 10, 2024
1 parent 0b804ea commit 1904163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/overhead_matching/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ cc_test(
name = "kimera_spectacular_data_provider_test",
srcs = ["kimera_spectacular_data_provider_test.cc"],
data = ["@spectacular_log_snippet//:files"],
copts = ["-Wno-sign-compare", "Wno-vla"],
copts = ["-Wno-sign-compare", "-Wno-vla"],
deps = [
":kimera_spectacular_data_provider",
"@com_google_googletest//:gtest_main",
Expand Down

0 comments on commit 1904163

Please sign in to comment.