Fix libio/bug-ungetwc1.c warning.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 27 Nov 2014 16:01:04 +0000 (16:01 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 27 Nov 2014 16:01:04 +0000 (16:01 +0000)
commit49051f8ea4551229fa656eba04031af51a5491c5
treedda2125ba5562b042cb9ed42e8dbe1a99fb8e921
parent9114625bad23441c89eac5a7dcf319a9714ca31f
Fix libio/bug-ungetwc1.c warning.

This patch fixes a warning "variable 'wc' set but not used" in
libio/bug-ungetwc1.c.

The test didn't verify much about the results of the functions it
called.  This patch makes it check the result of getwc (thereby fixing
the warning), check end of file does not arrive too late in the getwc
loop, and check EOF is no longer set after ungetwc.

Tested for x86_64.

* libio/bug-ungetwc1.c (do_test): Verify results of getwc and
feof.
ChangeLog
libio/bug-ungetwc1.c