[Olsr-cvs] olsrd-current/src/win32 log.c,1.4,1.5
Bernd Petrovitsch
(spam-protected)
Thu Apr 26 00:23:11 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/src/win32
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9590/src/win32
Modified Files:
log.c
Log Message:
* killed warnings
Index: log.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/win32/log.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** log.c 21 Nov 2004 01:21:10 -0000 1.4
--- log.c 25 Apr 2007 22:23:09 -0000 1.5
***************
*** 42,50 ****
#include "../log.h"
! void olsr_openlog(const char *Id)
{
}
! void olsr_syslog(int Level, char *Format, ...)
{
}
--- 42,50 ----
#include "../log.h"
! void olsr_openlog(const char *Id __attribute__((unused)))
{
}
! void olsr_syslog(int Level __attribute__((unused)), char *Format __attribute__((unused)), ...)
{
}
More information about the Olsr-cvs
mailing list