From ef3430f6e53c25838fdae89d32af7f70d780f950 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Mon, 18 May 2015 12:48:56 +0200 Subject: prevent compiler warning --- php_suhosin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_suhosin.h b/php_suhosin.h index 616d603..7b86e7a 100644 --- a/php_suhosin.h +++ b/php_suhosin.h @@ -35,7 +35,7 @@ #define SDEBUG(msg...) \ {FILE *f;f=fopen(SUHOSIN_LOG, "a+");if(f){fprintf(f,"[%u] ",getpid());fprintf(f, msg);fprintf(f,"\n");fclose(f);}} #else -#define SDEBUG(...) +#define SDEBUG(msg...) #endif #endif -- cgit v1.3