aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-27 10:26:54 +0200
committerAdam <adammegarules1@gmail.com>2026-07-27 10:26:54 +0200
commit658a797ec8cb5b6d8607fac089e036685f2a3958 (patch)
tree2de2efc25079b74ab4cf8cdcba9ea5c4e0469ece /CMakeLists.txt
parent9b1665430fd0379db92000740c7a70045baa1746 (diff)
adding enpassant
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt22
1 files changed, 1 insertions, 21 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2ecb495..9ba5a08 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,27 +21,7 @@ else()
-Wpedantic
-Werror
- -Wshadow
- -Wconversion
- -Wsign-conversion
- -Wcast-align
- -Wcast-qual
- -Wformat=2
- -Wnull-dereference
- -Wdouble-promotion
- -Wimplicit-fallthrough
- -Wmissing-declarations
- -Wredundant-decls
- -Wundef
- -Wwrite-strings
- -Wold-style-cast # C++ only
- -Woverloaded-virtual # C++ only
- -Wnon-virtual-dtor # C++ only
- -Wduplicated-cond # GCC
- -Wduplicated-branches # GCC
- -Wlogical-op # GCC
- -Wuseless-cast # C++ only
- -Wextra-semi # Clang
+
)
endif()