From: Bart Van Assche Date: Tue, 5 Jun 2018 17:15:18 +0000 (+0200) Subject: Make nowarn_snprintf() call va_end() X-Git-Tag: fio-3.8~49^2 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=0b4a7080c22fb0f2e5be72ac6ec9a61a1e44b336;hp=0b4a7080c22fb0f2e5be72ac6ec9a61a1e44b336 Make nowarn_snprintf() call va_end() This patch suppresses the following Coverity complaint: CID 175867: API usage errors (VARARGS) va_end was not called for "args". Signed-off-by: Bart Van Assche ---