+Arx/src/game/Entity.h:416:18: warning: member 'm_classPath' of type 'const res::path' is const qualified [cppcoreguidelines-avoid-const-or-ref-data-members] +Arx/src/game/Inventory.cpp:424:15: warning: member 'data' of type 'array_type &' (aka 'INVENTORY_SLOT (&)[20][20]') is a reference [cppcoreguidelines-avoid-const-or-ref-data-members] +Arx/src/game/Inventory.cpp:424:15: warning: member 'data' of type 'array_type &' (aka 'INVENTORY_SLOT (&)[3][16][3]') is a reference [cppcoreguidelines-avoid-const-or-ref-data-members] +Arx/src/game/Inventory.cpp:424:15: warning: member 'data' of type 'array_type &' (aka 'typename Array::type &') is a reference [cppcoreguidelines-avoid-const-or-ref-data-members] +Arx/src/graphics/texture/PackedTexture.h:90:21: warning: member 'textureSize' of type 'const unsigned int' is const qualified [cppcoreguidelines-avoid-const-or-ref-data-members] +Arx/src/util/cmdline/detail/LexicalCall.h:155:14: warning: member 'm_begin' of type 'Iterator &' is a reference [cppcoreguidelines-avoid-const-or-ref-data-members]