Explorar o código

Remove unneeded disabled warnings from build.bat

gingerBill %!s(int64=4) %!d(string=hai) anos
pai
achega
e722af7f61
Modificáronse 1 ficheiros con 2 adicións e 4 borrados
  1. 2 4
      build.bat

+ 2 - 4
build.bat

@@ -46,10 +46,8 @@ if %release_mode% EQU 0 ( rem Debug
 
 set compiler_warnings= ^
 	-W4 -WX ^
-	-wd4100 -wd4101 -wd4127 -wd4146 -wd4189 ^
-	-wd4201 -wd4204 ^
-	-wd4456 -wd4457 -wd4480 ^
-	-wd4512
+	-wd4100 -wd4101 -wd4127 -wd4146 ^
+	-wd4456 -wd4457
 
 set compiler_includes=
 set libs= ^