Fixes https://github.com/bitcoin/bitcoin/pull/30975#issuecomment-2634356140:
... then found another issue:
/home/runner/work/_temp/src/ipc/libmultiprocess/src/mp/gen.cpp:633:26: error: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Werror,-Wsign-compare] 633 | for (size_t i = 4; i < argc; ++i) { | ~ ^ ~~~~ 1 error generated.
This is the only warning when all default Bitcoin Core flags are applied.