This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
odd behavior
- From: Michael Williamson <michael dot h dot williamson at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 28 Aug 2014 14:20:13 -0700
- Subject: odd behavior
- Authentication-results: sourceware.org; auth=none
Hi,
Using gcc version 4.6.3 including the parameter -Wall, I discovered
that it gives a warning message for missing closing double quotes
inside sections of code that are not even used due to #if ... #endif
statements. That seems odd.
Just FYI,
-Mike