mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r18650: this isn't needed twice in include/includes.h
metze
(This used to be commit ee11275183
)
This commit is contained in:
parent
19cee7d056
commit
c1837c24ae
@ -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")))
|
||||
|
Loading…
Reference in New Issue
Block a user