[klibc] Suppress format truncation warnings for sprintf() and vsprintf()

These functions pass a huge maximum size to the corresponding
length-limiting functions.  gcc warns about this and suggests that
we should pass INT_MAX at most.  I don't think this is correct, so
suppress the warnings.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
1 file changed