mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Remove JSRuntime::GCData::info from GCData's member initialization list to avoid C4351 on Windows. rs=billm over IRC, no bug
--HG-- extra : rebase_source : eb638748878580f3a039cbbfe6e9433c2d7c3edf
This commit is contained in:
parent
130e939216
commit
441ed4cea1
@ -683,7 +683,6 @@ struct JSRuntime {
|
||||
firstEnterValid(false)
|
||||
#ifdef JSGC_TESTPILOT
|
||||
, infoEnabled(false),
|
||||
info(),
|
||||
start(0),
|
||||
count(0)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user