comparison src/xs_support.c @ 887:89c05adc87cc

Silence a warning.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 09 Nov 2012 06:17:12 +0200
parents 000baa9fcd4f
children 1779967c472a
comparison
equal deleted inserted replaced
886:5d4677af3c8e 887:89c05adc87cc
47 va_list ap; 47 va_list ap;
48 fprintf(stderr, "XSDEBUG: "); 48 fprintf(stderr, "XSDEBUG: ");
49 va_start(ap, fmt); 49 va_start(ap, fmt);
50 vfprintf(stderr, fmt, ap); 50 vfprintf(stderr, fmt, ap);
51 va_end(ap); 51 va_end(ap);
52 #else
53 (void) fmt;
52 #endif 54 #endif
53 } 55 }
54 #endif 56 #endif
55 57
56 58