We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a191ff2 commit 15c78bbCopy full SHA for 15c78bb
core/BUILD
@@ -29,6 +29,7 @@ cc_library(
29
"-Wno-unused-parameter",
30
"-Wno-unused-but-set-variable",
31
"-Wno-type-limits",
32
+ "-Wno-format",
33
],
34
}),
35
visibility = ["//visibility:public"],
core/CMakeLists.txt
@@ -35,6 +35,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
-Wno-unused-parameter
36
-Wno-unused-but-set-variable
37
-Wno-type-limits
38
+ -Wno-format
39
)
40
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
41
target_compile_options(
0 commit comments