Fix: libpe_status: Add unused arguments to output messages.
All output message functions should always pop all arguments off the
va_arg stack, even if they're not going to use them. This is to help
prevent bugs in the future. The ones that are unused should be marked
as such.