Hi to all.
gcc supports strftime format string checking and issues a warning when
it encounters some unknown format specifier. FreeBSD strftime has
several additional format chars which gcc knows nothing about.

This can easily be seen when compiling /usr/src/usr.sbin/pw:
pw_user.c:1175: warning: unknown conversion type character `f' in format
pw_user.c:1177: warning: unknown conversion type character `f' in format

Are there chances that this could be fixed? I suppose, the patches
should be submitted to gcc developers and the changes will get into
our tree on next gcc source import?

-- 
Alex Kapranoff,                              Voice: +7(0832)791845
We've lived 3 weeks in the brand new millenium...


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to