This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Miscellaneous warning messages
- To: DGRIMES at scvl dot com
- Subject: Re: Miscellaneous warning messages
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Thu, 30 Mar 2000 19:42:44 +0200
- CC: bug-gcc at gnu dot org
- References: <87E76FC45B2BD31187EC006097CF310A07B3FA@sneaker.scvl.com>
> I guess the question is: Can these warnings be safely ingnored?
Yes. Earlier gcc versions did not compile themselves with the full
-Wall set of options; only recent efforts have made that possible. As
a result, some warnings pop up that do indicate theoretical
non-portabilities in the gcc sources; we are considerably sure that
they do not cause problems.
Hope this helps,
Martin