From: Shlomi Fish Date: Tue, 26 Dec 2017 18:21:49 +0000 (+0200) Subject: Fix build w non-clang. X-Git-Tag: fortune-mod-2.0.0~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c366989208786c9641b1816af27e02e2489f771c;p=fortune-mod Fix build w non-clang. --- 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()