This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
redundant error output
- From: John Boncek <jboncek at Hunter dot COM>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 6 Mar 2009 06:37:16 -0800 (PST)
- Subject: redundant error output
The second line in the error output below seems quite redundant (the first
line already says essentially the same thing). Is there a way to suppress
or omit it?
Cal/FieldCal/CalResultFiles.cpp(53): error: `_tcscpy_s' undeclared (first
use this function)
Cal/FieldCal/CalResultFiles.cpp(53): error: (Each undeclared identifier is
reported only once for each function it appears in.)
This adds unnecessary bloat to the output of a big compile when there are a
number of undefined symbols.
Thanks for your attention.
John Boncek
--
View this message in context: http://www.nabble.com/redundant-error-output-tp22373663p22373663.html
Sent from the gcc - Help mailing list archive at Nabble.com.