diff --git a/CMakeLists.txt b/CMakeLists.txt index c146dd0..e7687ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,8 +58,8 @@ add_library(hiload SHARED # TODO: Get -Wpadded back by refactoring sc_array or just surround # all type sc_array declarations with the ignore pragma target_compile_options(hiload PRIVATE - $<$:-Wall -Wextra> - $<$:-Weverything> + $<$:-Wall -Wextra -Wpedantic> + $<$:-Wall -Wextra -Wpedantic> $<$:-Wno-declaration-after-statement -Wno-padded> )