From 51cb3dca28db17a1975cc9e04b6c75d2c89715c2 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sun, 5 Apr 2026 15:00:15 -0700 Subject: Add pedantic --- mempool/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mempool/CMakeLists.txt') diff --git a/mempool/CMakeLists.txt b/mempool/CMakeLists.txt index 31ff0e1..d6a9772 100644 --- a/mempool/CMakeLists.txt +++ b/mempool/CMakeLists.txt @@ -17,7 +17,7 @@ target_include_directories(mempool PUBLIC target_link_libraries(mempool PRIVATE cassert) -target_compile_options(mempool PRIVATE -Wall -Wextra) +target_compile_options(mempool PRIVATE -Wall -Wextra -Wpedantic) # Test @@ -27,4 +27,4 @@ add_executable(mempool_test target_link_libraries(mempool_test mempool) -target_compile_options(mempool_test PRIVATE -DUNIT_TEST -DNDEBUG -Wall -Wextra) +target_compile_options(mempool_test PRIVATE -DUNIT_TEST -DNDEBUG -Wall -Wextra -Wpedantic) -- cgit v1.2.3