wint_t is short on Windows, and gcc warns: "wint_t is promoted to int when
authorTor Lillqvist <tml@novell.com>
Thu, 29 May 2008 02:43:49 +0000 (02:43 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 29 May 2008 02:43:49 +0000 (02:43 +0000)
commitfbecd2e8ae0cc908aca7ea3ba18901639ede074c
treece38e7ee6bcdcdbd740ce8c5d826973c6a276d88
parent82bc28361ec34326e78cfee98675414aed5fa9b2
wint_t is short on Windows, and gcc warns: "wint_t is promoted to int when

2008-05-29  Tor Lillqvist  <tml@novell.com>

* glib/gnulib/printf-args.c (printf_fetchargs): wint_t is short on
Windows, and gcc warns: "wint_t is promoted to int when passed
through ... (so you should pass int not wint_t to va_arg)." So do
that then.

svn path=/trunk/; revision=6956
ChangeLog
glib/gnulib/printf-args.c