../../../src/options.c:542:47: warning: operand of ‘?:’ changes signedness from ‘long int’ to ‘size_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare]
542 | const size_t baseNameLength = extension ? extension-name : nameLength;
fixes a warning in the ubuntu CI