]> git.ipfire.org Git - thirdparty/strongswan.git/commit
github: Use newer gperf version on macOS
authorTobias Brunner <tobias@strongswan.org>
Mon, 15 Jan 2024 14:14:46 +0000 (15:14 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 16 Jan 2024 10:00:29 +0000 (11:00 +0100)
commit798e25f313bff61f197a3d57604b6b63d8b4968c
tree303e609629ca0e3ed76db6ea91f39075790c45c3
parentfea02fb297cc85d71ab455b9dc65b126ecd40ced
github: Use newer gperf version on macOS

The gperf version that's already available on the system generates
function declarations with K&R syntax (separate arguments) for which newer
compilers produce a warning as C23 doesn't support that syntax anymore.
scripts/test.sh