dantastic macrumors 6502a Original poster Jan 21, 2011 572 678 Feb 14, 2011 #1 My app is nearing completion but I've a bunch of compiler warnings. Warnings that are fine to ignore but do I need to clean them up or will they care?
My app is nearing completion but I've a bunch of compiler warnings. Warnings that are fine to ignore but do I need to clean them up or will they care?
dejo Moderator emeritus Sep 2, 2004 15,982 454 The Centennial State Feb 14, 2011 #2 dantastic said: My app is nearing completion but I've a bunch of compiler warnings. Warnings that are fine to ignore but do I need to clean them up or will they care? Click to expand... They probably won't care but what makes you think they are fine to ignore? What are these warnings, specifically?
dantastic said: My app is nearing completion but I've a bunch of compiler warnings. Warnings that are fine to ignore but do I need to clean them up or will they care? Click to expand... They probably won't care but what makes you think they are fine to ignore? What are these warnings, specifically?
nickculbertson macrumors regular Nov 19, 2010 226 0 Nashville, TN Feb 14, 2011 #3 I've never had any problems getting my apps excepted over a few warnings. Of course you shouldn't ignore the warnings but chances are if your app works and follows apples guidelines, it will be accepted. Nick
I've never had any problems getting my apps excepted over a few warnings. Of course you shouldn't ignore the warnings but chances are if your app works and follows apples guidelines, it will be accepted. Nick
dantastic macrumors 6502a Original poster Jan 21, 2011 572 678 Feb 14, 2011 #4 well, 99% are variables I haven't @synthesize'd and the remaining 1% are functions I access only locally but I've omitted from the .h file.
well, 99% are variables I haven't @synthesize'd and the remaining 1% are functions I access only locally but I've omitted from the .h file.