diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-27 10:26:54 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-27 10:26:54 +0200 |
| commit | 658a797ec8cb5b6d8607fac089e036685f2a3958 (patch) | |
| tree | 2de2efc25079b74ab4cf8cdcba9ea5c4e0469ece /CMakeLists.txt | |
| parent | 9b1665430fd0379db92000740c7a70045baa1746 (diff) | |
adding enpassant
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 22 |
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() |
