aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/scummsys.h')
-rw-r--r--common/scummsys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 509b9a3d69..54e10f3962 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -371,7 +371,7 @@
#define NORETURN __attribute__((__noreturn__))
#define GCC_PRINTF(x,y) __attribute__((format(printf, x, y)))
#else
- #define GCC_PACK(x,y)
+ #define GCC_PACK
#define GCC_PRINTF(x,y)
#endif