When compiling, I get quite the number over warnings:
- "too many arguments in format",
- and also '%d' expects argument of type int, but int * is given.
When looking into the history, it seems that when moving to safelib c the custom implementation that expected a list of integers was not ported correctly?
Is there a different reason for this that I'm missing?