From 658a797ec8cb5b6d8607fac089e036685f2a3958 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 27 Jul 2026 10:26:54 +0200 Subject: adding enpassant --- CMakeLists.txt | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'CMakeLists.txt') 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() -- cgit v1.2.3