Loading
ior: fix `gcc-15` build failure
Without the change thye build fails on `master` as https://hydra.nixos.org/build/327774029: ``` option.c: In function 'option_parse_token': option.c:325:19: error: too many arguments to function 'fp'; expected 0, have 1 325 | fp(arg); | ^~ ~~~ ``` ZHF: #516381