diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-18 23:27:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:52:19 -0500 |
commit | c1837c24ae688d86eb5f0108da9396d29ff50a9e (patch) | |
tree | a157b8c12bdefb15a426342f20cf31826f875470 /source3 | |
parent | 19cee7d0564265d14723007db6e02ff44351aa50 (diff) | |
download | samba-c1837c24ae688d86eb5f0108da9396d29ff50a9e.tar.gz samba-c1837c24ae688d86eb5f0108da9396d29ff50a9e.tar.bz2 samba-c1837c24ae688d86eb5f0108da9396d29ff50a9e.zip |
r18650: this isn't needed twice in include/includes.h
metze
(This used to be commit ee1127518347690e8baea1b5010ccada0ba29890)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/includes.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 601d9b94d6..2561072e86 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -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"))) |