From 2f66beb8adf679ed1e2e36f9c808c43f095e23cf Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 15 Jan 2007 19:10:54 +0000 Subject: r20817: sync lib/replace with samba4 metze (This used to be commit 352ee730308bbc151a742938818c9b8b3a6e8014) --- source3/lib/replace/snprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/replace/snprintf.c') diff --git a/source3/lib/replace/snprintf.c b/source3/lib/replace/snprintf.c index fcbcdb17e9..b38d8dad34 100644 --- a/source3/lib/replace/snprintf.c +++ b/source3/lib/replace/snprintf.c @@ -540,7 +540,7 @@ static int dopr(char *buffer, size_t maxlen, const char *format, va_list args_in printf("parameter at position %d not used\n", pnum+1); #endif /* eat the parameter */ - (void)va_arg (args, int); + va_arg (args, int); continue; } for (i = 1; i < clist[pnum].num; i++) { -- cgit