Author: metze
Date: 2007-04-21 23:02:49 +0000 (Sat, 21 Apr 2007)
New Revision: 22438

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22438

Log:
get rid of printf format warnings in heimdal code

metze
Modified:
   branches/SAMBA_4_0/source/heimdal_build/roken.h


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/roken.h
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/roken.h     2007-04-21 22:33:23 UTC 
(rev 22437)
+++ branches/SAMBA_4_0/source/heimdal_build/roken.h     2007-04-21 23:02:49 UTC 
(rev 22438)
@@ -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"

Reply via email to