This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]