diff options
author | Jason Copenhaver <jcopenha@typedef.org> | 2015-01-16 16:50:24 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-01-16 16:50:24 -0300 |
commit | 25c4c78e2ddad482dfc9d5a104f76325fcc2f8e5 (patch) | |
tree | 4b6628d38e54a55b6059948ff8bad6b3c13b719b /lib/ns_parse.c | |
parent | 7549d0074aa4917e62106ac285b05baa1e76c1e9 (diff) |
Fix compiler warnings on Cygwin and Mac OS X.
* Don't use PIE/PIC on Cygwin/Darwin unless specified as these
platforms don't support it.
* Cleanup warnings for 'make check' build.
* Fix the type issue for getsockopt calls.
* Fix enum warnings in Yahoo libs on Mac OS X.
Diffstat (limited to 'lib/ns_parse.c')
-rw-r--r-- | lib/ns_parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ns_parse.c b/lib/ns_parse.c index ba45d513..0462b67e 100644 --- a/lib/ns_parse.c +++ b/lib/ns_parse.c @@ -18,7 +18,7 @@ #include "bitlbee.h" #ifndef lint -static const char rcsid[] = "$Id: ns_parse.c,v 1.10 2009/01/23 19:59:16 each Exp $"; +//static const char rcsid[] = "$Id: ns_parse.c,v 1.10 2009/01/23 19:59:16 each Exp $"; #endif #ifdef HAVE_RESOLV_A |