-Arx/src/gui/Menu.h:61:1: style: The struct 'ARX_MENU_DATA' does not have a constructor although it has private member variables. [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:119:1: style: The class 'iterated_hash < md5_transform >' does not have a constructor although it has private member variables. [noConstructor] -Arx/src/util/IteratedHash.h:119:1: style: The class 'iterated_hash' does not have a constructor although it has private member variables. [noConstructor] +Arx/src/util/IteratedHash.h:119: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:119:1: style: The class 'iterated_hash' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] -Arx/tools/crashreporter/qhexedit/QHexEdit.h:63:1: style: The class 'QHexEdit' does not have a constructor although it has private member variables. [noConstructor]