mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
fix VS build (noticed only when using MSBUILD=1) (nw)
This commit is contained in:
parent
7b5ad57131
commit
f5d88ac12e
@ -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",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user