Browse Source

Removed warning disablers from builer.

Mark Sibly 9 years ago
parent
commit
0bed97c564
1 changed files with 0 additions and 4 deletions
  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