Fixes https://github.com/bitcoin/bitcoin/pull/30975#issuecomment-2634356140:
… then found another issue:
0/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] 1 633 | for (size_t i = 4; i < argc; ++i) { 2 | ~ ^ ~~~~ 31 error generated.
This is the only warning when all default Bitcoin Core flags are applied.