summaryrefslogtreecommitdiff
path: root/source3/lib/replace/snprintf.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-01-15 19:10:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:09 -0500
commit2f66beb8adf679ed1e2e36f9c808c43f095e23cf (patch)
treeb7f486b40393da6ddc53a921d518160dbf9032f1 /source3/lib/replace/snprintf.c
parent2ae539f5665ee9a849bad97cfb5ecc10cce3e766 (diff)
downloadsamba-2f66beb8adf679ed1e2e36f9c808c43f095e23cf.tar.gz
samba-2f66beb8adf679ed1e2e36f9c808c43f095e23cf.tar.bz2
samba-2f66beb8adf679ed1e2e36f9c808c43f095e23cf.zip
r20817: sync lib/replace with samba4
metze (This used to be commit 352ee730308bbc151a742938818c9b8b3a6e8014)
Diffstat (limited to 'source3/lib/replace/snprintf.c')
-rw-r--r--source3/lib/replace/snprintf.c2
1 files changed, 1 insertions, 1 deletions
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++) {