+Arx/src/game/Item.h:50:1: warning: initial 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:33:1: warning: initial 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:35:1: warning: initial 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: initial 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:68:2: warning: initial values in enum 'RenderState::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: initial values in enum 'Keyboard::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: initial values in enum 'Mouse::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: initial values in enum 'Mouse::Wheel' are not consistent, consider explicit initialization of all, none or only the first enumerator [readability-enum-initial-value]