This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Stupid question
- From: Joe Buck <Joe dot Buck at synopsys dot COM>
- To: Mile Davidovic <Mile dot Davidovic at micronasnit dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 29 Apr 2004 08:49:58 -0700
- Subject: Re: Stupid question
- References: <409111F5.9070407@micronasnit.com>
On Thu, Apr 29, 2004 at 04:32:21PM +0200, Mile Davidovic wrote:
> Is possible to supress warning message:
> warning: no newline at end of file
Well, you could add a newline at the end of the file that lacks one.
If you're not willing to do that, I don't know of any way to suppress
the message other than by filtering it out or modifying the source code.