add -Wpedantic

This commit is contained in:
MihailRis 2025-10-10 13:31:36 +03:00 committed by GitHub
parent b55879116f
commit c6c08e1efb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,6 +100,7 @@ target_compile_options(
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:
-Wall
-Wextra
-Wpedantic
# additional warnings
-Wformat-nonliteral
-Wcast-align