+Arx/src/game/Entity.cpp:152:2: warning: 'm_index' should be initialized in a member initializer of the constructor [cppcoreguidelines-prefer-member-initializer] +Arx/src/graphics/opengl/GLVertexBuffer.h:502:3: warning: 'm_mapping' should be initialized in a member initializer of the constructor [cppcoreguidelines-prefer-member-initializer] +Arx/src/graphics/opengl/OpenGLUtil.cpp:54:2: warning: 'm_isES' should be initialized in a member initializer of the constructor [cppcoreguidelines-prefer-member-initializer] +Arx/src/graphics/opengl/OpenGLUtil.cpp:55:2: warning: 'm_version' should be initialized in a member initializer of the constructor [cppcoreguidelines-prefer-member-initializer] +Arx/src/graphics/opengl/OpenGLUtil.cpp:84:2: warning: 'm_versionString' should be initialized in a member initializer of the constructor [cppcoreguidelines-prefer-member-initializer] +Arx/src/scene/SaveFormat.h:977:3: warning: 'type' should be initialized in a member initializer of the constructor [cppcoreguidelines-prefer-member-initializer] +Arx/tools/profiler/ui/ArxProfiler.cpp:55:2: warning: 'view' should be initialized in a member initializer of the constructor [cppcoreguidelines-prefer-member-initializer] +Arx/tools/profiler/ui/ArxProfiler.cpp:228:2: warning: 'm_scene' should be initialized in a member initializer of the constructor [cppcoreguidelines-prefer-member-initializer]