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 --- mem/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mem/CMakeLists.txt') diff --git a/mem/CMakeLists.txt b/mem/CMakeLists.txt index 89bf444..d4f065b 100644 --- a/mem/CMakeLists.txt +++ b/mem/CMakeLists.txt @@ -18,7 +18,7 @@ target_link_libraries(mem cassert list) -target_compile_options(mem PRIVATE -Wall -Wextra) +target_compile_options(mem PRIVATE -Wall -Wextra -Wpedantic) # Test @@ -28,4 +28,4 @@ add_executable(mem_test target_link_libraries(mem_test mem) -target_compile_options(mem_test PRIVATE -DUNIT_TEST -DNDEBUG -Wall -Wextra) +target_compile_options(mem_test PRIVATE -DUNIT_TEST -DNDEBUG -Wall -Wextra -Wpedantic) -- cgit v1.2.3