mirror of
https://github.com/holub/mame
synced 2025-10-04 08:28:39 +03:00
Fix for Visual Studio builds (nw)
This commit is contained in:
parent
ee3b871974
commit
a42f6019b6
@ -1227,6 +1227,7 @@ project "bgfx"
|
||||
"/wd4244", -- warning C4244: 'argument' : conversion from 'xxx' to 'xxx', possible loss of data
|
||||
"/wd4611", -- warning C4611: interaction between '_setjmp' and C++ object destruction is non-portable
|
||||
"/wd4310", -- warning C4310: cast truncates constant value
|
||||
"/wd4701", -- warning C4701: potentially uninitialized local variable 'xxx' used
|
||||
}
|
||||
|
||||
configuration { "vsllvm" }
|
||||
|
Loading…
Reference in New Issue
Block a user