Skip to content

Commit 15c78bb

Browse files
committed
fix: ignore instrument-hooks warning
1 parent a191ff2 commit 15c78bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

core/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ cc_library(
2929
"-Wno-unused-parameter",
3030
"-Wno-unused-but-set-variable",
3131
"-Wno-type-limits",
32+
"-Wno-format",
3233
],
3334
}),
3435
visibility = ["//visibility:public"],

core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
3535
-Wno-unused-parameter
3636
-Wno-unused-but-set-variable
3737
-Wno-type-limits
38+
-Wno-format
3839
)
3940
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
4041
target_compile_options(

0 commit comments

Comments
 (0)