X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fswprintf.c;h=14c53d6ab00dc51dfbf5134d8afff4ee4a72ce69;hb=a9d0a0ddf7530e8e462ec2ac731558b9037cc905;hp=f05b15080c5f8780b6b2b55384919b5e96c2191b;hpb=1be84a1b808909f619399fb90743359dd4f06dd1;p=libc-test diff --git a/src/stdio/swprintf.c b/src/stdio/swprintf.c index f05b150..14c53d6 100644 --- a/src/stdio/swprintf.c +++ b/src/stdio/swprintf.c @@ -96,7 +96,7 @@ static const struct { void test_swprintf(void) { int i, j; - wchar_t b[500], *s; + wchar_t b[500]; setlocale(LC_CTYPE, "en_US.UTF-8") || setlocale(LC_CTYPE, "en_GB.UTF-8") ||