mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Remove spurious /wx option from prjects generated for visual studio
With that warnings as errors were always enabled even if option NOWERROR=1 was specified
This commit is contained in:
parent
e6180e3510
commit
deddb5626c
@ -1306,7 +1306,6 @@ configuration { "vs20*" }
|
||||
}
|
||||
|
||||
buildoptions {
|
||||
"/WX", -- Treats all compiler warnings as errors.
|
||||
"/w45038", -- warning C5038: data member 'member1' will be initialized after data member 'member2'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user