This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: How to suppress warning?
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Lev Assinovsky <LAssinovsky at algorithm dot aelita dot com>, "Gcc-Help (E-mail)" <gcc-help at gcc dot gnu dot org>
- Date: Thu, 23 Oct 2003 08:41:19 -0500
- Subject: Re: How to suppress warning?
Hi Lev,
>Does anybody knows how to suppress warning: "no newline at end of file"
Put a newlineat the end of file.
(It's especially egregious not to have a newline at eof when the last line is a preprocessor statement.)
HTH,
--Eljay