r399 - trunk/varnish-cache/lib/libvarnishapi

phk at projects.linpro.no phk at projects.linpro.no
Mon Jul 10 11:52:06 CEST 2006


Author: phk
Date: 2006-07-10 11:52:06 +0200 (Mon, 10 Jul 2006)
New Revision: 399

Modified:
   trunk/varnish-cache/lib/libvarnishapi/shmlog.c
Log:
Fix cosmetic warning


Modified: trunk/varnish-cache/lib/libvarnishapi/shmlog.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishapi/shmlog.c	2006-07-10 09:51:01 UTC (rev 398)
+++ trunk/varnish-cache/lib/libvarnishapi/shmlog.c	2006-07-10 09:52:06 UTC (rev 399)
@@ -59,7 +59,7 @@
 }
 
 unsigned char *
-VSL_NextLog(struct shmloghead *lh, unsigned char **pp)
+VSL_NextLog(struct shmloghead *lh __unused, unsigned char **pp)
 {
 	unsigned char *p;
 




More information about the varnish-commit mailing list