fix VS build (noticed only when using MSBUILD=1) (nw)

This commit is contained in:
Miodrag Milanovic 2016-10-23 11:36:36 +02:00
parent 7b5ad57131
commit f5d88ac12e

View File

@ -1483,7 +1483,14 @@ project "linenoise-ng"
kind (LIBTYPE)
addprojectflags()
configuration { "vs*" }
buildoptions {
"/wd4701", -- warning C4701: potentially uninitialized local variable 'xxx' used
}
configuration { }
includedirs {
MAME_DIR .. "3rdparty/linenoise-ng/include",
}