Date: Sat, 27 Jan 2001 19:38:25 +0300 From: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> To: hackers@freebsd.org Subject: FreeBSD specific strftime(3) format specifiers Message-ID: <20010127193824.A6332@kapran.bitmcnit.bryansk.su>
next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010127193824.A6332>