mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Remove unneeded disabled warnings from build.bat
This commit is contained in:
@@ -46,10 +46,8 @@ if %release_mode% EQU 0 ( rem Debug
|
|||||||
|
|
||||||
set compiler_warnings= ^
|
set compiler_warnings= ^
|
||||||
-W4 -WX ^
|
-W4 -WX ^
|
||||||
-wd4100 -wd4101 -wd4127 -wd4146 -wd4189 ^
|
-wd4100 -wd4101 -wd4127 -wd4146 ^
|
||||||
-wd4201 -wd4204 ^
|
-wd4456 -wd4457
|
||||||
-wd4456 -wd4457 -wd4480 ^
|
|
||||||
-wd4512
|
|
||||||
|
|
||||||
set compiler_includes=
|
set compiler_includes=
|
||||||
set libs= ^
|
set libs= ^
|
||||||
|
|||||||
Reference in New Issue
Block a user