From a163b16ed15103d503b17df86e6618731cecd4f9 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Tue, 30 Apr 2024 08:42:54 -0500 Subject: [PATCH] bazel: lint (#438) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Carroll Co-authored-by: Carlos Agüero --- 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",