Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kde5.git;a=commitdiff;h=a32f9cf781824ebe121eb8284e895237810cb360
commit a32f9cf781824ebe121eb8284e895237810cb360 Author: crazy <[email protected]> Date: Tue Nov 22 01:14:44 2016 +0100 mute gcc6 noise diff --git a/source/include/kf5.sh b/source/include/kf5.sh index 6f81b90..fae8dc0 100644 --- a/source/include/kf5.sh +++ b/source/include/kf5.sh @@ -184,7 +184,7 @@ fi _F_KDE_GCC_VER=$(gcc --version | head -n1 | cut -d" " -f4) case "$_F_KDE_GCC_VER" in -6.*) _F_KDE_CXX_FLAGS+=" -fno-delete-null-pointer-checks";; +6.*) _F_KDE_CXX_FLAGS+=" -fno-delete-null-pointer-checks -Wno-deprecated -Wno-deprecated-declarations";; esac case "$_F_cmake_type" in _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
