Lines Matching full:wint_t
1177 * glib/gnulib/printf-args.c (printf_fetchargs): wint_t is short on1178 Windows, and gcc warns: "wint_t is promoted to int when passed1179 through ... (so you should pass int not wint_t to va_arg)." And