Commit f4f721ef authored by Don Gagne's avatar Don Gagne

Remove fixed warnings from Windows side

C4018, C4063
parent a15ee301
......@@ -153,8 +153,6 @@ WindowsBuild {
/W4 \
/WX \
/wd4005 \ # macro redefinition
/wd4018 \ # signed/unsigned mismatch
/wd4063 \ # case not valid for switch enum
/wd4100 \ # unrefernced formal parameter
/wd4101 \ # unreference local variable
/wd4127 \ # conditional expression constant
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment