summaryrefslogtreecommitdiff
path: root/cmake/warnings.cmake
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2025-01-01 17:41:17 -0600
committerDominick Allen <djallen@librehumanitas.org>2025-01-01 17:41:17 -0600
commit16379362c02a2472f00fac49cad62788547c9519 (patch)
tree9b7f42acbba8dd259a536287a2b130e92ad2e2c7 /cmake/warnings.cmake
parent012df4bc38777c9053353ec2c4213bba67d63ab4 (diff)
Add CSV parsing, printing, fix buffered file reading.
Diffstat (limited to 'cmake/warnings.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