Disabling missing newline warning

Mike Stump mrs@apple.com
Wed Dec 4 11:05:00 GMT 2002


On Wednesday, December 4, 2002, at 07:56 AM, Patrick Hartling wrote:
> I am compiling against a third-party library containing a few header 
> files that are missing newlines at the end of the files.

Sure, gcc file.c 2>&1 | grep -v 'missing newline at end of file'

words just fine for me.  Another option, gcc -w file.c.



More information about the Gcc mailing list