From 11b5c3c26e5792d6c42b4259e09573be53f22817 Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 15 2021 17:51:15 +0000 Subject: project: hoppla.sh: also filter out -Wno-cast-function-type and -Werror. --- diff --git a/project/hoppla.sh b/project/hoppla.sh index c738271..a28156a 100755 --- a/project/hoppla.sh +++ b/project/hoppla.sh @@ -98,6 +98,8 @@ for py_ver in $py_base_ver $py_curr_ver; do -e 's@-Wno-unused-result@@g' \ -e 's@-Wno-unused-parameter@@g' \ -e 's@-Wno-implicit-fallthrough@@g' \ + -e 's@-Wno-cast-function-type@@g' \ + -e 's@-Werror@@g' \ -e 's/ */ /g' \ -e 's/[ \t]*$//' \ | sort > cccore.log @@ -118,6 +120,8 @@ for py_ver in $py_base_ver $py_curr_ver; do -e 's@-Wno-unused-result@@g' \ -e 's@-Wno-unused-parameter@@g' \ -e 's@-Wno-implicit-fallthrough@@g' \ + -e 's@-Wno-cast-function-type@@g' \ + -e 's@-Werror@@g' \ -e 's/ */ /g' \ -e 's/[ \t]*$//' \ | sort > ccext.log