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 --- log/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'log') diff --git a/log/CMakeLists.txt b/log/CMakeLists.txt index 615e200..1aa96ee 100644 --- a/log/CMakeLists.txt +++ b/log/CMakeLists.txt @@ -12,4 +12,4 @@ add_library(log target_include_directories(log PUBLIC include) -target_compile_options(log PRIVATE -Wall -Wextra) +target_compile_options(log PRIVATE -Wall -Wextra -Wpedantic) -- cgit v1.2.3