svn commit: samba r18650 - in branches/SAMBA_3_0/source/include: .

metze at samba.org metze at samba.org
Mon Sep 18 23:27:36 GMT 2006


Author: metze
Date: 2006-09-18 23:27:36 +0000 (Mon, 18 Sep 2006)
New Revision: 18650

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

Log:
this isn't needed twice in include/includes.h

metze

Modified:
   branches/SAMBA_3_0/source/include/includes.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/includes.h
===================================================================
--- branches/SAMBA_3_0/source/include/includes.h	2006-09-18 23:26:14 UTC (rev 18649)
+++ branches/SAMBA_3_0/source/include/includes.h	2006-09-18 23:27:36 UTC (rev 18650)
@@ -66,15 +66,6 @@
 #undef HAVE_TERMIOS_H
 #endif
 
-#ifdef __GNUC__
-/** gcc attribute used on function parameters so that it does not emit
- * warnings about them being unused. **/
-#  define UNUSED(param) param __attribute__ ((unused))
-#else
-#  define UNUSED(param) param
-/** Feel free to add definitions for other compilers here. */
-#endif
-
 #ifndef _PUBLIC_
 #ifdef HAVE_VISIBILITY_ATTR
 #  define _PUBLIC_ __attribute__((visibility("default")))



More information about the samba-cvs mailing list