From f71b2fdfe287452214de611df948e00f87281cbd Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 21 Apr 2007 23:02:49 +0000 Subject: r22438: get rid of printf format warnings in heimdal code metze (This used to be commit 2ab998da99102e257a61e04c776fe2db2088351c) --- source4/heimdal_build/roken.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4/heimdal_build/roken.h') diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index 766f4555b8..192500ce3e 100644 --- a/source4/heimdal_build/roken.h +++ b/source4/heimdal_build/roken.h @@ -73,6 +73,12 @@ #define HAVE_INNETGR #endif +#if (__GNUC__ >= 3) && (__GNUC_MINOR__ >= 1 ) +#ifndef HAVE___ATTRIBUTE__ +#define HAVE___ATTRIBUTE__ +#endif +#endif + /* * we don't want that roken.h.in includes socket_wrapper * we include socket_wrapper via "system/network.h" -- cgit