mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 14:06:15 +01:00
More verbiage.
svn path=/trunk/; revision=6957
This commit is contained in:
parent
fbecd2e8ae
commit
5011dc9878
@ -2,8 +2,8 @@
|
||||
|
||||
* 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.
|
||||
through ... (so you should pass int not wint_t to va_arg)." And
|
||||
indeed g_print("%C", L'a') crashes. So do as gcc says then.
|
||||
|
||||
2008-05-28 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user