From 373c44dc1d48bf58b7b46ce04bc87d437d20eb5e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 19 May 2007 20:30:58 +0000 Subject: [PATCH] Fix a warning in last patch. --- lib/vasnprintf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/vasnprintf.c b/lib/vasnprintf.c index 49692f16a3..696047791a 100644 --- a/lib/vasnprintf.c +++ b/lib/vasnprintf.c @@ -1290,7 +1290,9 @@ VASNPRINTF (CHAR_T *resultbuf, size_t *lengthp, const CHAR_T *format, va_list ar # endif )) { +# if NEED_PRINTF_INFINITE && NEED_PRINTF_LONG_DOUBLE arg_type type = a.arg[dp->arg_index].type; +# endif int flags = dp->flags; int has_width; size_t width; -- 2.30.2