Re: Compiler Warning sometimes not showing
Re: Compiler Warning sometimes not showing
- Subject: Re: Compiler Warning sometimes not showing
- From: John Tsombakos <email@hidden>
- Date: Wed, 1 Sep 2004 19:44:59 -0400
On Sep 1, 2004, at 6:38 PM, Heath Raftery wrote:
John,
Only thing I can think of at this stage is that the file is already
compiled. Can you confirm that you still see this behaviour after a
Clean of the project, making sure the file is compiled?
Yes, it happens on a clean project. I even delete the build folder.
Oh, another thing - XCode has dead code stripping. Is that function
actually used?
Oh yes, the function is called. That's how I found this problem - I
didn't have the return statement there, and the app would crash on
startup. Once I realized it was missing the app worked.
Heath
Thanks
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.