]> git.ipfire.org Git - thirdparty/squid.git/commit
CI: Fix gperf 3.2 output filter (#2081)
authorAmos Jeffries <yadij@users.noreply.github.com>
Mon, 9 Jun 2025 04:49:04 +0000 (04:49 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Wed, 11 Jun 2025 01:26:33 +0000 (13:26 +1200)
commitd324cee1d30b4e7940705471c7ac24068c2a7226
treecadf101110fae97f4f48bac6e4d0a1e9fa9d3818
parentec81366351b9f2ad2d1a83c33a595693fc3659d1
CI: Fix gperf 3.2 output filter (#2081)

gperf 3.2 now provides properly compiler and C++ version scoped
fallthrough attributes. Our filter to convert the gperf 3.1 and
older output for C++17 attribute requirements is now broken and
produces compiler errors due to listing '[[fallback]];' on two
consecutive lines.
scripts/source-maintenance.sh