]> 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)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 10 Jun 2025 03:43:42 +0000 (03:43 +0000)
commitcacc683d8dc2fada2d6a1f867f9068646560c781
tree9798002c35c3d5595edc2fff7df3ee2a41d841cf
parent41b2adf454a46f7b8e7925beb8ae368136dd80f0
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