Re: Link warning > 2000 and stop build
Re: Link warning > 2000 and stop build
- Subject: Re: Link warning > 2000 and stop build
- From: Kurt Stoll <email@hidden>
- Date: Sun, 18 Nov 2007 12:50:50 -0800
I don't know for certain, but I suspect that there is no real "error"
other than the fact that you have too many warnings. It is common for
compilers - and I have seen the GCC compilers in particular do this -
to increment an error counter for every error message it outputs. For
example, outputting a summary error message increments the error
count. In your case, I bet that simply going over 2000 (or 4000)
warnings is considered an error. You can test this if you can find
where the limit is being set - simply reduce the limit to 10 and see
if you still get an error. Then, try setting the limit to be 2x your
current limit. If my guess is correct, you will continue to see
exactly one error.
Good luck,
Kurt Stoll
On Nov 18, 2007, at 12:25 PM, Michael Wu wrote:
Does Xcode 3.0 enforce a limit on link warning > 2000 to stop the
build?
The build result:
(additional warning and errors suppressed)
How do I see that 1 error?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden