Comment on Hacking ls -lparentComments−jrockway13yYou're arguing that the GNU C Library is incompatible with the GNU Compiler Collection?(In the example, he's compiling ls with the -std=gnu99 flag, which means he's targeting GNU, not C99 or C90 or C11 or POSIX or any other standard.)−vinkelhake13yThe printf(3) manpage now says: "Note that many versions of gcc(1) cannot parse this option and will issue a warning."FWIW, GCC 4.7.2 parses the format string without warnings.
Comments
You're arguing that the GNU C Library is incompatible with the GNU Compiler Collection?
(In the example, he's compiling ls with the -std=gnu99 flag, which means he's targeting GNU, not C99 or C90 or C11 or POSIX or any other standard.)
The printf(3) manpage now says: "Note that many versions of gcc(1) cannot parse this option and will issue a warning."
FWIW, GCC 4.7.2 parses the format string without warnings.