From 15eabc18f05516fa854668206f24a8ae778c847f Mon Sep 17 00:00:00 2001 From: malc Date: Sat, 19 May 2018 10:49:12 +0300 Subject: [PATCH] Cosmetics --- cutils.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cutils.h b/cutils.h index 43034ab..629ae43 100644 --- a/cutils.h +++ b/cutils.h @@ -11,10 +11,7 @@ #endif #define GCC_FMT_ATTR(a, b) __attribute__ ((format (printf, a, b))) #else -#define NORETURN_ATTR -#define UNUSED_ATTR -#define OPTIMIZE_ATTR(n) -#define GCC_FMT_ATTR(a, b) +#error No workee wiz dat cmapjler #endif extern void NORETURN_ATTR GCC_FMT_ATTR (2, 3) -- 2.11.4.GIT