This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Stupid question


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]