Example:
warning: 'nErr' may be used uninitialized in this function
note: 'nErr' was declared here
^ This line is not an error, it is the context of the warning message
The 'note:' gets flagged as an error.
Edited...
Quote from: gmb300 on September 13, 2007, 11:15:31 PM
Since I set the maximum error limit to 5 this prevents me from seeing any real errors.
So why do you set such a low limit then?! :shock:
Patch
I created a patch which treats 'note:' lines as information. But only for the MingW/GCC target. It might be a good idea to add these regexes to all the GCC based compiler targets.
[attachment deleted by admin]
Quote from: gmb300 on September 14, 2007, 08:38:41 PM
Patch
I created a patch which treats 'note:' lines as information. But only for the MingW/GCC target. It might be a good idea to add these regexes to all the GCC based compiler targets.
Applied in revision 4544. Thanks for the patch. :)
MinGW only?
Can be annoying with nativ gcc on Gnu/Linux, too ;)
Quote from: darthdespotism on October 19, 2007, 01:33:40 PM
MinGW only?
Can be annoying with nativ gcc on Gnu/Linux, too ;)
It's the same compiler...
Quote from: mandrav on October 19, 2007, 02:03:18 PM
It's the same compiler...
Yes but the author only mentions MinGW and excludes explicitely other GCCs from his Patch.
Doing an update right now ;)