mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
suppressed C4592 warning in VS 2015. (nw)
This commit is contained in:
parent
8b509eedd9
commit
4710c9c263
@ -1234,6 +1234,7 @@ configuration { "vs2015" }
|
||||
"/wd4463", -- warning C4463: overflow; assigning 1 to bit-field that can only hold values from -1 to 0
|
||||
"/wd4297", -- warning C4297: 'xxx::~xxx': function assumed not to throw an exception but does
|
||||
"/wd4319", -- warning C4319: 'operator' : zero extending 'type' to 'type' of greater size
|
||||
"/wd4592", -- warning C4592: symbol will be dynamically initialized (implementation limitation)
|
||||
}
|
||||
configuration { "winphone8* or winstore8*" }
|
||||
removelinks {
|
||||
|
Loading…
Reference in New Issue
Block a user