소스 검색

Removed warning disablers from builer.

Mark Sibly 9 년 전
부모
커밋
0bed97c564
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  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