diff --git a/engines/sherlock/screen.h b/engines/sherlock/screen.h index 452a18631f0..2103588fe03 100644 --- a/engines/sherlock/screen.h +++ b/engines/sherlock/screen.h @@ -101,8 +101,8 @@ public: void verticalTransition(); - void print(const Common::Point &pt, byte color, const char *formatStr, ...) GCC_PRINTF(4, 5); - void gPrint(const Common::Point &pt, byte color, const char *formatStr, ...) GCC_PRINTF(4, 5); + void print(const Common::Point &pt, byte color, const char *formatStr, ...); + void gPrint(const Common::Point &pt, byte color, const char *formatStr, ...); void restoreBackground(const Common::Rect &r);