+Arx/src/game/Item.h:50:1: warning: inital values in enum 'EquipmentModifierType' are not consistent, consider explicit initialization of all, none or only the first enumerator [readability-enum-initial-value] +Arx/src/game/magic/Rune.h:32:1: warning: inital values in enum 'Rune' are not consistent, consider explicit initialization of all, none or only the first enumerator [readability-enum-initial-value] +Arx/src/game/magic/Spell.h:36:1: warning: inital values in enum 'SpellType' are not consistent, consider explicit initialization of all, none or only the first enumerator [readability-enum-initial-value] +Arx/src/game/spell/Cheat.h:23:1: warning: inital values in enum 'CheatRune' are not consistent, consider explicit initialization of all, none or only the first enumerator [readability-enum-initial-value] +Arx/src/graphics/Renderer.h:60:2: warning: inital values in enum 'Offsets' are not consistent, consider explicit initialization of all, none or only the first enumerator [readability-enum-initial-value] +Arx/src/input/Keyboard.h:28:2: warning: inital values in enum 'Key' are not consistent, consider explicit initialization of all, none or only the first enumerator [readability-enum-initial-value] +Arx/src/input/Mouse.h:27:2: warning: inital values in enum 'Button' are not consistent, consider explicit initialization of all, none or only the first enumerator [readability-enum-initial-value] +Arx/src/input/Mouse.h:46:2: warning: inital values in enum 'Wheel' are not consistent, consider explicit initialization of all, none or only the first enumerator [readability-enum-initial-value]