* tests/test-vaszprintf-posix.c (test_function): Remove an unused
variable.
+2024-07-29 Bruno Haible <bruno@clisp.org>
+
+ vaszprintf-posix tests: Fix a gcc warning.
+ * tests/test-vaszprintf-posix.c (test_function): Remove an unused
+ variable.
+
2024-07-29 Bruno Haible <bruno@clisp.org>
Fix misspelling of __clang_major__.
static void
test_function (ptrdiff_t (*my_aszprintf) (char **, const char *, ...))
{
- char result[5000];
-
/* Test the support of the 'a' and 'A' conversion specifier for hexadecimal
output of floating-point numbers. */