More protobuf fixes

This commit is contained in:
momo5502 2016-07-03 16:54:16 +02:00
parent 38f15c7d50
commit ae2c458a07

View File

@ -139,6 +139,7 @@ workspace "iw4x"
} }
buildoptions { buildoptions {
"/wd4100", -- "Unused formal parameter" "/wd4100", -- "Unused formal parameter"
"/wd4389", -- "Signed/Unsigned mismatch"
"/wd6011", -- "Dereferencing NULL pointer" "/wd6011", -- "Dereferencing NULL pointer"
"/wd4125", -- "Decimal digit terminates octal escape sequence" "/wd4125", -- "Decimal digit terminates octal escape sequence"
} }