Explorar o código

Removed warning disablers from builer.

Mark Sibly %!s(int64=9) %!d(string=hai) anos
pai
achega
0bed97c564
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  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