View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0005888 | Spring engine | General | public | 2018-02-18 22:50 | 2018-02-19 08:22 | ||||
Reporter | abma | ||||||||
Assigned To | Kloot | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | 104.0 +git | ||||||||
Target Version | 105.0 | Fixed in Version | |||||||
Summary | 0005888: ExplosionGenerator.cpp:222:2: error: static assertion failed | ||||||||
Description | git describe 104.0.1-636-gcb1a66ae2 | ||||||||
Additional Information | rts/Sim/Projectiles/ExplosionGenerator.cpp: In member function ‘void CExplosionGeneratorHandler::ParseExplosionTables()’: rts/Sim/Projectiles/ExplosionGenerator.cpp:222:2: error: static assertion failed static_assert(sizeof(LuaParser) <= sizeof(exploParserMem), ""); ^~~~~~~~~~~~~ rts/Sim/Projectiles/ExplosionGenerator.cpp:229:109: warning: placement new constructing an object of type ‘LuaParser’ and size ‘592’ in a region of type ‘uint8_t [512] {aka unsigned char [512]}’ and size ‘512’ [-Wplacement-new=] exploParser = new (exploParserMem) LuaParser("gamedata/explosions.lua", SPRING_VFS_MOD_BASE, SPRING_VFS_ZIP); | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
abma (administrator) 2018-02-19 08:22 |
https://github.com/spring/spring/commit/eae465011db7c0a5e90dd7a1571625807a59ece6 |