summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xproject/hoppla.sh2
1 files changed, 2 insertions, 0 deletions
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