]> git.llucax.com Git - software/libev.git/commitdiff
remove -Wall
authorroot <root>
Thu, 8 Nov 2007 18:38:51 +0000 (18:38 +0000)
committerroot <root>
Thu, 8 Nov 2007 18:38:51 +0000 (18:38 +0000)
README.embed
evdns.c
import_libevent

index 28bbe07b75564b43eeaf7409631fe954df67a1e6..28427456115ff2807ce123fa32173d3a71b792bb 100644 (file)
@@ -17,7 +17,9 @@ FILESETS
 
     This will automatically include ev.h, too, and should be done in a
     single C source file only to provide the function implementations. To
-    use it, do the same for ev.h in all users:
+    use it, do the same for ev.h in all files wishing to use this API
+    (best done by writing a wrapper around ev.h that you can include
+    instead and where you can put other configuration options):
 
         #define EV_STANDALONE   1
         #include "ev.h"
diff --git a/evdns.c b/evdns.c
index a006638ee809829d7490f13df76f70de8665f88d..e24aacc179416460867265667945a3cd91031f99 100644 (file)
--- a/evdns.c
+++ b/evdns.c
@@ -1,4 +1,4 @@
-/* $Id: evdns.c,v 1.20 2007-11-08 16:58:00 root Exp $ */
+/* $Id: evdns.c,v 1.21 2007-11-08 18:38:52 root Exp $ */
 
 /* The original version of this module was written by Adam Langley; for
  * a history of modifications, check out the subversion logs.
index 5d9454103ea9acdce2a0d5a2e9fe058d56fc49f5..04d107f4e09016aeff593467645502eeab887056 100755 (executable)
@@ -68,6 +68,7 @@ perl -ne '
    s/\bepoll_sub.c\b//g;
    s/\bevent-internal.h\b//g;
    s/\bevsignal.h\b//g;
+   s/-Wall//;
    s/^(EXTRA_DIST\s*=\s*)/$1 ev.h ev_vars.h ev_wrap.h event_compat.h ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_win32.c /;
    s/^(include_HEADERS\s*=\s*)/$1 ev.h event_compat.h /;
    s/^(libevent_la_SOURCES\s*=\s*)/$1 ev.c /;