On Sun, Dec 04, 2011, Alexander Best wrote:
> ... i couldn't find a reference to an upercase "Z" in the printf(9) man page.
> i talked to dinoex on #freebsd-clang (EFNet) and he said that the "Z" might
> come from linux'es libc5 and is the equaivalent to glibc's "z".
> 
> can we adjust those lines, so the clang warnings disappear?
Yes, 'Z' is an alias for 'z' that is deprecated in glibc and
unsupported in FreeBSD, so changing the case should fix it.
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to