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