+Arx/src/game/Spells.h:76:1: style: The class 'SpellManager' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] +Arx/src/gui/Menu.h:61:1: style: The struct 'ARX_MENU_DATA' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] +Arx/src/util/IteratedHash.h:127:1: style: The class 'iterated_hash < md5_transform >' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] +Arx/src/util/IteratedHash.h:127:1: style: The class 'iterated_hash' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor]