summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/warnings.cmake7
1 files changed, 2 insertions, 5 deletions
diff --git a/cmake/warnings.cmake b/cmake/warnings.cmake
index a2c5798..07c39b5 100644
--- a/cmake/warnings.cmake
+++ b/cmake/warnings.cmake
@@ -8,10 +8,6 @@ set(FUD_WARNINGS
# -pedantic-errors
-Wstack-usage=2048 # GCC specific
-Wvla # variable modified types don't play nice in C++
- # types
- -Wlong-long
- -Wlong-long
- # -Winline
# memory / data / array / string
-Wsizeof-pointer-memaccess
-Wpacked
@@ -81,7 +77,8 @@ set(FUD_WARNINGS
# this plays badly with clangd
# -Wzero-as-null-pointer-constant
-Wlogical-op
- -Wuseless-cast
+ # disabled because of dragonbox
+ # -Wuseless-cast
-Wextra-semi
-Wredundant-decls
-Wmisleading-indentation