[master] 156bb87cf Be Sun-c compiler compatible
    Poul-Henning Kamp 
    phk at FreeBSD.org
       
    Mon Sep 24 11:43:07 UTC 2018
    
    
  
commit 156bb87cfcd8248528d251ade29aa00d10330b46
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Sep 24 11:41:42 2018 +0000
    Be Sun-c compiler compatible
diff --git a/bin/varnishtest/teken.c b/bin/varnishtest/teken.c
index 21eb71752..48df7e066 100644
--- a/bin/varnishtest/teken.c
+++ b/bin/varnishtest/teken.c
@@ -41,7 +41,7 @@
 #include "vas.h"
 
 /* debug messages */
-#define	teken_printf(x,...)
+#define	teken_printf(...)
 
 /* Private flags for t_stateflags. */
 #define	TS_FIRSTDIGIT	0x0001	/* First numeric digit in escape sequence. */
    
    
More information about the varnish-commit
mailing list