changeset 8846:6fe000202977

Fix a warning in last patch.
author Bruno Haible <bruno@clisp.org>
date Sat, 19 May 2007 20:30:58 +0000
parents 6edec1d2af09
children 0c9ab5719ed4
files lib/vasnprintf.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/vasnprintf.c
+++ b/lib/vasnprintf.c
@@ -1290,7 +1290,9 @@
 # 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;