From c366989208786c9641b1816af27e02e2489f771c Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Tue, 26 Dec 2017 20:21:49 +0200 Subject: [PATCH] Fix build w non-clang. --- fortune-mod/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortune-mod/CMakeLists.txt b/fortune-mod/CMakeLists.txt index af5c743..01362e5 100644 --- a/fortune-mod/CMakeLists.txt +++ b/fortune-mod/CMakeLists.txt @@ -94,7 +94,7 @@ SET (OCOOKIEDIR "${COOKIEDIR}/off" CACHE STRING "offensive cookie dir not under SHLOMIF_ADD_COMMON_C_FLAGS() -add_flags("-Weverything" "-Wno-language-extension-token" "-Wno-padded") +# add_flags("-Weverything" "-Wno-language-extension-token" "-Wno-padded") SHLOMIF_FINALIZE_FLAGS() -- 2.40.0