Skip to content

Commit 4b41962

Browse files
committed
Silence warning
1 parent 860f9f8 commit 4b41962

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extras/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ set(TEST_TARGET_SRCS
6060
add_compile_definitions(HOST)
6161
add_compile_options(-Wall -Wextra -Wpedantic -Werror)
6262
add_compile_options(-Wno-cast-function-type)
63+
add_compile_options(-DDEBUGLOG_DEFAULT_LOG_LEVEL_ERROR)
6364

6465
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} --coverage")
6566
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage -Wno-deprecated-copy")

0 commit comments

Comments
 (0)