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 10:20:57 -0500
- Subject: RE: How to suppress warning?
Hi Lev,
Why I'm not surprised that the Windows' source files are malformed. :-)
If I'm not mistaken, the newline-at-eof is required.
Especially important for the preprocessor, such as a #endif at the end of the file (since the preprocessor is less forgiving), or when someone has a //-comment as the last line in the file.
--Eljay