From: Andreas Tonnesen Date: Sat, 12 Feb 2005 22:14:27 +0000 (+0000) Subject: Removed warnings X-Git-Tag: OLSRD_0_4_9~155 X-Git-Url: http://olsr.org/git/?p=olsrd.git;a=commitdiff_plain;h=9c1500ada8f899189dadb50d0b3e483ce0c17605 Removed warnings --- diff --git a/src/mid_set.c b/src/mid_set.c index d1e6d65e..59b8797d 100644 --- a/src/mid_set.c +++ b/src/mid_set.c @@ -36,7 +36,7 @@ * to the project. For more information see the website or contact * the copyright holders. * - * $Id: mid_set.c,v 1.12 2005/01/22 00:09:18 kattemat Exp $ + * $Id: mid_set.c,v 1.13 2005/02/12 22:14:27 kattemat Exp $ */ #include "defs.h" @@ -236,7 +236,6 @@ mid_lookup_main_addr(union olsr_ip_addr *adr) olsr_u32_t hash; struct mid_address *tmp_list; -#warning MID SET NOW HAS REVERSE INDEXING! hash = olsr_hashing(adr); /*Traverse MID list*/ for(tmp_list = reverse_mid_set[hash].next; diff --git a/src/net.c b/src/net.c index d31ec83b..bd526d5c 100644 --- a/src/net.c +++ b/src/net.c @@ -36,7 +36,7 @@ * to the project. For more information see the website or contact * the copyright holders. * - * $Id: net.c,v 1.29 2005/02/08 12:55:23 kattemat Exp $ + * $Id: net.c,v 1.30 2005/02/12 22:14:27 kattemat Exp $ */ #include "net.h" @@ -49,8 +49,6 @@ void WinSockPError(char *); #endif -#warning Interface configuration is now responsible for setting up outputbuffers!! - struct olsr_netbuf { char *buff; /* Pointer to the allocated buffer */