From c1b78d7e3269d1737fb7e08d3e64b40e99717557 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Mon, 22 Apr 2024 21:58:12 +0000 Subject: [PATCH] bazel: lint Signed-off-by: Michael Carroll --- BUILD.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index 9d116bd9..4add695d 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -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",