From 441d83f0c2c2552c8cfcbab168bf85fd127c20b9 Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 15 2021 09:35:41 +0000 Subject: project: hoppla.sh: also filter out -Wno-implicit-fallthrough. --- diff --git a/project/hoppla.sh b/project/hoppla.sh index cd53fc7..7adfadc 100755 --- a/project/hoppla.sh +++ b/project/hoppla.sh @@ -97,6 +97,7 @@ for py_ver in $py_base_ver $py_curr_ver; do -e 's@-Wno-missing-field-initializers@@g' \ -e 's@-Wno-unused-result@@g' \ -e 's@-Wno-unused-parameter@@g' \ + -e 's@-Wno-implicit-fallthrough@@g' \ -e 's/ */ /g' \ | sort > cccore.log @@ -115,6 +116,7 @@ for py_ver in $py_base_ver $py_curr_ver; do -e 's@-Wno-missing-field-initializers@@g' \ -e 's@-Wno-unused-result@@g' \ -e 's@-Wno-unused-parameter@@g' \ + -e 's@-Wno-implicit-fallthrough@@g' \ -e 's/ */ /g' \ | sort > ccext.log