Skip to content

Commit

Permalink
bazel: lint (gazebosim#438)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
Co-authored-by: Carlos Agüero <caguero@openrobotics.org>
  • Loading branch information
mjcarroll and caguero authored Apr 30, 2024
1 parent 4bb6e0d commit a163b16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ cc_library(
"core/src/RegisterMsgs.cc",
"core/src/impl/InstallationDirectories.cc",
],
hdrs = public_headers,
copts = [
"-Wno-duplicate-decl-specifier",
"-fexceptions",
"-Wno-duplicate-decl-specifier",
"-fexceptions",
],
hdrs = public_headers,
includes = [
"core/include",
"core/src",
Expand Down

0 comments on commit a163b16

Please sign in to comment.