diff --git a/src/Console.hh b/src/Console.hh index f50c83d..ba17b76 100644 --- a/src/Console.hh +++ b/src/Console.hh @@ -62,7 +62,8 @@ struct Console * Write a format string to the current cursor position. Returns the number * of characters printed. */ - int printFormat(const char *format, ...); + int printFormat(const char *format, ...) + __attribute__((format (printf, 2, 3))); void setColor(Color fg, Color bg);