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