[Olsr-cvs] olsrd-current/lib/tas test.c,1.1,1.2
Bernd Petrovitsch
(spam-protected)
Sun Jul 15 19:48:57 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/lib/tas
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29946/lib/tas
Modified Files:
test.c
Log Message:
* fixed compile warnings
Index: test.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/lib/tas/test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test.c 12 Apr 2005 17:17:25 -0000 1.1
--- test.c 15 Jul 2007 17:48:55 -0000 1.2
***************
*** 55,59 ****
#include <string.h>
! static void sigHand(int sig)
{
httpShutdown();
--- 55,60 ----
#include <string.h>
! static void sigHand(int sig) __attribute__((noreturn));
! static void sigHand(int sig __attribute__((unused)))
{
httpShutdown();
More information about the Olsr-cvs
mailing list