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.