summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2024-10-17 19:42:29 -0500
committerDominick Allen <djallen@librehumanitas.org>2024-10-17 19:42:29 -0500
commit8249b28bea29e8ce17eac12776a60ec3f9e47176 (patch)
tree98318d7564b5f618cfb59e23cc6b918fcab88ee8 /cmake
parentb32e83ece42cec5aa9dee370bcdf349d23dbc8ba (diff)
Rename InvalidInput to ArgumentInvalid.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/warnings.cmake5
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