Skip to content

Commit

Permalink
bazel: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Apr 22, 2024
1 parent 78e664a commit c1b78d7
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 c1b78d7

Please sign in to comment.