diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/warnings.cmake | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cmake/warnings.cmake b/cmake/warnings.cmake index cd3cdf9..da2c9ab 100644 --- a/cmake/warnings.cmake +++ b/cmake/warnings.cmake @@ -3,8 +3,9 @@ set(FUD_WARNINGS -Werror -Wall -Wextra - -pedantic - -pedantic-errors + # -pedantic + -Wno-error=pedantic + # -pedantic-errors -Wstack-usage=2048 # GCC specific -Wvla # variable modified types don't play nice in C++ # types |