Selaa lähdekoodia

Removed warning disablers from builer.

Mark Sibly 9 vuotta sitten
vanhempi
commit
0bed97c564
1 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  1. 0 4
      src/mx2new/builder.monkey2

+ 0 - 4
src/mx2new/builder.monkey2

@@ -458,10 +458,6 @@ Class Builder
 				cmd=CXX_CMD+" "+CPP_OPTS.Join( " " )
 			End
 			
-			cmd+=" -Wno-int-to-pointer-cast"
-			cmd+=" -Wno-parentheses-equality"
-			cmd+=" -Wno-comment"
-			
 			cmd+=" -I~q"+modulesDir+"monkey/native~q"
 			
 			'Check dependancies