Warnings in Xcode4 from Monkey44

Monkey Targets Forums/iOS/Warnings in Xcode4 from Monkey44

TheRedFox(Posted 2011) [#1]
Some warnings in the code generated in main.mm
"Semantic issue warnings"

"using the result of a condition without parentheses..."
-(id)initWithCoder:(NSCoder*)coder{

if( self=[super initWithCoder:coder] ){

"using the result of a condition without parentheses..."
while( p=*q ){
if( p->flags & 2 ){
p->flags&=~2;
q=&p->succ;

"Enumeration values UITouchPhase... not used"
switch( [touch phase] ){

How to turn these off? No problem living with them but ... you know...