-Arx/src/graphics/Renderer.h:60:2: warning: initial values in enum 'Offsets' 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: 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 'Key' 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 '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 'Wheel' 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]