+Arx/src/ai/PathFinder.cpp:206:3: warning: variable 'nid' of type 'NodeId' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:218:7: warning: variable 'cid' of type 'NodeId' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:237:4: warning: variable 'remaining' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:270:3: warning: variable 'nid' of type 'NodeId' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:282:7: warning: variable 'cid' of type 'NodeId' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:323:2: warning: variable 's' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:327:2: warning: variable 'step_c' of type 'unsigned int' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:333:3: warning: variable 'nb' of type 'unsigned int' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:337:5: warning: variable 'r' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:342:5: warning: variable 'nid' of type 'NodeId' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:370:3: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:388:2: warning: variable 's' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:390:2: warning: variable 'to' of type 'NodeId' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:394:2: warning: variable 'step_c' of type 'unsigned long' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:397:3: warning: variable 'nextPos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:399:3: warning: variable 'next' of type 'NodeId' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:418:2: warning: variable 's' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:442:3: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinderManager.cpp:86:3: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinderManager.cpp:93:3: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinderManager.cpp:108:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinderManager.cpp:136:3: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinderManager.cpp:144:3: warning: variable 'request' of type 'PATHFINDER_REQUEST' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinderManager.cpp:172:3: warning: variable 'stealth' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinderManager.cpp:185:4: warning: variable 'safeDistance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinderManager.cpp:190:4: warning: variable 'radius' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/ai/Paths.cpp:185:2: warning: variable 'f' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/ai/Paths.cpp:324:2: warning: variable 'p0' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/ai/Paths.cpp:356:3: warning: variable 'bezier' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/ai/Paths.cpp:362:3: warning: variable 'delta' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/ai/Paths.cpp:369:3: warning: variable 'rel' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:102:4: warning: variable 'r' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:257:2: warning: variable 'keyFrames' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:258:2: warning: variable 'groupCount' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:352:3: warning: variable 'num_sample' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:389:5: warning: variable 'tot' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:412:5: warning: variable 'tot' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:436:4: warning: variable 'group' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:544:2: warning: variable 'idx' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:573:2: warning: variable 'animTime' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:610:3: warning: variable 'tcf' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:611:3: warning: variable 'tnf' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:619:4: warning: variable 'pour' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:749:6: warning: variable 'slot' of type 'ANIM_HANDLE &' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:119:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:120:2: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:134:3: warning: variable 'biasResetVal' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:152:2: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:158:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:165:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:172:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:179:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:313:6: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:318:6: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:328:7: warning: variable 'rgb' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:333:8: warning: variable 'splatSphere' of type 'Sphere' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:361:9: warning: variable 'damages' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:379:2: warning: variable 'cam_vector' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:385:6: warning: variable 'group' of type 'VertexGroupId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:387:3: warning: variable 't_vector' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:390:7: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:474:6: warning: variable 'group' of type 'VertexGroupId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:477:7: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:479:4: warning: variable 'normal' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:503:6: warning: variable 'vertex' of type 'Vec4f' (aka 'vec<4, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:509:3: warning: variable 'p' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:523:6: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:533:6: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:542:3: warning: variable 'normV10' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:543:3: warning: variable 'normV20' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:548:3: warning: variable 'nrm' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:562:2: warning: variable 'mdist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:572:3: warning: variable 'temporary3D' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:573:3: warning: variable 'power' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:611:4: warning: variable 'wave' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:612:4: warning: variable 'siz' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:620:4: warning: variable 'a' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:621:4: warning: variable 'b' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:622:4: warning: variable 'c' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:665:2: warning: variable 'useFaceNormal' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:691:4: warning: variable 'normal' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:692:4: warning: variable 'diffuse' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:717:5: warning: variable 'lr' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:723:5: warning: variable 'norm' of type 'Vec3f &' (aka 'vec<3, float, glm::highp> &') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:725:5: warning: variable 'fb' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:836:2: warning: variable 'ftrPos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:851:6: warning: variable 'vertex' of type 'Vec4f' (aka 'vec<4, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:883:3: warning: variable 'tttz' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:884:3: warning: variable 'power' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:922:4: warning: variable 'wave' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:934:4: warning: variable 'a' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:935:4: warning: variable 'b' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:936:4: warning: variable 'c' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1012:4: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1168:2: warning: variable 'ftr2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1220:3: warning: variable 'l' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1323:6: warning: variable 'group' of type 'VertexGroupId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1341:3: warning: variable 'vector' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1343:7: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1356:2: warning: variable 'isNpc' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1379:7: warning: variable 'group' of type 'VertexGroupId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1411:2: warning: variable 'ftr' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1435:3: warning: variable 'tim' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1453:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1487:2: warning: variable 'isFightingNpc' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Ambiance.cpp:224:4: warning: variable 'sid' of type 'SampleHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Ambiance.cpp:302:3: warning: variable 'sourceHandle' of type 'SampleHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Ambiance.cpp:317:4: warning: variable 'toqueue' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Ambiance.cpp:514:5: warning: variable 'error' of type 'aalError' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Ambiance.cpp:518:2: warning: variable 'path' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Ambiance.cpp:529:2: warning: variable 'sampleHandle' of type 'SampleHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Ambiance.cpp:538:6: warning: variable 'error' of type 'aalError' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Ambiance.cpp:624:6: warning: variable 'error' of type 'aalError' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Ambiance.cpp:775:2: warning: variable 'interval' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:82:2: warning: variable 'autoBackend' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:86:3: warning: variable 'first' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:171:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:180:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:189:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:198:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:207:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:216:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:225:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:236:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:251:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:272:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:294:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:316:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:337:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:350:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:363:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:373:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:389:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:407:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:418:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:429:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:439:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:456:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:473:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:488:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:503:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:520:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:534:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:548:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:566:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:583:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:601:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:617:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:645:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:661:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:684:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:701:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:727:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:743:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:779:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/audio/AudioResource.h:149:2: warning: variable 'i' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/audio/AudioResource.h:180:2: warning: variable 'index' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/audio/AudioSource.cpp:45:2: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/audio/AudioSource.cpp:66:2: warning: variable 'ret' of type 'aalError' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Mixer.cpp:123:2: warning: variable 'volume' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/codec/ADPCM.cpp:102:5: warning: variable 'error' of type 'aalError' can be declared 'const' [misc-const-correctness] +Arx/src/audio/codec/ADPCM.cpp:127:5: warning: variable 'error' of type 'aalError' can be declared 'const' [misc-const-correctness] +Arx/src/audio/codec/ADPCM.cpp:136:3: warning: variable 'to_read' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/audio/codec/ADPCM.cpp:137:3: warning: variable 'nRead' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/audio/codec/ADPCM.cpp:152:2: warning: variable 'oldDelta' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/codec/ADPCM.cpp:165:2: warning: variable 'predict' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/codec/ADPCM.cpp:168:2: warning: variable 'pcmSample' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/codec/ADPCM.cpp:268:2: warning: variable 'maxSamples' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/audio/codec/WAV.cpp:237:5: warning: variable 'error' of type 'aalError' can be declared 'const' [misc-const-correctness] +Arx/src/audio/codec/WAV.cpp:291:2: warning: variable 'count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/audio/codec/WAV.cpp:293:2: warning: variable 'read' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:88:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:204:2: warning: variable 'lock' of type 'platform::EnvironmentLock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:208:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:220:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:245:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:270:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:327:2: warning: variable 'hasDetailedDevices' of type 'ALCboolean' (aka 'char') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:365:2: warning: variable 'hasDetailedDevices' of type 'ALCboolean' (aka 'char') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:403:2: warning: variable 'index' of type 'SourceHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:405:2: warning: variable 'id' of type 'SourcedSample' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:424:2: warning: variable 'index' of type 'SourceHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:431:2: warning: variable 'sample' of type 'SampleHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:463:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:478:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:502:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:508:2: warning: variable 'speedOfSoundInUnits' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:515:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:537:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:553:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:612:2: warning: variable 'alROOM_ROLLOFF_FACTOR' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:612:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:612:2: warning: variable 'rawROOM_ROLLOFF_FACTOR' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:613:2: warning: variable 'alDENSITY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:613:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:613:2: warning: variable 'rawDENSITY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:614:2: warning: variable 'alGAIN' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:614:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:614:2: warning: variable 'rawGAIN' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:615:2: warning: variable 'alGAINHF' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:615:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:615:2: warning: variable 'rawGAINHF' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:616:2: warning: variable 'alDIFFUSION' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:616:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:616:2: warning: variable 'rawDIFFUSION' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:617:2: warning: variable 'alAIR_ABSORPTION_GAINHF' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:617:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:617:2: warning: variable 'rawAIR_ABSORPTION_GAINHF' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:618:2: warning: variable 'alREFLECTIONS_GAIN' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:618:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:618:2: warning: variable 'rawREFLECTIONS_GAIN' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:619:2: warning: variable 'alREFLECTIONS_DELAY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:619:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:619:2: warning: variable 'rawREFLECTIONS_DELAY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:620:2: warning: variable 'alLATE_REVERB_GAIN' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:620:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:620:2: warning: variable 'rawLATE_REVERB_GAIN' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:621:2: warning: variable 'alLATE_REVERB_DELAY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:621:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:621:2: warning: variable 'rawLATE_REVERB_DELAY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:622:2: warning: variable 'alDECAY_TIME' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:622:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:622:2: warning: variable 'rawDECAY_TIME' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:623:2: warning: variable 'alDECAY_HFRATIO' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:623:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:623:2: warning: variable 'rawDECAY_HFRATIO' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:671:2: warning: variable 'lock' of type 'platform::EnvironmentLock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:675:2: warning: variable 'result' of type 'ALCboolean' (aka 'char') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:66:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:72:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:86:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:90:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:118:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:122:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:135:5: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:148:5: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:194:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:209:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:212:6: warning: variable 'error' of type 'aalError' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:223:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:262:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:265:6: warning: variable 'error' of type 'aalError' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:271:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:288:2: warning: variable 'nbsamples' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:302:2: warning: variable 'left' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:309:2: warning: variable 'data' of type 'std::unique_ptr' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:355:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:377:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:391:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:410:2: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:411:2: warning: variable 'position' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:413:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:433:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:453:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:468:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:485:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:498:6: warning: variable 'error' of type 'aalError' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:504:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:505:3: warning: variable 'nbuffers' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:509:4: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:528:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:536:5: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:591:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:615:3: warning: variable 'v' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:632:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:637:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:640:2: warning: variable 'maxbuffers' of type 'ALint' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:646:2: warning: variable 'oldLoadCount' of type 'unsigned int' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:648:2: warning: variable 'oldTime' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:654:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:676:5: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:682:5: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:687:4: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:700:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:713:4: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:725:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:744:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:773:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:128:2: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:158:2: warning: variable 'LocalSin' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:159:2: warning: variable 'LocalCos' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:168:4: warning: variable 'vtemp' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:180:4: warning: variable 'vtemp' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:193:2: warning: variable 'fadeEdges' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:197:3: warning: variable 'fade_witdh' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:217:5: warning: variable 'p' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:220:5: warning: variable 'f' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:255:2: warning: variable 'resized' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:272:3: warning: variable 'w' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:276:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:277:2: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:331:2: warning: variable 'FDIFF' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:435:3: warning: variable 'x' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:436:3: warning: variable 'c' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicController.cpp:105:2: warning: variable 'cinematic' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicEffects.cpp:89:2: warning: variable 'dalpha' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicEffects.cpp:122:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicEffects.cpp:125:2: warning: variable 'col' of type 'ColorRGBA' (aka 'IntegerColorType') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicKeyframer.cpp:253:2: warning: variable 'fFOV' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicKeyframer.cpp:254:2: warning: variable 'k' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicKeyframer.cpp:334:2: warning: variable 'unmoinsalight' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicLoad.cpp:72:2: warning: variable 'copy' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicLoad.cpp:74:2: warning: variable 'abs_dir' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicLoad.cpp:93:2: warning: variable 'sfx_pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicLoad.cpp:101:3: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicLoad.cpp:123:2: warning: variable 'ret' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicLoad.cpp:187:3: warning: variable 'path' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicLoad.cpp:220:3: warning: variable 'path' of type 'std::pair' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicLoad.cpp:313:4: warning: variable 'f' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicLoad.cpp:315:4: warning: variable 'd0' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicLoad.cpp:316:4: warning: variable 'd1' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicLoad.cpp:317:4: warning: variable 'd2' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicLoad.cpp:318:4: warning: variable 'd3' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:68:2: warning: variable 'name' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:88:2: warning: variable 'size' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:117:4: warning: variable 'w2' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:126:4: warning: variable 'depc' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:127:4: warning: variable 'tc' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:128:4: warning: variable 'bitmappos' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:129:4: warning: variable 'bitmapw' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:155:2: warning: variable 'oldd' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:229:2: warning: variable 'matIdx' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:235:2: warning: variable 'du' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:236:2: warning: variable 'dv' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:294:3: warning: variable 'size' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:297:4: warning: variable 'scale' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:320:2: warning: variable 'matIdx' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:323:2: warning: variable 'deb' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:257:2: warning: variable 'name' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:258:2: warning: variable 'lowercase' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:264:3: warning: variable 'dst' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:296:3: warning: variable 'file' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:312:2: warning: variable 'configFile' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:324:3: warning: variable 'oldConfigFile' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:474:2: warning: variable 'init' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:485:2: warning: variable 'init' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:495:2: warning: variable 'init' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:618:3: warning: variable 'elapsed' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:644:3: warning: variable 'elapsed' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:790:2: warning: variable 'release' of type 'PakReader::ReleaseFlags' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:809:2: warning: variable 'old' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:881:3: warning: variable 'search' of type 'std::vector' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1100:3: warning: variable 'now' of type 'PlatformInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1102:3: warning: variable 'lastDuration' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1116:3: warning: variable 'targetDuration' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1118:3: warning: variable 'min' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1225:2: warning: variable 'layer1' of type 'AnimLayer &' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1267:6: warning: variable 'viewVertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1271:7: warning: variable 'viewGroup' of type 'VertexGroupId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1293:4: warning: variable 'len' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1324:2: warning: variable 'rtime' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1343:4: warning: variable 'alpha' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1344:4: warning: variable 'beta' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1345:4: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1346:4: warning: variable 'targetpos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1370:5: warning: variable 'vect' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1371:5: warning: variable 'vect2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1373:5: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1374:5: warning: variable '_dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1375:5: warning: variable 'tfrom' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1376:5: warning: variable 'tto' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1377:5: warning: variable 'targetpos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1407:5: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1411:5: warning: variable 'vect3' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1443:3: warning: variable 'mdist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1445:3: warning: variable 'startDistance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1447:3: warning: variable 'startTime' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1448:3: warning: variable 'endTime' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1450:3: warning: variable 'DeadCameraDistance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1452:3: warning: variable 'id' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1453:3: warning: variable 'targetpos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1455:3: warning: variable 'id2' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1456:3: warning: variable 'chest' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1666:4: warning: variable 'framedelay' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1703:3: warning: variable 'frontUp' of type 'std::pair' (aka 'pair, vec<3, float, glm::highp>>') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1771:4: warning: variable 'duration' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1823:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1851:3: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:2030:2: warning: variable 'fogEnd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:2031:2: warning: variable 'fogStart' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:2039:2: warning: variable 'size' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/core/Benchmark.cpp:112:2: warning: variable 'time' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Benchmark.cpp:113:2: warning: variable 'tmin' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Benchmark.cpp:114:2: warning: variable 'tmax' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Benchmark.cpp:115:2: warning: variable 'average' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Benchmark.cpp:116:2: warning: variable 'framerate' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Benchmark.cpp:117:2: warning: variable 'minrate' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Benchmark.cpp:118:2: warning: variable 'maxrate' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Benchmark.cpp:182:2: warning: variable 'now' of type 'PlatformInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/core/Benchmark.cpp:289:3: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/core/Benchmark.cpp:292:4: warning: variable 'unit' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:357:2: warning: variable 'v1' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:360:2: warning: variable 'v2' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:369:3: warning: variable 'id' of type 'InputKeyId' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:385:2: warning: variable 'key' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:562:2: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:564:3: warning: variable 'result' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:577:2: warning: variable 'data' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:579:2: warning: variable 'loaded' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:593:2: warning: variable 'resolution' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:604:2: warning: variable 'vsync' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:606:2: warning: variable 'fpsLimit' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:608:2: warning: variable 'fov' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:613:2: warning: variable 'anisoFiltering' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:616:2: warning: variable 'alphaCutoutAA' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:623:2: warning: variable 'oldCrosshair' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:626:2: warning: variable 'cinematicMode' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:628:2: warning: variable 'hudScale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:631:2: warning: variable 'bookScale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:634:2: warning: variable 'cursorScale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:637:2: warning: variable 'fontSize' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:639:2: warning: variable 'fontWeight' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:641:2: warning: variable 'hudScaleFilter' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:643:2: warning: variable 'thumbnailSize' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:647:2: warning: variable 'windowSize' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:660:2: warning: variable 'hrtf' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:666:2: warning: variable 'autoReadyWeapon' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:676:2: warning: variable 'quickLevelTransition' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:509:2: warning: variable 'weapontype' of type 'WeaponType' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:562:9: warning: variable 'dmgs' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:572:10: warning: variable 'now' of type 'PlatformInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:785:7: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:795:10: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:796:7: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:813:6: warning: variable 'leftAttach' of type 'VertexGroupId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:825:6: warning: variable 'ignored' of type 'PolyType' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:826:6: warning: variable 'flags' of type 'RaycastFlags' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:828:9: warning: variable 'result' of type 'RaycastResult' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:831:9: warning: variable 'result' of type 'EntityRaycastResult' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:835:6: warning: variable 'desired' of type 'Anglef' (aka 'Angle') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:836:6: warning: variable 'actual' of type 'Anglef' (aka 'Angle') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:838:6: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:839:6: warning: variable 'dpitch' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:840:6: warning: variable 'dyaw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:878:5: warning: variable 'aimratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:889:5: warning: variable 'group' of type 'VertexGroupId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:897:6: warning: variable 'pos0' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:898:6: warning: variable 'orientation' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:902:5: warning: variable 'velocity' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:904:5: warning: variable 'vect' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:907:5: warning: variable 'gravity' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:909:5: warning: variable 'wd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:912:5: warning: variable 'damages' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:920:8: warning: variable 'vect2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:973:3: warning: variable 'weapontype' of type 'WeaponType' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:1138:3: warning: variable 'mod' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:1139:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/core/FpsCounter.cpp:34:3: warning: variable 'fTime' of type 'PlatformInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/core/FpsCounter.cpp:37:3: warning: variable 'tmp' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/GameTime.cpp:60:2: warning: variable 'currentTime' of type 'PlatformInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/core/GameTime.cpp:68:2: warning: variable 'delta' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:51:2: warning: variable 'reader' of type 'IniReader' can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:62:2: warning: variable 'locales' of type 'std::vector' (aka 'vector>') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:65:6: warning: variable 'locale' of type 'std::string &' (aka 'basic_string &') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:88:4: warning: variable 'data' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:90:5: warning: variable 'language' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:136:2: warning: variable 'english' of type 'Languages::iterator' (aka '_Rb_tree_iterator, std::allocator>, Language>>') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:195:2: warning: variable 'text' of type 'Languages::iterator' (aka '_Rb_tree_iterator, std::allocator>, Language>>') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:202:2: warning: variable 'english' of type 'Languages::iterator' (aka '_Rb_tree_iterator, std::allocator>, Language>>') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:261:6: warning: variable 'name' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:294:3: warning: variable 'length' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:295:3: warning: variable 'id' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:339:3: warning: variable 'filename' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:356:3: warning: variable 'dirname' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/SaveGame.cpp:59:2: warning: variable 'old_count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/core/SaveGame.cpp:66:2: warning: variable 'savedir' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/core/SaveGame.cpp:74:3: warning: variable 'dirname' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/core/SaveGame.cpp:75:3: warning: variable 'path' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/core/SaveGame.cpp:77:3: warning: variable 'stime' of type 'std::time_t' (aka 'long') can be declared 'const' [misc-const-correctness] +Arx/src/core/SaveGame.cpp:121:3: warning: variable 'thumbnail' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/core/SaveGame.cpp:141:3: warning: variable 'length' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/core/SaveGame.cpp:208:2: warning: variable 'savedir' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/core/Startup.cpp:154:4: warning: variable 'logFile' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/game/Camera.cpp:39:3: warning: variable 'targetz' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Camera.cpp:50:2: warning: variable 'fov' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Camera.cpp:56:2: warning: variable 'aspectw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Camera.cpp:57:2: warning: variable 'aspecth' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Camera.cpp:58:2: warning: variable 'w' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Camera.cpp:59:2: warning: variable 'h' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Camera.cpp:60:2: warning: variable 'Q' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Camera.cpp:82:2: warning: variable 'rotation' of type 'glm::mat4x4' (aka 'mat<4, 4, float, defaultp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Camera.cpp:106:2: warning: variable 'defov' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Camera.cpp:121:2: warning: variable 'view' of type 'Vec4f' (aka 'vec<4, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:247:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:256:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:425:2: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:429:3: warning: variable 'power' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:453:3: warning: variable 'wasAlive' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:557:3: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:567:2: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:582:2: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:691:3: warning: variable 'vect' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:794:2: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:853:2: warning: variable 'damagesdone' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:870:3: warning: variable 'xp' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:893:2: warning: variable 'now' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:913:2: warning: variable 'count' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:917:3: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:918:3: warning: variable 'vertPos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:976:2: warning: variable 'divradius' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1003:4: warning: variable 'sub' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1004:4: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1007:5: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1162:2: warning: variable 'nbv' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1276:2: warning: variable 'rad' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1296:7: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1306:4: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1384:3: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1385:3: warning: variable 'to_restore' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1389:4: warning: variable 'mloss' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1403:4: warning: variable 'mloss' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1453:6: warning: variable 'equipped' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1471:2: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/EntityId.cpp:48:3: warning: variable 'sep' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/EntityId.cpp:75:4: warning: variable 'c' of type 'char' can be declared 'const' [misc-const-correctness] +Arx/src/game/EntityId.cpp:76:4: warning: variable 'f' of type 'std::ios_base::fmtflags' (aka 'std::_Ios_Fmtflags') can be declared 'const' [misc-const-correctness] +Arx/src/game/EntityId.cpp:77:4: warning: variable 'w' of type 'std::streamsize' (aka 'long') can be declared 'const' [misc-const-correctness] +Arx/src/game/EntityManager.cpp:158:2: warning: variable 'check' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/game/EntityManager.cpp:163:4: warning: variable 'id' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/game/EntityManager.cpp:186:2: warning: variable 'i' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:122:2: warning: variable 'c' of type 'char' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:171:3: warning: variable 'mesh' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:179:2: warning: variable 'file' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:180:2: warning: variable 'newMaterial' of type 'MaterialId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:183:6: warning: variable 'i' of type 'VertexSelectionId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:194:6: warning: variable 'material' of type 'MaterialId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:232:6: warning: variable 'equipment' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:260:6: warning: variable 'equipment' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:317:6: warning: variable 'equipment' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:332:6: warning: variable 'equipment' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:336:5: warning: variable 'attach' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:372:2: warning: variable 'type' of type 'WeaponType' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:435:2: warning: variable 'wmat' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:436:2: warning: variable 'type' of type 'DamageType' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:515:4: warning: variable 'modif' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:536:2: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:537:2: warning: variable 'power' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:541:2: warning: variable 'chance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:612:2: warning: variable 'drain_life' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:613:2: warning: variable 'paralyse' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:617:3: warning: variable 'rad' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:650:7: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:661:6: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:684:9: warning: variable 'ptime' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:705:8: warning: variable 'power' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:888:3: warning: variable 'attach' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:973:2: warning: variable 'flag' of type 'ItemType' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:1034:6: warning: variable 'equipment' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:1038:5: warning: variable 'isRelative' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:1055:2: warning: variable 'modabs' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:1056:2: warning: variable 'modrel' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:1109:6: warning: variable 'equipment' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:173:2: warning: variable 'limit' of type 'Sphere' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:174:2: warning: variable 'dir' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:175:2: warning: variable 'result' of type 'EntityDragResult' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:185:3: warning: variable 'vector' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:373:2: warning: variable 'diff' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:377:3: warning: variable 'xfirst' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:378:3: warning: variable 'x' of type 's16' (aka 'short') can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:379:3: warning: variable 'y' of type 's16' (aka 'short') can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:399:6: warning: variable 'newPos' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:415:6: warning: variable 'newPos' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:447:2: warning: variable 'pos' of type 'Vec3s' (aka 'vec<3, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:477:3: warning: variable 'sizea' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:478:3: warning: variable 'sizeb' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:482:3: warning: variable 'locname' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:486:3: warning: variable 'name' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:703:3: warning: variable 'pos' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:734:3: warning: variable 'pos' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:823:2: warning: variable 'remainingSpace' of type 'short' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:824:2: warning: variable 'count' of type 'short' can be declared 'const' [misc-const-correctness] +Arx/src/game/Missile.cpp:149:2: warning: variable 'now' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Missile.cpp:155:3: warning: variable 'framediff3' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Missile.cpp:161:3: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Missile.cpp:168:3: warning: variable 'orgn' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Missile.cpp:179:4: warning: variable 'ray' of type 'RaycastResult' can be declared 'const' [misc-const-correctness] +Arx/src/game/Missile.cpp:186:5: warning: variable 'tro' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Missile.cpp:204:3: warning: variable 'count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:160:2: warning: variable 'from' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:161:2: warning: variable 'to' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:162:2: warning: variable 'ppos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:163:2: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:189:2: warning: variable 'dist_limit' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:194:3: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:203:2: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:211:4: warning: variable 'type' of type 'DamageType' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:411:2: warning: variable 'dists' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:431:4: warning: variable 'v' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:438:3: warning: variable 'average' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:444:3: warning: variable 'pos' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:479:4: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:494:2: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:595:2: warning: variable 'old_target' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:632:3: warning: variable 'pos2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:770:2: warning: variable 'cp' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:777:3: warning: variable 'dmg' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:779:4: warning: variable 'xp' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:804:2: warning: variable 'ppos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:875:5: warning: variable 'it' of type 'std::vector::iterator' (aka '__normal_iterator>>') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:890:5: warning: variable 'dmg' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1005:2: warning: variable 'tv' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1011:2: warning: variable 'tangle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1012:2: warning: variable 'cangle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1014:2: warning: variable 'tt' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1060:2: warning: variable 'tv' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1069:2: warning: variable 'alpha' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1070:2: warning: variable 'beta' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1071:2: warning: variable 'pouet' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1072:2: warning: variable 'A' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1073:2: warning: variable 'B' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1154:2: warning: variable 'weapontype' of type 'WeaponType' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1337:2: warning: variable 'layer0' of type 'AnimLayer &' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1341:4: warning: variable 'startAtBeginning' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1360:2: warning: variable 'trans' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1361:2: warning: variable 'trans2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1368:2: warning: variable 'res' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1419:3: warning: variable 'r' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1435:3: warning: variable 'r' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1449:3: warning: variable 'r' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1498:4: warning: variable 'j' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1504:4: warning: variable 'start' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1505:4: warning: variable 'cycle' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1506:4: warning: variable 'strike' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1516:5: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1517:5: warning: variable 'aimtime' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1533:6: warning: variable 'ctime' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1534:6: warning: variable 'animtime' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1557:3: warning: variable 'ready' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1562:4: warning: variable 'part1' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1563:4: warning: variable 'part2' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1577:4: warning: variable 'part1' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1578:4: warning: variable 'part2' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1598:5: warning: variable 'j' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1604:5: warning: variable 'start' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1605:5: warning: variable 'cycle' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1606:5: warning: variable 'strike' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1615:6: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1616:6: warning: variable 'aimtime' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1637:7: warning: variable 'ctime' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1638:7: warning: variable 'animtime' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1816:6: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1848:4: warning: variable 'startAtBeginning' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1866:4: warning: variable 'startAtBeginning' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1897:3: warning: variable 'startAtBeginning' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1956:4: warning: variable 'startAtBeginning' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1986:3: warning: variable 'startAtBeginning' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2038:3: warning: variable 'dd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2057:3: warning: variable 'anything' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2128:4: warning: variable 't' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2130:5: warning: variable 'anchor' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2131:5: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2212:6: warning: variable 'startAtBeginning' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2350:2: warning: variable 'lMax' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2371:5: warning: variable 'num' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2462:3: warning: variable 'dist_io' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2475:3: warning: variable 'ab' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2478:6: warning: variable 'sourceHead' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2485:6: warning: variable 'npcHead' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2543:2: warning: variable 'ds' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2556:3: warning: variable 'playerRoom' of type 'RoomHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2558:3: warning: variable 'fdist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2569:4: warning: variable 'orgn' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2570:4: warning: variable 'dest' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2575:4: warning: variable 'ab' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2653:2: warning: variable 'sourceRoom' of type 'RoomHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2670:6: warning: variable 'fdist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2697:2: warning: variable 'addParticles' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2731:4: warning: variable 'p' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2732:4: warning: variable 'positions' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2764:4: warning: variable 'v' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2782:4: warning: variable 'sphere' of type 'Sphere' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2811:5: warning: variable 'pos' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2822:5: warning: variable 'pos' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2842:3: warning: variable 'wp' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:274:3: warning: variable 'pos' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:327:2: warning: variable 'spellsBefore' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:333:2: warning: variable 'spellsAfter' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:416:2: warning: variable 'fFullAimTime' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:417:2: warning: variable 'fCalcHandicap' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:435:3: warning: variable 'armor' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:440:3: warning: variable 'bless' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:561:2: warning: variable 'attributeBase' of type 'PlayerAttribute' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:636:2: warning: variable 'miscBase' of type 'PlayerMisc' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:795:2: warning: variable 'old_skin' of type 'unsigned char' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:800:3: warning: variable 'rn' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:818:3: warning: variable 'rn' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:939:3: warning: variable 'Framedelay' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:943:3: warning: variable 'inc' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:946:4: warning: variable 'inc_hunger' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:974:4: warning: variable 'recoveredMana' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:984:5: warning: variable 'cp' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:990:6: warning: variable 'dmg' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1222:2: warning: variable 'now' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1229:3: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1264:3: warning: variable 'old' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1267:3: warning: variable 'anything' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1611:2: warning: variable 'id' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1612:2: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1614:2: warning: variable 'targetId' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1712:4: warning: variable 'skill_stealth' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1717:3: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1743:2: warning: variable 'tmp' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1755:3: warning: variable 'anything' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1775:2: warning: variable 'grnd_color' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1796:5: warning: variable 'old' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1799:5: warning: variable 'anything' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1816:5: warning: variable 't' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1842:5: warning: variable 'old' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1845:5: warning: variable 'anything' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1896:3: warning: variable 'cyl' of type 'Cylinder' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1898:3: warning: variable 'anything2' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1926:5: warning: variable 'fh' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1928:6: warning: variable 'dmg' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1948:3: warning: variable 'diff' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1980:6: warning: variable 'mv' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1981:6: warning: variable 'time' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:2024:6: warning: variable 'mul' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:2030:6: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:2118:4: warning: variable 'position' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:2120:4: warning: variable 'p' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:2127:3: warning: variable 'PLAYER_CYLINDER_STEP' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:2142:6: warning: variable 'fh' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:2144:7: warning: variable 'dmg' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:2202:4: warning: variable 'mul' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:2285:2: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:2292:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/game/Spells.cpp:299:2: warning: variable 'id' of type 'EntityId' can be declared 'const' [misc-const-correctness] +Arx/src/game/Spells.cpp:502:5: warning: variable 'now' of type 'PlatformInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Spells.cpp:628:3: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Spells.cpp:909:5: warning: variable 'cpos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/effect/Quake.cpp:72:3: warning: variable 'tim' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/effect/Quake.cpp:83:3: warning: variable 'itmod' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/effect/Quake.cpp:90:3: warning: variable 'truepower' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/effect/Quake.cpp:91:3: warning: variable 'halfpower' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/Precast.cpp:70:2: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/Precast.cpp:82:2: warning: variable 'playerSpellLevel' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/Precast.cpp:84:2: warning: variable 'cost' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:53:6: warning: variable 'symbol' of type 'char' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:78:3: warning: variable 'iSize' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:93:4: warning: variable 'rr' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:111:2: warning: variable 'now' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:114:2: warning: variable 'elapsed' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:135:2: warning: variable 'rectToSymbolsRatio' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:136:2: warning: variable 'scale' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:142:2: warning: variable 'size' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:144:2: warning: variable 'scaledMin' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:155:4: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:170:2: warning: variable 'now' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:200:6: warning: variable 'symb' of type 'Rune' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:205:6: warning: variable 'speedFactor' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:206:6: warning: variable 'duration' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:228:3: warning: variable 'elapsed' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:262:5: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:275:5: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:162:2: warning: variable 'segmentCount' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:174:3: warning: variable 'pointsToAddFloat' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:190:3: warning: variable 'interval' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:198:3: warning: variable 'endIndex' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:218:4: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:219:4: warning: variable 'coeff' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:221:5: warning: variable 'p' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:266:3: warning: variable 'dir' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:279:2: warning: variable 'inputSize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:288:2: warning: variable 'currTolerance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:293:2: warning: variable 'minAngle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:296:3: warning: variable 'thisPoint' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:297:3: warning: variable 'nextPoint' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:299:3: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:302:4: warning: variable 'angle2' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:349:6: warning: variable 'direction' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:367:3: warning: variable 'patternSize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:375:4: warning: variable 'diff' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:433:2: warning: variable 'index' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:612:2: warning: variable 'it' of type 'SpellNames::const_iterator' (aka '_Rb_tree_const_iterator>, SpellType>>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:655:3: warning: variable 'd' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:659:4: warning: variable 'a' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:660:4: warning: variable 'b' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:770:2: warning: variable 'sm' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl01.cpp:85:3: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl01.cpp:235:6: warning: variable 'light' of type 'LightHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl01.cpp:253:3: warning: variable 'sphere' of type 'Sphere' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl01.cpp:277:4: warning: variable 'rgb' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl01.cpp:342:2: warning: variable 'fPerimeter' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl01.cpp:389:3: warning: variable 'radius' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl01.cpp:434:2: warning: variable 'target' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl01.cpp:436:2: warning: variable 'fPerimeter' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl01.cpp:471:5: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl01.cpp:472:5: warning: variable 'radius' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl01.cpp:483:5: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl01.cpp:502:6: warning: variable 'index' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl02.cpp:103:2: warning: variable 'ff' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl02.cpp:121:6: warning: variable 'npc' of type 'Entity &' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl02.cpp:127:3: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl02.cpp:132:3: warning: variable 'gain' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl02.cpp:175:3: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl02.cpp:390:2: warning: variable 'cabalPos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:113:3: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:194:4: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:230:7: warning: variable 'chest' of type 'VertexGroupId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:253:5: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:273:2: warning: variable 'sphere' of type 'Sphere' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:279:4: warning: variable 'dd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:338:2: warning: variable 'timeRemaining' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:390:2: warning: variable 'iMax' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:392:2: warning: variable 'fspelldist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:394:2: warning: variable 's' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:397:2: warning: variable 'ray' of type 'RaycastResult' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:402:2: warning: variable 'fd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:406:2: warning: variable 'fDist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:410:2: warning: variable 'end' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:422:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:477:2: warning: variable 'iMax' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:490:3: warning: variable 'tt' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:507:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl04.cpp:108:3: warning: variable 'fBetaRadCos' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl04.cpp:109:3: warning: variable 'fBetaRadSin' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl04.cpp:111:3: warning: variable 'color' of type 'ColorRGBA' (aka 'IntegerColorType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl04.cpp:120:3: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl04.cpp:136:2: warning: variable 'count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl04.cpp:436:2: warning: variable 'count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:91:3: warning: variable 'fa' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:100:2: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:109:2: warning: variable 'stiteangleb' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:115:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:131:2: warning: variable 'count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:146:2: warning: variable 'sphere' of type 'Sphere' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:196:2: warning: variable 'rhaut' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:197:2: warning: variable 'hauteur' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:273:2: warning: variable 'p' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:274:2: warning: variable 'move' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:297:2: warning: variable 'cure' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:333:2: warning: variable 'ff' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:407:2: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:429:2: warning: variable 'wave' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:431:2: warning: variable 'vv' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:435:2: warning: variable 'count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:502:2: warning: variable 'uiNumber' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:516:3: warning: variable 'lTime' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl06.cpp:168:2: warning: variable 'tim' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl06.cpp:173:3: warning: variable 'phys' of type 'Cylinder' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl06.cpp:175:3: warning: variable 'anything' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl06.cpp:300:2: warning: variable 'cls' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:182:2: warning: variable 'particles' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:185:3: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:190:3: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:289:2: warning: variable 'count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:296:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:297:3: warning: variable 'ts' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:298:3: warning: variable 'tc' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:308:3: warning: variable 'copy' of type 'PARTICLE_DEF' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:377:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:388:3: warning: variable 'minPos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:442:3: warning: variable 'stiteangle' of type 'Anglef' (aka 'Angle') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:443:3: warning: variable 'stitepos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:444:3: warning: variable 'stitescale' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:470:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:512:2: warning: variable 'target' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:548:5: warning: variable 'chest' of type 'VertexGroupId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:562:6: warning: variable 'chest' of type 'VertexGroupId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:576:4: warning: variable 'p2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:577:4: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:581:4: warning: variable 'p2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:582:4: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:657:5: warning: variable 'targetHead' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:668:2: warning: variable 'rot' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:670:2: warning: variable 'stiteangle' of type 'Anglef' (aka 'Angle') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:673:3: warning: variable 'delta' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:678:2: warning: variable 'count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:694:3: warning: variable 'baseColor' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:695:3: warning: variable 'randomFactor' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl08.cpp:152:2: warning: variable 'cabalPos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl08.cpp:201:4: warning: variable 'color' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl08.cpp:203:4: warning: variable 'posi' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl08.cpp:219:3: warning: variable 'choice' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl08.cpp:221:4: warning: variable 'lvl' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl08.cpp:222:4: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl08.cpp:223:4: warning: variable 'color' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl08.cpp:226:4: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl08.cpp:229:4: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl08.cpp:310:2: warning: variable 'cabalPos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:151:4: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:167:3: warning: variable 'phys' of type 'Cylinder' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:169:3: warning: variable 'anything' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:298:4: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:347:2: warning: variable 'stitepos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:349:2: warning: variable 'count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:369:2: warning: variable 'stiteangle' of type 'Anglef' (aka 'Angle') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:370:2: warning: variable 'scalediff' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:373:3: warning: variable 'stitecolor' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:374:3: warning: variable 'stitescale' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:379:3: warning: variable 'stitecolor' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:380:3: warning: variable 'stitescale' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:481:6: warning: variable 'handle' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:70:2: warning: variable 'minDuration' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:73:2: warning: variable 'number' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:74:2: warning: variable 'ft' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:78:3: warning: variable 'target' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:79:3: warning: variable 'duration' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:106:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:195:2: warning: variable 'fBetaRad' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:245:2: warning: variable 'fTrail' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:262:4: warning: variable 'newpos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:265:5: warning: variable 'c' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:311:2: warning: variable 'max_slowdown' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:44:6: warning: variable 'selected' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:84:2: warning: variable 'gore' of type 'MaterialId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:88:6: warning: variable 'face' of type 'EERIE_FACE &' can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:110:6: warning: variable 'k' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:112:3: warning: variable 'outpos' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:127:8: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:129:6: warning: variable 'outpos' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:146:6: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:154:2: warning: variable 'point0' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:338:2: warning: variable 'gore' of type 'MaterialId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:346:3: warning: variable 'flg' of type 'DismembermentFlag' can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:348:3: warning: variable 'selection' of type 'VertexSelectionId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:383:2: warning: variable 'gore' of type 'MaterialId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:386:6: warning: variable 'selection' of type 'VertexSelectionId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:398:7: warning: variable 'face' of type 'EERIE_FACE &' can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:409:4: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:410:4: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:425:3: warning: variable 'fl' of type 'DismembermentFlags' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/Cheat.cpp:75:2: warning: variable 'elapsed' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/Cheat.cpp:88:3: warning: variable 'modi' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/Cheat.cpp:89:3: warning: variable 'sizX' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/Cheat.cpp:95:4: warning: variable 'd' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/Cheat.cpp:96:4: warning: variable 'text' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/Cheat.cpp:97:4: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/Cheat.cpp:182:2: warning: variable 'cls' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/Cheat.cpp:327:4: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/Cheat.cpp:328:4: warning: variable 'size' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/Cheat.cpp:329:4: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/Cheat.cpp:330:4: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/FlyingEye.cpp:106:2: warning: variable 'frameDiff' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/FlyingEye.cpp:107:2: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/FlyingEye.cpp:125:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/FlyingEye.cpp:174:2: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/FlyingEye.cpp:182:2: warning: variable 'scale' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/FlyingEye.cpp:183:2: warning: variable 'rgb' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Draw.cpp:102:2: warning: variable 'col' of type 'ColorRGBA' (aka 'IntegerColorType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Draw.cpp:110:3: warning: variable 'maxs' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Draw.cpp:111:3: warning: variable 'mins' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Draw.cpp:118:4: warning: variable 'tt' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Draw.cpp:148:2: warning: variable 'uv' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Draw.cpp:149:2: warning: variable 'col' of type 'ColorRGBA' (aka 'IntegerColorType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Draw.cpp:175:2: warning: variable 'uv' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Draw.cpp:178:2: warning: variable 'col' of type 'ColorRGBA' (aka 'IntegerColorType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Draw.cpp:192:2: warning: variable 'col' of type 'ColorRGBA' (aka 'IntegerColorType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Draw.cpp:207:2: warning: variable 'uv' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Draw.cpp:208:2: warning: variable 'sv' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Draw.cpp:209:2: warning: variable 'col' of type 'ColorRGBA' (aka 'IntegerColorType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Draw.cpp:211:2: warning: variable 'uv1' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Draw.cpp:212:2: warning: variable 'uv2' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Draw.cpp:213:2: warning: variable 'uv3' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Draw.cpp:214:2: warning: variable 'uv4' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:127:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:131:3: warning: variable 'p' of type 'Vec4f' (aka 'vec<4, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:136:3: warning: variable 'center' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:139:4: warning: variable 'depthTestState' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:196:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:203:4: warning: variable 'offset' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:245:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:267:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:279:3: warning: variable 'color1' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:280:7: warning: variable 'k' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:283:5: warning: variable 'color2' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:289:4: warning: variable 'toppos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:305:4: warning: variable 'k0' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:306:4: warning: variable 'k1' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:310:5: warning: variable 'color0' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:311:5: warning: variable 'color1' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:317:3: warning: variable 'k0' of type 'short' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:319:4: warning: variable 'angle' of type 'Anglef' (aka 'Angle') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:320:4: warning: variable 'scale' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:330:4: warning: variable 'k1' of type 'short' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:344:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:519:5: warning: variable 'x' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:520:5: warning: variable 'y' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:528:6: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:567:2: warning: variable 'name' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:578:2: warning: variable 'format' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:580:2: warning: variable 'type_s' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:581:2: warning: variable 'name_s' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:582:2: warning: variable 'format_s' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:617:2: warning: variable 'start' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:626:2: warning: variable 'sceneHit' of type 'RaycastResult' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:639:2: warning: variable 'entityHit' of type 'EntityRaycastResult' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:660:4: warning: variable 'clip' of type 'Vec4f' (aka 'vec<4, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:724:4: warning: variable 'text' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:762:2: warning: variable 'ray' of type 'DebugRay' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:772:2: warning: variable 'now' of type 'PlatformInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:795:2: warning: variable 'nullState' of type 'RenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:796:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:864:2: warning: variable 'width' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawLine.cpp:94:3: warning: variable 'a' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawLine.cpp:96:4: warning: variable 'b' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawLine.cpp:134:3: warning: variable 'current' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawLine.cpp:135:3: warning: variable 'next' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawLine.cpp:137:3: warning: variable 'from' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawLine.cpp:138:3: warning: variable 'to' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawLine.cpp:170:2: warning: variable 'halfSize' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/GlobalFog.cpp:93:2: warning: variable 'baseinc' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/GlobalFog.cpp:94:2: warning: variable 'incdiv1000' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:115:3: warning: variable 'fTheta' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:116:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:135:2: warning: variable 'fSinYaw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:136:2: warning: variable 'fCosYaw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:137:2: warning: variable 'fSinPitch' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:138:2: warning: variable 'fCosPitch' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:140:2: warning: variable 'fSinRoll' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:141:2: warning: variable 'fCosRoll' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:154:2: warning: variable 'pitch' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:155:2: warning: variable 'yaw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:156:2: warning: variable 'roll' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:157:2: warning: variable 'rotateX' of type 'glm::mat4' (aka 'mat<4, 4, float, defaultp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:158:2: warning: variable 'rotateY' of type 'glm::mat4' (aka 'mat<4, 4, float, defaultp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:159:2: warning: variable 'rotateZ' of type 'glm::mat4' (aka 'mat<4, 4, float, defaultp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:170:2: warning: variable 'q' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:185:2: warning: variable 'front' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:186:2: warning: variable 'up' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:200:2: warning: variable 'c' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:208:2: warning: variable 'c' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:216:2: warning: variable 'c' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:222:2: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:227:2: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:234:2: warning: variable 'pitch' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:246:2: warning: variable 'pitch' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:252:2: warning: variable 'yaw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:273:2: warning: variable 'D' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:274:2: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:277:2: warning: variable 'R' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:295:2: warning: variable 'zAxis' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:306:2: warning: variable 'xAxis' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.h:115:2: warning: variable 'half' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.h:218:2: warning: variable 'pos1' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.h:233:2: warning: variable 'pos1' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:44:2: warning: variable 'p2' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:51:2: warning: variable 'd' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:69:3: warning: variable 'tilesToSkip' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:86:3: warning: variable 'tilesToSkip' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:117:2: warning: variable 'min' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:118:2: warning: variable 'max' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:126:2: warning: variable 'delta' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:132:3: warning: variable 'abort' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:195:3: warning: variable 'dir' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:197:3: warning: variable 'previouslyHadHit' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:205:4: warning: variable 'relDist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:227:3: warning: variable 'hitPos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:228:3: warning: variable 'hitTile' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:247:3: warning: variable 'hitPos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:259:2: warning: variable 'dir' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:260:2: warning: variable 'invdir' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:291:3: warning: variable 'min' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:292:3: warning: variable 'max' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:294:3: warning: variable 'zmax' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:295:3: warning: variable 'tmax' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:300:3: warning: variable 'zmin' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:301:3: warning: variable 'tmin' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:312:4: warning: variable 'v0' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:313:4: warning: variable 'v1' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:314:4: warning: variable 'v2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:323:7: warning: variable 'hitPos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:334:3: warning: variable 'hitPos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/RenderBatcher.cpp:66:4: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/RenderBatcher.cpp:67:4: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/VertexBuffer.h:127:3: warning: variable 'dst_offset' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/FTL.cpp:75:2: warning: variable 'filename' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/FTL.cpp:215:4: warning: variable 'name' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:104:2: warning: variable 'v' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:109:3: warning: variable 'v1' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:122:2: warning: variable 'dir' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:171:5: warning: variable 'offset' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:198:2: warning: variable 'rx' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:386:2: warning: variable 'n' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:391:2: warning: variable 'y' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:402:2: warning: variable 'n' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:407:2: warning: variable 'y' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:424:2: warning: variable 'p' of type 'Vec4f' (aka 'vec<4, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:477:2: warning: variable 'p' of type 'Vec3f[4]' (aka 'vec<3, float, glm::highp>[4]') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:487:5: warning: variable 'room' of type 'RoomHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:505:2: warning: variable 'index' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:516:2: warning: variable 'dst' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:556:2: warning: variable 'rotation' of type 'glm::mat4' (aka 'mat<4, 4, float, defaultp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:561:6: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:562:3: warning: variable 'scaled' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:563:3: warning: variable 'rotated' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:602:2: warning: variable 'toread' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:622:2: warning: variable 'file' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:724:3: warning: variable 'texture' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:740:6: warning: variable 'tile' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:763:5: warning: variable 'cit' of type 'TextureContainerMap::const_iterator' (aka '_Rb_tree_const_iterator>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:780:4: warning: variable 'to' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:781:4: warning: variable 'div' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:799:5: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:851:6: warning: variable 'portalIndex' of type 'PortalHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:889:7: warning: variable 'room' of type 'RoomHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:1023:6: warning: variable 'roomIndex' of type 'RoomHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:1058:4: warning: variable 'nvertices' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:1059:4: warning: variable 'nindices' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:1113:3: warning: variable 'ntextures' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.h:122:2: warning: variable 'n' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:88:2: warning: variable 'skintochange' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:90:2: warning: variable 'skinname' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:107:6: warning: variable 'id' of type 'MaterialId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:176:6: warning: variable 'material' of type 'MaterialId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:189:2: warning: variable 'newvert' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:222:6: warning: variable 'index' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:235:6: warning: variable 'sourceVertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:236:6: warning: variable 'destVertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:257:6: warning: variable 'selection' of type 'VertexSelectionId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:267:6: warning: variable 'selection' of type 'VertexSelectionId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:357:6: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:364:6: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:401:6: warning: variable 'group' of type 'VertexGroupId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:403:6: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:412:6: warning: variable 'group' of type 'VertexGroupId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:416:6: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:446:6: warning: variable 'selection' of type 'VertexSelectionId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:455:6: warning: variable 'ii' of type 'VertexSelectionId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:461:6: warning: variable 'selection' of type 'VertexSelectionId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:473:6: warning: variable 'group' of type 'VertexGroupId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:474:7: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:479:6: warning: variable 'group' of type 'VertexGroupId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:480:7: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:498:2: warning: variable 'ftl_file' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/TextureContainer.cpp:163:2: warning: variable 'storedSize' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/TextureContainer.cpp:222:2: warning: variable 'width' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/TextureContainer.cpp:223:2: warning: variable 'height' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/TextureContainer.cpp:244:2: warning: variable 'storedSize' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/BlobShadow.cpp:54:2: warning: variable 'size' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/BlobShadow.cpp:116:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Cabal.cpp:97:2: warning: variable 'refpos' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Cabal.cpp:100:2: warning: variable 'Es' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Cabal.cpp:119:2: warning: variable 'cabalscale' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Decal.cpp:123:4: warning: variable 'nbvert' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Decal.cpp:129:5: warning: variable 'ddd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Decal.cpp:209:2: warning: variable 'RealSplatStart' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Decal.cpp:226:4: warning: variable 'nbvert' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Decal.cpp:230:5: warning: variable 'p' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Decal.cpp:234:5: warning: variable 'midpoint' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Decal.cpp:267:5: warning: variable 'vdiff' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Decal.cpp:282:2: warning: variable 'delta' of type 'ShortGameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Decal.cpp:298:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Decal.cpp:300:3: warning: variable 'nbvert' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Decal.cpp:314:5: warning: variable 'color' of type 'ColorRGBA' (aka 'IntegerColorType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Decal.cpp:328:5: warning: variable 'color' of type 'ColorRGBA' (aka 'IntegerColorType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Decal.cpp:342:5: warning: variable 'color' of type 'ColorRGBA' (aka 'IntegerColorType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fade.cpp:62:2: warning: variable 'elapsed' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fade.cpp:81:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Field.cpp:102:3: warning: variable 'patchsize' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Field.cpp:124:3: warning: variable 'zab' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Field.cpp:184:2: warning: variable 'ysize' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Field.cpp:201:2: warning: variable 'smul' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:92:2: warning: variable 'fBetaRad' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:140:3: warning: variable 'i' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:171:3: warning: variable 'fTempCos' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:172:3: warning: variable 'fTempSin' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:252:2: warning: variable 'target' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:263:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:293:3: warning: variable 't2' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:389:3: warning: variable 'fOneOnDurationIntro' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:428:2: warning: variable 'fBetaRad' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:460:4: warning: variable 'fTemp' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:466:4: warning: variable 'fTemp' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:490:3: warning: variable 'i' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:521:3: warning: variable 'fTempCos' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:522:3: warning: variable 'fTempSin' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:602:2: warning: variable 'target' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:675:3: warning: variable 'fOneOnDurationIntro' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/FloatingStones.cpp:61:4: warning: variable 'move' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/FloatingStones.cpp:76:3: warning: variable 'a' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/FloatingStones.cpp:106:6: warning: variable 'stone' of type 'Stone &' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/FloatingStones.cpp:109:3: warning: variable 'age' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fog.cpp:98:2: warning: variable 'period' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fog.cpp:112:3: warning: variable 'maxCount' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fog.cpp:128:4: warning: variable 'duration' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Halo.cpp:34:2: warning: variable 'blendType' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Halo.cpp:57:2: warning: variable 'baseState' of type 'RenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Halo.cpp:60:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Halo.cpp:66:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/LightFlare.cpp:48:2: warning: variable 'temp_increase' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/LightFlare.cpp:50:2: warning: variable 'zFar' of type 'Vec4f' (aka 'vec<4, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/LightFlare.cpp:51:2: warning: variable 'fZFar' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/LightFlare.cpp:65:3: warning: variable 'p' of type 'Vec4f' (aka 'vec<4, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/LightFlare.cpp:66:3: warning: variable 'pos2d' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/LightFlare.cpp:74:4: warning: variable 'lightpos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/LightFlare.cpp:75:4: warning: variable 'ignored' of type 'PolyType' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/LightFlare.cpp:76:4: warning: variable 'flags' of type 'RaycastFlags' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/LightFlare.cpp:101:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:119:6: warning: variable 'node' of type 'CLightningNode &' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:132:3: warning: variable 'i' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:140:3: warning: variable 'fAngle' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:153:3: warning: variable 'ts' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:163:3: warning: variable 'anb' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:164:3: warning: variable 'anbrec' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:166:3: warning: variable 'p' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:169:4: warning: variable 'm' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:252:6: warning: variable 'node' of type 'CLightningNode &' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:315:2: warning: variable 'f' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:321:2: warning: variable 'fbeta' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:327:3: warning: variable 'temp' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:328:3: warning: variable 'z_z' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:330:3: warning: variable 'xx' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:335:4: warning: variable 'vv1' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:337:4: warning: variable 'vv2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/MagicMissile.cpp:117:2: warning: variable 't' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/MagicMissile.cpp:161:4: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/MagicMissile.cpp:168:5: warning: variable 'alpha' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/MagicMissile.cpp:169:5: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/MagicMissile.cpp:177:5: warning: variable 'fs' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/MagicMissile.cpp:178:5: warning: variable 'fe' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/MagicMissile.cpp:182:4: warning: variable 'temp_vector' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/MagicMissile.cpp:188:2: warning: variable 'av' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/MagicMissile.cpp:190:2: warning: variable 'bubu' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/MagicMissile.cpp:191:2: warning: variable 'bubu1' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/RotatingCone.cpp:39:2: warning: variable 'da' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/RotatingCone.cpp:79:2: warning: variable 'du' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/SpellEffects.cpp:71:2: warning: variable 'fBeta' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/SpellEffects.cpp:72:2: warning: variable 'xxs' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/SpellEffects.cpp:73:2: warning: variable 'xxe' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/SpellEffects.cpp:122:3: warning: variable 'i' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/SpellEffects.cpp:137:3: warning: variable 'i' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Trail.cpp:40:2: warning: variable 'segments' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Trail.cpp:65:2: warning: variable 'moving' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Trail.cpp:116:2: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Trail.cpp:169:2: warning: variable 'costheta' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Trail.cpp:174:2: warning: variable 'side' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Trail.cpp:182:2: warning: variable 'front' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Trail.cpp:184:2: warning: variable 'colorDelta' of type 'Color4f' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Trail.cpp:185:2: warning: variable 'sizeDelta' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Trail.cpp:200:2: warning: variable 'frontAlpha' of type 'Color::type' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Trail.cpp:201:2: warning: variable 'sideColor' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:133:2: warning: variable 'glyphIndex' of type 'FT_UInt' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:151:3: warning: variable 'strength' of type 'FT_Pos' (aka 'long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:225:2: warning: variable 'chr' of type 'Char' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:256:2: warning: variable 'w' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:257:2: warning: variable 'h' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:258:2: warning: variable 'uStart' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:259:2: warning: variable 'vStart' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:260:2: warning: variable 'uEnd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:261:2: warning: variable 'vEnd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:263:2: warning: variable 'p' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:319:3: warning: variable 'itGlyph' of type 'glyph_iterator' (aka '_Rb_tree_const_iterator>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:367:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:368:3: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:406:2: warning: variable 'last' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:412:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:112:2: warning: variable 'ret' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:157:2: warning: variable 'oldSize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:158:2: warning: variable 'newSize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:185:2: warning: variable 'numComponents' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:186:2: warning: variable 'size' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:213:2: warning: variable 'src_span' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:214:2: warning: variable 'dest_span' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:218:2: warning: variable 'src_pixel' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:219:2: warning: variable 'dest_pixel' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:231:3: warning: variable 'src_y' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:240:4: warning: variable 'src_x' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:243:4: warning: variable 'src_offset' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:270:2: warning: variable 'bpp' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:325:2: warning: variable 'numComponents' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:326:2: warning: variable 'size' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:356:4: warning: variable 'reciprocal' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:378:2: warning: variable 'numComponents' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:379:2: warning: variable 'size' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:436:2: warning: variable 'pixsize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:437:2: warning: variable 'insize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:461:3: warning: variable 'h' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:474:2: warning: variable 'srcNumChannels' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:475:2: warning: variable 'dstNumChannels' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:481:2: warning: variable 'newSize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:488:3: warning: variable 'grayVal' of type 'unsigned char' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:507:2: warning: variable 'kernelSize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:516:3: warning: variable 'szi' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:530:2: warning: variable 'numChannels' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:569:3: warning: variable 'ym' of type 'ptrdiff_t' (aka 'long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:570:3: warning: variable 'riw' of type 'ptrdiff_t' (aka 'long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:605:2: warning: variable 'imageSize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/Image.cpp:606:2: warning: variable 'lineSize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageColorKey.cpp:57:3: warning: variable 'sy' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageColorKey.cpp:69:3: warning: variable 'nx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageColorKey.cpp:70:3: warning: variable 'ny' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageColorKey.cpp:76:3: warning: variable 'sy' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageColorKey.cpp:85:6: warning: variable 'offset' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageColorKey.cpp:103:3: warning: variable 'sy' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageColorKey.cpp:109:5: warning: variable 'alpha' of type 'u8' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageColorKey.cpp:121:3: warning: variable 'ix' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageColorKey.cpp:123:3: warning: variable 'x0' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageColorKey.cpp:124:3: warning: variable 'y0' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageColorKey.cpp:136:3: warning: variable 'x1' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageColorKey.cpp:137:3: warning: variable 'y1' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageColorKey.cpp:153:4: warning: variable 'area' of type 'u8' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageColorKey.cpp:172:3: warning: variable 'dx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageColorKey.cpp:190:5: warning: variable 'remaining' of type 'unsigned int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageColorKey.cpp:213:3: warning: variable 'sy' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageColorKey.cpp:225:7: warning: variable 'alpha' of type 'u8' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageColorKey.cpp:251:6: warning: variable 'filled' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageColorKey.cpp:253:6: warning: variable 'area' of type 'u8' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageColorKey.cpp:328:2: warning: variable 'dataSize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/image/ImageSave.cpp:49:3: warning: variable 'n' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLDebug.cpp:159:2: warning: variable 'strInitialized' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLDebug.cpp:235:5: warning: variable 'error' of type 'GLenum' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLTexture.cpp:53:2: warning: variable 'nextPowerOfTwo' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLTexture.cpp:86:3: warning: variable 'rgbFormat' of type 'Image::Format' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLTexture.cpp:113:2: warning: variable 'internal' of type 'GLint' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLTexture.cpp:186:2: warning: variable 'newWrapMode' of type 'TextureStage::WrapMode' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLTexture.cpp:190:3: warning: variable 'glwrap' of type 'GLint' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLTexture.cpp:197:3: warning: variable 'mipFilter' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLTextureStage.cpp:102:2: warning: variable 'wasEnabled' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLTextureStage.cpp:106:2: warning: variable 'enabled' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLTextureStage.cpp:167:2: warning: variable 'it' of type 'IntegerStateCache::iterator' (aka '_Rb_tree_iterator>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLVertexBuffer.h:172:3: warning: variable 'mode' of type 'GLenum' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLVertexBuffer.h:272:4: warning: variable 'obytes' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLVertexBuffer.h:273:4: warning: variable 'nbytes' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLVertexBuffer.h:405:3: warning: variable 'ret' of type 'GLboolean' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLVertexBuffer.h:460:3: warning: variable 'obytes' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLVertexBuffer.h:461:3: warning: variable 'nbytes' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLVertexBuffer.h:571:4: warning: variable 'ret' of type 'GLboolean' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:580:2: warning: variable 'height' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:599:3: warning: variable 'height' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:616:3: warning: variable 'colorf' of type 'Color4f' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:642:3: warning: variable 'scissor' of type 'Rect' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:670:2: warning: variable 'colorf' of type 'Color4f' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:697:3: warning: variable 'alphaCutout' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:723:2: warning: variable 'maxAnisotropy' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:864:2: warning: variable 'size' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:933:4: warning: variable 'useSS' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:934:4: warning: variable 'useA2C' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:943:4: warning: variable 'blendDst' of type 'BlendingFactor' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:993:4: warning: variable 'glblendSrc' of type 'GLenum' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:994:4: warning: variable 'glblendDst' of type 'GLenum' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:1012:4: warning: variable 'depthOffset' of type 'GLfloat' (aka 'float') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLUtil.cpp:131:6: warning: variable 'token' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLUtil.cpp:137:5: warning: variable 'offset' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLUtil.cpp:138:5: warning: variable 'dot' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLUtil.cpp:144:6: warning: variable 'major' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLUtil.cpp:145:6: warning: variable 'minor' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLUtil.cpp:151:6: warning: variable 'version' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLUtil.cpp:157:6: warning: variable 'major' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLUtil.cpp:179:3: warning: variable 'supported' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLUtil.cpp:188:6: warning: variable 'override' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/MagicFlare.cpp:74:2: warning: variable 'flags' of type 'TextureContainer::TCFlags' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/MagicFlare.cpp:192:4: warning: variable 'vx' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/MagicFlare.cpp:193:4: warning: variable 'vy' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/MagicFlare.cpp:221:3: warning: variable 'zz' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/MagicFlare.cpp:291:2: warning: variable 'd' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/MagicFlare.cpp:292:2: warning: variable 'ad' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/MagicFlare.cpp:300:3: warning: variable 'm' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/MagicFlare.cpp:320:3: warning: variable 'm' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/MagicFlare.cpp:348:2: warning: variable 'diff' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/MagicFlare.cpp:350:2: warning: variable 'key' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/MagicFlare.cpp:403:4: warning: variable 'color' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/MagicFlare.cpp:416:5: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:149:4: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:207:2: warning: variable 'num' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:218:3: warning: variable 'sinW' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:219:3: warning: variable 'cosW' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:220:3: warning: variable 'power' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:241:2: warning: variable 'isNpc' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:249:3: warning: variable 'power' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:252:3: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:267:4: warning: variable 'posi' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:302:3: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:359:3: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:379:2: warning: variable 'mod' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:413:3: warning: variable 'rr' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:436:3: warning: variable 'count' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:439:4: warning: variable 'rr' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:452:3: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:460:2: warning: variable 'poss' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:464:3: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:466:4: warning: variable 'vect' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:471:6: warning: variable 'item' of type 'Entity &' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:478:4: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:482:5: warning: variable 'vect' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:557:3: warning: variable 'power' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:568:2: warning: variable 'nbParticles' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:619:4: warning: variable 'delay' of type 'unsigned int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:720:2: warning: variable 'delta' of type 'ShortGameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:773:3: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:781:3: warning: variable 'fd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:788:3: warning: variable 'size' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:795:4: warning: variable 'p' of type 'Vec4f' (aka 'vec<4, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:796:4: warning: variable 'z' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:805:7: warning: variable 'rgb' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:818:7: warning: variable 'rgb' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:838:4: warning: variable 'v' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:853:4: warning: variable 'animrange' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:870:3: warning: variable 'zpos' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:875:4: warning: variable 'rott' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:901:2: warning: variable 'fZFar' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:905:3: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:952:3: warning: variable 'count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:959:6: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:960:6: warning: variable 's' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:985:6: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:986:6: warning: variable 's' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:988:6: warning: variable 'vect' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:989:6: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:117:2: warning: variable 'eVect' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:154:3: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:169:2: warning: variable 'fTTL' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:172:2: warning: variable 'fAngleX' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:178:2: warning: variable 'fSpeed' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:183:3: warning: variable 'rndColor' of type 'Color4f' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:191:3: warning: variable 'rndColor' of type 'Color4f' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:228:2: warning: variable 'fTimeSec' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:276:6: warning: variable 'particle' of type 'Particle &' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:282:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:296:3: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:297:3: warning: variable 'size' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:298:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleTextures.cpp:60:3: warning: variable 'texturePath' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/Spark.cpp:66:2: warning: variable 'amount' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/Spark.cpp:82:2: warning: variable 'len' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/Spark.cpp:103:2: warning: variable 'delta' of type 'ShortGameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/Spark.cpp:113:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/Spark.cpp:116:3: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/Spark.cpp:129:3: warning: variable 'temp1' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/Spark.cpp:130:3: warning: variable 'temp2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/spells/Spells05.cpp:94:2: warning: variable 'fBetaRad' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/spells/Spells05.cpp:95:2: warning: variable 'fBetaRadCos' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/spells/Spells05.cpp:96:2: warning: variable 'fBetaRadSin' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/spells/Spells05.cpp:102:2: warning: variable 'rayEnd' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/spells/Spells05.cpp:104:2: warning: variable 'ray' of type 'RaycastResult' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/spells/Spells05.cpp:105:2: warning: variable 'dest' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/spells/Spells05.cpp:137:2: warning: variable 'n' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/spells/Spells05.cpp:138:2: warning: variable 'delta' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/spells/Spells05.cpp:145:3: warning: variable 'kpprec' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/spells/Spells05.cpp:146:3: warning: variable 'kpsuiv' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/spells/Spells05.cpp:147:3: warning: variable 'kpsuivsuiv' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/spells/Spells05.cpp:155:4: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/texture/PackedTexture.cpp:152:2: warning: variable 'diffW' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/texture/PackedTexture.cpp:153:2: warning: variable 'diffH' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/CharacterCreation.cpp:111:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/CharacterCreation.cpp:117:2: warning: variable 'DONE' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/CharacterCreation.cpp:119:2: warning: variable 'book' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/CharacterCreation.cpp:121:2: warning: variable 'spacing' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/CharacterCreation.cpp:123:2: warning: variable 'quickGenerateButtonSize' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/CharacterCreation.cpp:127:2: warning: variable 'doneButtonSize' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/CharacterCreation.cpp:131:2: warning: variable 'skinButtonSize' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/CharacterCreation.cpp:132:2: warning: variable 'skinButton' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/CharacterCreation.cpp:155:4: warning: variable 'skin' of type 'unsigned char' can be declared 'const' [misc-const-correctness] +Arx/src/gui/CinematicBorder.cpp:112:3: warning: variable 'border' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:266:4: warning: variable 'context' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:278:4: warning: variable 'command' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:282:4: warning: variable 'command' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:304:5: warning: variable 'max' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:321:4: warning: variable 'selected' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:349:3: warning: variable 'newline' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:387:2: warning: variable 'id' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:419:2: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:440:3: warning: variable 'prefix' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:464:3: warning: variable 'newCursorPos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:558:2: warning: variable 'lineHeight' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:566:2: warning: variable 'entity' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:580:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:584:2: warning: variable 'line' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:615:2: warning: variable 'displayCursorPos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:619:3: warning: variable 'left' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:620:3: warning: variable 'right' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:621:3: warning: variable 'height' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:622:3: warning: variable 'box' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:627:2: warning: variable 'x' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:630:2: warning: variable 'completion' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:647:4: warning: variable 'endX' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:692:5: warning: variable 'width' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:693:5: warning: variable 'height' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:694:5: warning: variable 'highlight' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:161:2: warning: variable 'creditsFile' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:193:3: warning: variable 'compiler' of type 'Libraries::const_iterator' (aka '_Node_const_iterator, std::allocator>, std::basic_string, std::allocator>>, __constant_iterators::value, __hash_cached::value>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:199:3: warning: variable 'stdlib' of type 'Libraries::const_iterator' (aka '_Node_const_iterator, std::allocator>, std::basic_string, std::allocator>>, __constant_iterators::value, __hash_cached::value>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:207:9: warning: variable 'line' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:213:7: warning: variable 'library' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:254:3: warning: variable 'it' of type 'Iterator' (aka '__normal_iterator>>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:268:3: warning: variable 'pos' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:292:4: warning: variable 'pos' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:322:2: warning: variable 'linerect' of type 'Rect' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:331:3: warning: variable 'n' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:341:3: warning: variable 'linesize' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:397:5: warning: variable 'firstsize' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:407:5: warning: variable 'prefixsize' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:461:3: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:462:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:467:2: warning: variable 'now' of type 'PlatformInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:468:2: warning: variable 'elapsed' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:474:2: warning: variable 'keyRepeatDelay' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:475:2: warning: variable 'autoScrollDelay' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:522:3: warning: variable 'yy' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:531:3: warning: variable 'yy' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:145:3: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:174:3: warning: variable 'texSize' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:248:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:249:2: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:281:2: warning: variable 'iconScale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:282:2: warning: variable 'cursorScale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:324:7: warning: variable 'v' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:326:8: warning: variable 't' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:327:8: warning: variable 'nuberOffset' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:385:5: warning: variable 'size' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:432:6: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:443:7: warning: variable 'size' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:444:7: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:474:8: warning: variable 'size' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:484:7: warning: variable 'size' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:507:4: warning: variable 'additeState' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:509:4: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:510:4: warning: variable 'size' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:76:4: warning: variable 'p' of type 'Vec4f' (aka 'vec<4, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:78:5: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:120:3: warning: variable 'tmpVert' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:144:3: warning: variable 'offsetY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:199:2: warning: variable 'drop' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:201:2: warning: variable 'mouse' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:237:3: warning: variable 'deltaYaw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:256:2: warning: variable 'dir' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:259:2: warning: variable 'limit' of type 'Sphere' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:261:2: warning: variable 'result' of type 'EntityDragResult' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:271:2: warning: variable 'threshold' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:312:3: warning: variable 'delta' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:323:5: warning: variable 'start' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:324:5: warning: variable 'direction' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:337:3: warning: variable 'start' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:338:3: warning: variable 'direction' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:133:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:141:3: warning: variable 'j' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:142:3: warning: variable 'col' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:144:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:163:3: warning: variable 's' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:455:3: warning: variable 'numberPos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:528:2: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:561:2: warning: variable 'wave' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:615:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:618:2: warning: variable 'step' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:619:2: warning: variable 'alpha' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:673:4: warning: variable 'size' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:674:4: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:685:5: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:725:3: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:830:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:859:2: warning: variable 'fMove' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:875:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:877:2: warning: variable 'lcolor' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:925:2: warning: variable 'size' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:945:6: warning: variable 'handle' of type 'PrecastHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:955:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:960:3: warning: variable 'typ' of type 'SpellType' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:980:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:982:6: warning: variable 'slot' of type 'PrecastSpellIconSlot &' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1053:2: warning: variable 'spacer' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1058:3: warning: variable 'slotRect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1059:3: warning: variable 'slotSpacer' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1075:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1110:2: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1197:4: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1208:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1251:4: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1272:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1332:5: warning: variable 't' of type 'PlatformInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1417:3: warning: variable 'offset' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1426:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1427:2: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1493:4: warning: variable 'spacer' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1498:4: warning: variable 'spacer' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1503:4: warning: variable 'spacer' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1508:4: warning: variable 'spacer' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:207:2: warning: variable 'divideX' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:208:2: warning: variable 'divideY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:214:3: warning: variable 'digit' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:224:3: warning: variable 'ttx' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:333:2: warning: variable 'wave' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:343:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:345:2: warning: variable 'x' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:346:2: warning: variable 'y' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:347:2: warning: variable 'width' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:348:2: warning: variable 'height' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:505:7: warning: variable 'key' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:507:4: warning: variable 'ret' of type 'ScriptResult' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:556:3: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:562:3: warning: variable 'dir' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:563:3: warning: variable 'cangle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:609:3: warning: variable 'weapontype' of type 'WeaponType' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:766:4: warning: variable 'npc' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:767:4: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:815:5: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:841:5: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:858:4: warning: variable 'multi' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:874:4: warning: variable 'multi' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:946:4: warning: variable 'pos' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1265:5: warning: variable 'poss' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1312:7: warning: variable 'type' of type 'WeaponType' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1384:2: warning: variable 'mouselook' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1487:4: warning: variable 'dragging' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1503:5: warning: variable 'distLeft' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1504:5: warning: variable 'distRight' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1505:5: warning: variable 'distTop' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1506:5: warning: variable 'distBottom' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1566:5: warning: variable 'eyePitch' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1574:5: warning: variable 'iangle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1638:2: warning: variable 'x' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1639:2: warning: variable 'y' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1640:2: warning: variable 'w' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1641:2: warning: variable 'h' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1642:2: warning: variable 'rDraw' of type 'Rect' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1698:3: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1764:4: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1783:5: warning: variable 'fMaxdist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1830:4: warning: variable 'fMaxdist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1890:7: warning: variable 'show' of type 'EntityShowState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1941:2: warning: variable 'maxScale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/LoadLevelScreen.cpp:69:2: warning: variable 'now' of type 'PlatformInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/LoadLevelScreen.cpp:72:3: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/LoadLevelScreen.cpp:80:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/LoadLevelScreen.cpp:91:4: warning: variable 'image' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/gui/LoadLevelScreen.cpp:95:3: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/LoadLevelScreen.cpp:113:4: warning: variable 'size' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Logo.cpp:104:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Logo.cpp:105:2: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Logo.cpp:107:2: warning: variable 'size' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Logo.cpp:109:2: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:149:4: warning: variable 'text' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:248:3: warning: variable 'saveClicked' of type 'std::function' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:259:3: warning: variable 'saveDoubleClicked' of type 'std::function' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:266:7: warning: variable 'save' of type 'SavegameHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:276:7: warning: variable 'save' of type 'SavegameHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:364:3: warning: variable 'saveClicked' of type 'std::function' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:366:4: warning: variable 'savegame' of type 'SavegameHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:374:7: warning: variable 'save' of type 'SavegameHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:385:7: warning: variable 'save' of type 'SavegameHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:551:4: warning: variable 'languages' of type 'Languages' (aka 'map, Language>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:587:4: warning: variable 'languages' of type 'Languages' (aka 'map, Language>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:638:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:653:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:698:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:711:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:727:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:746:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:783:9: warning: variable 'refresh' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:800:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:810:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:821:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:882:4: warning: variable 'minimize' of type 'Window::MinimizeSetting' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:883:4: warning: variable 'checked' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:884:4: warning: variable 'enabled' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:896:3: warning: variable 'enable' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:920:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:941:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:954:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:964:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:975:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:986:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:992:4: warning: variable 'maxAA' of type 'Renderer::AlphaCutoutAntialising' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1005:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1020:4: warning: variable 'maxAnisotropy' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1068:3: warning: variable 'maxAA' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1109:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1119:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1134:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1145:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1156:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1166:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1176:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1186:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1196:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1208:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1219:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1256:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1263:8: warning: variable 'device' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1275:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1285:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1295:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1305:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1315:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1330:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1344:3: warning: variable 'hrtf' of type 'audio::HRTFStatus' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1346:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1404:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1415:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1428:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1438:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1449:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1460:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1471:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1481:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1492:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1502:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1512:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1522:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1573:3: warning: variable 'keyChanged' of type 'std::function' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1668:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1732:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1836:2: warning: variable 'yOffset' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1906:3: warning: variable 'verPosX' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1965:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MenuPublic.cpp:137:2: warning: variable 'fVolume' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MenuPublic.cpp:145:2: warning: variable 'fVolume' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MenuPublic.cpp:153:2: warning: variable 'fVolume' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MenuPublic.cpp:173:2: warning: variable 'volume' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MenuPublic.cpp:188:2: warning: variable 'animationSamples' of type 'std::vector>' (aka 'vector>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MenuPublic.cpp:205:3: warning: variable 'loop' of type 'SoundLoopMode' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MenuWidgets.cpp:139:2: warning: variable 'save' of type 'SavegameHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MenuWidgets.cpp:154:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MenuWidgets.cpp:155:2: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MenuWidgets.cpp:254:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:134:2: warning: variable 'iniMiniOffsets' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:164:7: warning: variable 'tile' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:220:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:249:2: warning: variable 'zoom' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:269:2: warning: variable 'zoom' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:271:2: warning: variable 'start' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:287:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:296:2: warning: variable 'casePos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:298:6: warning: variable 'marker' of type 'MapMarkerData &' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:304:3: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:305:3: warning: variable 'size' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:333:5: warning: variable 'bRect' of type 'Rect' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:335:5: warning: variable 'lLengthDraw' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:361:2: warning: variable 'zoom' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:362:2: warning: variable 'maxDistance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:363:2: warning: variable 'start' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:364:2: warning: variable 'cas' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:367:2: warning: variable 'playerCell' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:382:2: warning: variable 'maxCell' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:387:6: warning: variable 'tile' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:389:3: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:391:3: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:399:3: warning: variable 'r' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:401:3: warning: variable 'ucLevel' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:422:3: warning: variable 'levelMap' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:432:2: warning: variable 'v2' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:434:2: warning: variable 'cas' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:452:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:453:2: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:455:6: warning: variable 'tile' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:457:3: warning: variable 'v4' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:459:3: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:501:5: warning: variable 'minx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:502:5: warning: variable 'minz' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:574:2: warning: variable 'r1' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:575:2: warning: variable 'r2' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:576:2: warning: variable 'r3' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:578:2: warning: variable 'angle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:579:2: warning: variable 'ca' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:580:2: warning: variable 'sa' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:591:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:605:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:608:6: warning: variable 'npc' of type 'Entity &' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:630:3: warning: variable 'fp' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:632:3: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:643:3: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:685:2: warning: variable 'num' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:707:2: warning: variable 'num' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Note.cpp:115:2: warning: variable 'scale' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Note.cpp:196:2: warning: variable 'text' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Note.cpp:232:2: warning: variable 'bookScale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Note.cpp:277:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Note.cpp:278:2: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Note.cpp:280:2: warning: variable 'z' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Note.cpp:293:2: warning: variable 'prevRect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Note.cpp:300:2: warning: variable 'nextRect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Notification.cpp:80:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Notification.cpp:82:6: warning: variable 'notification' of type 'Notification &' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Notification.cpp:86:3: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:162:2: warning: variable 'scriptPos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:208:3: warning: variable 'count' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:259:2: warning: variable 'now' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:280:5: warning: variable 'layer2' of type 'AnimLayer &' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:306:3: warning: variable 'sSize' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:308:3: warning: variable 'fZoneClippHeight' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:309:3: warning: variable 'fStartYY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:310:3: warning: variable 'fStartY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:311:3: warning: variable 'fDepY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:312:3: warning: variable 'fZoneClippY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:314:3: warning: variable 'fAdd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:316:3: warning: variable 'y' of type 'Rect::Num' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:317:3: warning: variable 'h' of type 'Rect::Num' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:320:4: warning: variable 'w' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:330:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:354:4: warning: variable 'fTimeOneLine' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:357:5: warning: variable 'fResteLine' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:358:5: warning: variable 'fTimePlus' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:140:4: warning: variable 'size' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:244:2: warning: variable '_x' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:245:2: warning: variable '_y' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:246:2: warning: variable 'w' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:248:2: warning: variable 'rRect' of type 'Rect' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:263:2: warning: variable 'configSize' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:265:3: warning: variable 'size' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:363:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:373:2: warning: variable 'smallScale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:374:2: warning: variable 'smallWeight' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:402:2: warning: variable 'iconFontFile' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:496:2: warning: variable 'size' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:497:2: warning: variable 'corner' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:504:2: warning: variable 'p' of type 'Vec4f' (aka 'vec<4, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:510:2: warning: variable 'pos2d' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/TextManager.cpp:128:3: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/TextManager.cpp:129:3: warning: variable 'height' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:80:2: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:95:2: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:122:2: warning: variable 'bookPos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:123:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:128:2: warning: variable 'bookPos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:129:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:135:2: warning: variable 'bookPos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:136:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:139:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:222:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:223:2: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:342:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:347:3: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:356:4: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:373:4: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:388:5: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:404:3: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:410:4: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:425:3: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:431:4: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:465:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:477:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:486:3: warning: variable 'availableArea' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:576:2: warning: variable 'bookPos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:588:2: warning: variable 'bookPos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:589:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:608:3: warning: variable 'attribAreaSize' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:737:3: warning: variable 't' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:765:2: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:781:2: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:797:2: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:813:2: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:830:2: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:846:3: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:862:2: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:878:2: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:894:2: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:910:2: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:926:2: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:942:2: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:958:2: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:975:3: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:976:3: warning: variable 'value' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:977:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:982:3: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:983:3: warning: variable 'value' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:984:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:989:3: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:990:3: warning: variable 'value' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:991:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:996:3: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:997:3: warning: variable 'value' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:998:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1003:3: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1004:3: warning: variable 'value' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1005:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1010:3: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1011:3: warning: variable 'value' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1012:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1026:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1027:2: warning: variable 'bookPos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1036:3: warning: variable 'vp' of type 'Rect' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1070:2: warning: variable 'iSavePDL' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1117:2: warning: variable 'ti' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1133:3: warning: variable 'time' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1213:4: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1237:4: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1256:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1302:2: warning: variable 'ot' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1304:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1364:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1366:2: warning: variable 'runeDrawRect' of type 'Rect' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1400:3: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1401:3: warning: variable 'bookPos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1402:3: warning: variable 'fPos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1418:4: warning: variable 'count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1421:8: warning: variable 'rune' of type 'Rune' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1432:4: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1483:2: warning: variable 'bookPos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1484:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1486:2: warning: variable 'leftSide' of type 'Rect' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1489:2: warning: variable 'rightSide' of type 'Rect' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1496:2: warning: variable 'max_onglet' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1509:7: warning: variable 'entry' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1510:4: warning: variable 'quest' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Necklace.cpp:121:2: warning: variable 'baseState' of type 'RenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Necklace.cpp:123:2: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Necklace.cpp:127:2: warning: variable 'tl' of type 'EERIE_LIGHT' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Necklace.cpp:146:2: warning: variable 'wave' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Necklace.cpp:147:2: warning: variable 'ptDelta' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Necklace.cpp:165:3: warning: variable 'projectionCenter' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Necklace.cpp:186:3: warning: variable 'runeBox' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Necklace.cpp:198:3: warning: variable 'mousePosInViewport' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Necklace.cpp:205:5: warning: variable 'n' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Necklace.cpp:215:5: warning: variable 't' of type 'TransformInfo' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:207:2: warning: variable 'zap' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:302:5: warning: variable 'pflag' of type 'PathfindFlags' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:325:5: warning: variable 'layer' of type 'AnimLayer &' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:358:2: warning: variable 'windowSize' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:359:2: warning: variable 'maxSamples' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:374:2: warning: variable 'worst' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:381:3: warning: variable 'time' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:391:2: warning: variable 'avgColor' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:392:2: warning: variable 'avgPos' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:395:2: warning: variable 'worstColor' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:396:2: warning: variable 'worstPos' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:400:2: warning: variable 'lineOffset' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:421:2: warning: variable 'x' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:423:2: warning: variable 'xend' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHudCulling.cpp:59:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHudCulling.cpp:76:2: warning: variable 'size' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHudCulling.cpp:77:2: warning: variable 'bottomMargin' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHudCulling.cpp:78:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHudCulling.cpp:80:2: warning: variable 'offset' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHudCulling.cpp:88:3: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHudCulling.cpp:93:4: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHudCulling.cpp:178:3: warning: variable 'vis' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHudCulling.cpp:208:4: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHudCulling.cpp:212:4: warning: variable 'omin' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHudCulling.cpp:213:4: warning: variable 'omax' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHudCulling.cpp:220:2: warning: variable 'advance' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugPanel.cpp:88:7: warning: variable 'field' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugPanel.cpp:92:5: warning: variable 'numeric' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugPanel.cpp:112:2: warning: variable 'lineHeight' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugPanel.cpp:113:2: warning: variable 'maxAdvance' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugPanel.cpp:131:2: warning: variable 'lineHeight' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/HudCommon.cpp:45:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/HudCommon.cpp:69:2: warning: variable 'parentPos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/HudCommon.cpp:72:2: warning: variable 'childPos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:76:2: warning: variable 'anchorPos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:77:2: warning: variable 'bagSize' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:80:3: warning: variable 'bags' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:90:2: warning: variable 'anchorPos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:134:3: warning: variable 't' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:172:3: warning: variable 'fSpeed' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:173:3: warning: variable 't' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:202:2: warning: variable 'anchorPos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:216:3: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:240:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:242:3: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:259:4: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:282:4: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:290:5: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:303:4: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:309:5: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:323:3: warning: variable 'anchorPos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:330:3: warning: variable 'posx' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:331:3: warning: variable 'posy' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:335:4: warning: variable 'linkPosY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:336:4: warning: variable 'pos1' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:337:4: warning: variable 'pos2' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:338:4: warning: variable 'pos3' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:341:4: warning: variable 'texSize' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:363:2: warning: variable 'bags' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:387:3: warning: variable 't' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:388:3: warning: variable 'size' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:402:2: warning: variable 'anchorPos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:404:2: warning: variable 'iPos' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:407:3: warning: variable 't' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:414:3: warning: variable 'size' of type 'Vec3s' (aka 'vec<3, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:415:3: warning: variable 'fBag' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:434:4: warning: variable 'fRatio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:447:2: warning: variable 'anchorPos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:449:2: warning: variable 'iPos' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:451:2: warning: variable 'size' of type 'Vec3s' (aka 'vec<3, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:471:3: warning: variable 'fBag' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:508:2: warning: variable 'mouse' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:519:2: warning: variable 'anchor' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:520:2: warning: variable 'itemPitch' of type 's16' (aka 'short') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:525:3: warning: variable 'bagPitch' of type 's16' (aka 'short') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:526:3: warning: variable 'topAnchor' of type 's16' (aka 'short') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:541:2: warning: variable 'pos' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:544:2: warning: variable 'itemPitch' of type 's16' (aka 'short') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:546:3: warning: variable 'bagPitch' of type 's16' (aka 'short') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:549:2: warning: variable 'offset' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:56:2: warning: variable 'spacer' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:87:2: warning: variable 'spacer' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:137:3: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:139:3: warning: variable 'maxDist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:181:2: warning: variable '_bSteal' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:186:3: warning: variable 'file' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:221:4: warning: variable 'p' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:224:4: warning: variable 'size' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:226:4: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:232:4: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:244:5: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:296:3: warning: variable 't' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:310:3: warning: variable 't' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:330:2: warning: variable 'mouse' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:344:3: warning: variable 'price' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:358:2: warning: variable 'itemPitch' of type 's16' (aka 'short') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:359:2: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:370:2: warning: variable 'pos' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:372:2: warning: variable 'anchor' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:373:2: warning: variable 'itemPitch' of type 's16' (aka 'short') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:374:2: warning: variable 'offset' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:500:3: warning: variable 'frameDelay' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:561:4: warning: variable 'famount' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:565:4: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:571:4: warning: variable 'amount' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/menu/MenuCursor.cpp:72:2: warning: variable 'p1f' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/menu/MenuCursor.cpp:75:2: warning: variable 'fTemp' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/menu/MenuCursor.cpp:101:2: warning: variable 'incSize' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/menu/MenuCursor.cpp:104:2: warning: variable 'incColor' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/gui/menu/MenuCursor.cpp:108:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/menu/MenuCursor.cpp:162:2: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/menu/MenuCursor.cpp:164:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/menu/MenuCursor.cpp:176:2: warning: variable 'inWindow' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/menu/MenuCursor.cpp:183:2: warning: variable 'iDiff' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/menu/MenuCursor.cpp:235:3: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/menu/MenuCursor.cpp:237:3: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/menu/MenuFader.cpp:44:2: warning: variable 'iColor' of type 'ColorRGBA' (aka 'IntegerColorType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/menu/MenuFader.cpp:62:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/menu/MenuFader.cpp:72:2: warning: variable 'alpha' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/ButtonWidget.cpp:40:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/ButtonWidget.cpp:42:2: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/CheckboxWidget.cpp:49:2: warning: variable 'x' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/CheckboxWidget.cpp:50:2: warning: variable 'y' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/CheckboxWidget.cpp:63:2: warning: variable 'result' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/CheckboxWidget.cpp:75:2: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/CheckboxWidget.cpp:77:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/CycleTextWidget.cpp:47:2: warning: variable 'minWidth' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/CycleTextWidget.cpp:139:2: warning: variable 'result' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/CycleTextWidget.cpp:177:2: warning: variable 'cursor' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/KeybindWidget.cpp:44:2: warning: variable 'result' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/KeybindWidget.cpp:146:2: warning: variable 'textSize' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/SaveSlotWidget.cpp:76:3: warning: variable 'now' of type 'std::time_t' (aka 'long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/SaveSlotWidget.cpp:77:3: warning: variable 'n' of type 'std::tm' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/SaveSlotWidget.cpp:78:3: warning: variable 't' of type 'std::tm' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/SaveSlotWidget.cpp:143:3: warning: variable 'datePos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/SaveSlotWidget.cpp:148:3: warning: variable 'timePos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/SliderWidget.cpp:51:2: warning: variable 'minWidth' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/SliderWidget.cpp:88:2: warning: variable 'result' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/SliderWidget.cpp:125:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/SliderWidget.cpp:131:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:84:2: warning: variable 'result' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:104:2: warning: variable 'width' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:110:4: warning: variable 'cursor' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:123:2: warning: variable 'result' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:156:2: warning: variable 'displayCursorPos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:158:2: warning: variable 'width' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:164:4: warning: variable 'cursor' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:182:3: warning: variable 'left' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:183:3: warning: variable 'right' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:184:3: warning: variable 'height' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:185:3: warning: variable 'box' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:193:2: warning: variable 'x' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:209:5: warning: variable 'endX' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextWidget.cpp:36:2: warning: variable 'textSize' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextWidget.cpp:43:2: warning: variable 'hasAction' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextWidget.cpp:44:2: warning: variable 'dynamic' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:319:2: warning: variable 'ret' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:485:3: warning: variable 'i' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:536:2: warning: variable 'newMousePosition' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:538:2: warning: variable 'wndSize' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:573:4: warning: variable 'sign' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:574:4: warning: variable 'exponent' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:697:2: warning: variable 'sep' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:699:3: warning: variable 'modifier' of type 'InputKeyId' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:700:3: warning: variable 'key' of type 'InputKeyId' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:705:3: warning: variable 'key' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:712:3: warning: variable 'button' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:737:2: warning: variable 'exponent' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:778:2: warning: variable 'buttonIdx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:785:2: warning: variable 'buttonIdx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:792:2: warning: variable 'buttonIdx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:799:2: warning: variable 'buttonIdx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:806:2: warning: variable 'buttonIdx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:832:3: warning: variable 'key' of type 'InputKeyId' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:878:3: warning: variable 'key' of type 'InputKeyId' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:973:3: warning: variable 'key' of type 'InputKeyId' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/input/SDL2InputBackend.cpp:357:2: warning: variable 'i' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/input/SDL2InputBackend.cpp:425:4: warning: variable 'key' of type 'SDL_Scancode' can be declared 'const' [misc-const-correctness] +Arx/src/input/SDL2InputBackend.cpp:427:5: warning: variable 'arxkey' of type 'Keyboard::Key' can be declared 'const' [misc-const-correctness] +Arx/src/input/SDL2InputBackend.cpp:489:4: warning: variable 'button' of type 'Uint8' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/input/SDL2InputBackend.cpp:491:5: warning: variable 'i' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/input/TextInput.cpp:287:3: warning: variable 'start' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/input/TextInput.cpp:299:3: warning: variable 'end' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/Blast.cpp:471:2: warning: variable 'size' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/Blast.cpp:496:2: warning: variable 'error' of type 'BlastResult' can be declared 'const' [misc-const-correctness] +Arx/src/io/IniReader.cpp:31:2: warning: variable 'iter' of type 'iterator' (aka '_Rb_tree_const_iterator, std::allocator>, IniSection>>') can be declared 'const' [misc-const-correctness] +Arx/src/io/IniReader.cpp:142:6: warning: variable 'line' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/io/IniReader.cpp:190:3: warning: variable 'nameEnd' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/IniReader.cpp:192:4: warning: variable 'right' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/io/IniReader.cpp:208:5: warning: variable 'newValueEnd' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/IniReader.cpp:230:4: warning: variable 'valueEnd' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/SaveBlock.cpp:153:2: warning: variable '_uncompressedSize' of type 'u32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/io/SaveBlock.cpp:156:2: warning: variable 'nChunks' of type 'u32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/io/SaveBlock.cpp:170:3: warning: variable 'chunkSize' of type 'u32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/io/SaveBlock.cpp:173:3: warning: variable 'chunkOffset' of type 'u32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/io/SaveBlock.cpp:223:4: warning: variable 'ret' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/io/SaveBlock.cpp:331:2: warning: variable 'fatOffset' of type 'u32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/io/SaveBlock.cpp:336:2: warning: variable 'nFiles' of type 'u32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/io/SaveBlock.cpp:464:2: warning: variable 'renamed' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/io/Screenshot.cpp:89:2: warning: variable 'file' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:52:3: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:127:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:135:2: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:147:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:163:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:183:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:197:2: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:217:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:228:2: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:249:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:253:2: warning: variable 'len' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:281:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:309:3: warning: variable 'start' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:344:5: warning: variable 'last' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.h:78:4: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.h:105:3: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.h:196:3: warning: variable 'l' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FileStream.cpp:85:3: warning: variable 'c' of type 'char' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/Filesystem.cpp:31:2: warning: variable 'type' of type 'FileType' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/Filesystem.cpp:46:3: warning: variable 'entry' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/Filesystem.cpp:59:2: warning: variable 'type' of type 'FileType' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilesystemPOSIX.cpp:117:2: warning: variable 'ret' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilesystemPOSIX.cpp:174:2: warning: variable 'intitial_length' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilesystemPOSIX.cpp:373:2: warning: variable 'ret' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:118:3: warning: variable 'decoded' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:119:7: warning: variable 'entry' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:163:2: warning: variable 'suffixes' of type 'std::vector' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:223:2: warning: variable 'configFile' of type 'path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:225:3: warning: variable 'data' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:226:7: warning: variable 'line' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:227:4: warning: variable 'datadir' of type 'path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:237:2: warning: variable 'subdir' of type 'path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:246:2: warning: variable 'basename' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:265:3: warning: variable 'tmp' of type 'path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:277:2: warning: variable 'exepath' of type 'path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:279:3: warning: variable 'var' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:280:3: warning: variable 'paths' of type 'std::vector' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:297:3: warning: variable 'exedir' of type 'path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:304:3: warning: variable 'relative_data_dirs' of type 'std::vector' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:306:4: warning: variable 'dir' of type 'path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:317:3: warning: variable 'dir' of type 'path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:326:2: warning: variable 'prefixes' of type 'std::vector' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:327:2: warning: variable 'suffixes' of type 'std::vector' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:330:4: warning: variable 'dir' of type 'path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:394:2: warning: variable 'suffixes' of type 'std::vector' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:422:5: warning: variable 'dir' of type 'path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:467:2: warning: variable 'exevar' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/io/log/ColorLogger.cpp:61:2: warning: variable 'flags' of type 'std::ostream::fmtflags' (aka 'std::_Ios_Fmtflags') can be declared 'const' [misc-const-correctness] +Arx/src/io/log/ConsoleLogger.cpp:48:2: warning: variable 'hasStdout' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/io/log/ConsoleLogger.cpp:49:2: warning: variable 'hasStdErr' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/io/log/CriticalLogger.cpp:43:3: warning: variable 'logfile' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/io/log/LogBackend.cpp:42:2: warning: variable 'flags' of type 'std::ostream::fmtflags' (aka 'std::_Ios_Fmtflags') can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:86:5: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:94:4: warning: variable 'i' of type 'LogManager::Rules::const_iterator' (aka '_Node_const_iterator, std::allocator>, Logger::LogLevel>, __constant_iterators::value, __hash_cached::value>') can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:125:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:135:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:150:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:161:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:173:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:180:3: warning: variable 'oldLevel' of type 'LogLevel' can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:204:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:226:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:252:3: warning: variable 'eq' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:295:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakEntry.cpp:40:3: warning: variable 'end' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakEntry.cpp:71:3: warning: variable 'end' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakEntry.cpp:109:3: warning: variable 'end' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:145:2: warning: variable 'nread' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:236:2: warning: variable 'count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:286:3: warning: variable 'toStart' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:297:2: warning: variable 'toCopy' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:335:2: warning: variable 'r' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:480:2: warning: variable 'key' of type 'ReleaseType' can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:489:2: warning: variable 'checksum' of type 'util::md5::checksum' (aka 'checksum') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:516:3: warning: variable 'dirpath' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:519:8: warning: variable 'exclude' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:615:2: warning: variable 'type' of type 'fs::FileType' can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:619:3: warning: variable 'ret' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:684:3: warning: variable 'type' of type 'fs::FileType' can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:83:3: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:133:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:141:2: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:153:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:169:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:188:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:202:2: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:222:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:233:2: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:257:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:261:2: warning: variable 'len' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:288:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:313:3: warning: variable 'start' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:331:5: warning: variable 'last' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.h:88:4: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.h:100:4: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.h:112:3: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourceSetup.cpp:69:3: warning: variable 'n' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourceSetup.cpp:124:4: warning: variable 'file' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourceSetup.cpp:137:6: warning: variable 'length' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/lib/ArxIO.cpp:98:2: warning: variable 'inView' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/math/Angle.cpp:37:2: warning: variable 'a' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/Angle.cpp:39:2: warning: variable 'diff' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/Angle.h:33:2: warning: variable 'angle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/Angle.h:201:2: warning: variable 'angle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:62:2: warning: variable 'cosX' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:63:2: warning: variable 'sinX' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:74:2: warning: variable 'cosY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:75:2: warning: variable 'sinY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:85:2: warning: variable 'cosZ' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:86:2: warning: variable 'sinZ' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:109:2: warning: variable 's2' of type 'typename vec<3, float>::value_type' (aka 'float') can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:110:2: warning: variable 's3' of type 'typename vec<3, float>::value_type' (aka 'float') can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:112:2: warning: variable 'f1' of type 'typename vec<3, float>::value_type' (aka 'float') can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:113:2: warning: variable 'f2' of type 'typename vec<3, float>::value_type' (aka 'float') can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:114:2: warning: variable 'f3' of type 'typename vec<3, float>::value_type' (aka 'float') can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:115:2: warning: variable 'f4' of type 'typename vec<3, float>::value_type' (aka 'float') can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:127:2: warning: variable 'Epsilon' of type 'typename vec<3, float>::value_type' (aka 'float') can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:134:2: warning: variable 'det' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:139:2: warning: variable 'inv_det' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:167:2: warning: variable 'Epsilon' of type 'typename vec<3, float>::value_type' (aka 'float') can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:169:2: warning: variable 't0' of type 'typename vec<3, float>::value_type' (aka 'float') can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:170:2: warning: variable 'dSquared' of type 'typename vec<3, float>::value_type' (aka 'float') can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:175:2: warning: variable 't1' of type 'typename vec<3, float>::value_type' (aka 'float') can be declared 'const' [misc-const-correctness] +Arx/src/math/Quantizer.h:43:3: warning: variable 'integerValue' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/math/Random.h:136:2: warning: variable 'dist' of type 'diff_t' (aka 'long') can be declared 'const' [misc-const-correctness] +Arx/src/math/Random.h:137:2: warning: variable 'toAdvance' of type 'diff_t' (aka 'long') can be declared 'const' [misc-const-correctness] +Arx/src/math/RandomVector.h:41:3: warning: variable 'range' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/RandomVector.h:72:3: warning: variable 'a' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/RandomVector.h:78:3: warning: variable 'z' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/RandomVector.h:79:3: warning: variable 'a' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/RandomVector.h:81:3: warning: variable 'r' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/RandomVector.h:83:3: warning: variable 'x' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/RandomVector.h:84:3: warning: variable 'y' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Attractors.cpp:110:3: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Attractors.cpp:117:3: warning: variable 'attenuation' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/CollisionShapes.cpp:92:3: warning: variable 'v' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:81:2: warning: variable 'minf' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:82:2: warning: variable 'maxf' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:87:2: warning: variable 'to' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:90:3: warning: variable 'dd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:121:5: warning: variable 'p' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:122:5: warning: variable 'center' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:193:2: warning: variable 'to' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:280:3: warning: variable 'posy' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:281:3: warning: variable 'modd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:299:4: warning: variable 'tval' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:313:7: warning: variable 'vv' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:386:3: warning: variable 'res' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:399:7: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:406:3: warning: variable 'res' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:436:2: warning: variable 'angle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:437:2: warning: variable 'p1' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:438:2: warning: variable 'p2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:455:2: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:489:3: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:569:4: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:598:5: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:623:2: warning: variable 'radius' of type 'u16' (aka 'unsigned short') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:635:4: warning: variable 'dd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:738:3: warning: variable 'center' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:782:2: warning: variable 'radius' of type 'u16' (aka 'unsigned short') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:959:2: warning: variable 'sr30' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:961:2: warning: variable 'nbv' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1078:4: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1079:4: warning: variable 'pente' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1149:2: warning: variable 'mvector' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1155:3: warning: variable 'curmovedist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1299:2: warning: variable 'd' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1302:2: warning: variable 'ad' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1308:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1314:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1320:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1332:3: warning: variable 'sphere' of type 'Sphere' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1334:7: warning: variable 'entity' of type 'Entity &' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1337:6: warning: variable 'dd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1369:5: warning: variable 'dd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:121:2: warning: variable 'diff' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:141:3: warning: variable 'RATI' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:183:3: warning: variable 'cut' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:184:3: warning: variable 'ysec2' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:185:3: warning: variable 'ysec1' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:239:4: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:372:3: warning: variable 'dv' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:373:3: warning: variable 'dp' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:388:5: warning: variable 'cylinder' of type 'Cylinder' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:482:8: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:504:2: warning: variable 'now' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:509:4: warning: variable 'material' of type 'Material' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:556:3: warning: variable 'ray' of type 'RaycastResult' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:572:2: warning: variable 'velocity' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:573:2: warning: variable 'power' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:585:4: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:607:2: warning: variable 't_threshold' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:93:4: warning: variable 'cyl' of type 'Cylinder' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:108:2: warning: variable 'angle' of type 'Anglef' (aka 'Angle') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:152:2: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:202:2: warning: variable 'power' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:205:2: warning: variable 'dmgs' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:268:2: warning: variable 'timeDeltaMs' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:308:2: warning: variable 'original_pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:335:6: warning: variable 'action' of type 'EERIE_ACTIONLIST &' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:345:3: warning: variable 'result' of type 'RaycastResult' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:373:4: warning: variable 'precision' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:401:7: warning: variable 'vid' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:402:7: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:412:7: warning: variable 'damages' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:415:8: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:416:8: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/platform/CrashHandler.cpp:113:4: warning: variable 'initialized' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Dialog.cpp:91:2: warning: variable 'end' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Dialog.cpp:116:6: warning: variable 'line' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Dialog.cpp:233:2: warning: variable 'messageArg' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Dialog.cpp:235:2: warning: variable 'titleArg' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Dialog.cpp:255:2: warning: variable 'messageArg' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Dialog.cpp:340:2: warning: variable 'wasInitialized' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Dialog.cpp:435:3: warning: variable 'code' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Environment.cpp:126:4: warning: variable 'start' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Environment.cpp:399:3: warning: variable 'path' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Environment.cpp:415:2: warning: variable 'path' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Environment.cpp:447:3: warning: variable 'decoded' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Environment.cpp:448:7: warning: variable 'libexec_dir' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Environment.cpp:626:7: warning: variable 'locale' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Environment.cpp:631:3: warning: variable 'end' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Environment.cpp:635:6: warning: variable 'locale' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:529:6: warning: variable 'line' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:538:3: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:543:3: warning: variable 'key' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:689:2: warning: variable 'version_files' of type 'const char *[5][2]' can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:775:2: warning: variable 'max' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:783:2: warning: variable 'count' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:797:2: warning: variable 'p' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:853:3: warning: variable 'meminfo' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:855:7: warning: variable 'line' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:857:4: warning: variable 'sep' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:862:4: warning: variable 'end' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:867:4: warning: variable 'value' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:876:4: warning: variable 'label' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:901:3: warning: variable 'pages' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:902:3: warning: variable 'pagesize' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Process.cpp:96:2: warning: variable 'dev_null' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Process.cpp:330:2: warning: variable 'ret' of type 'pid_t' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Process.cpp:389:2: warning: variable 'process' of type 'process_handle' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Process.cpp:394:2: warning: variable 'exe' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Process.cpp:395:2: warning: variable 'process' of type 'process_handle' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Process.cpp:429:2: warning: variable 'ret' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Process.cpp:437:2: warning: variable 'process' of type 'process_handle' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Process.cpp:451:3: warning: variable 'count' of type 'ssize_t' (aka 'long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/ProgramOptions.h:97:3: warning: variable 'shortName' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Thread.cpp:99:2: warning: variable 'policy' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Thread.cpp:104:2: warning: variable 'min' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Thread.cpp:105:2: warning: variable 'max' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:51:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:73:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:123:2: warning: variable 'exe' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:155:3: warning: variable 'absolute' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:162:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:189:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:224:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:232:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:238:2: warning: variable 'remaining' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:240:2: warning: variable 'n' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:252:3: warning: variable 'absolute' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:259:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:275:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:283:2: warning: variable 'location' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:292:3: warning: variable 'path' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:305:2: warning: variable 'nbReportsToDelete' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:317:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:325:2: warning: variable 'lock' of type 'std::scoped_lock' (aka 'std::scoped_lock') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerPOSIX.cpp:307:2: warning: variable 'core' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerPOSIX.cpp:488:2: warning: variable 'processor' of type 'platform::process_handle' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:109:3: warning: variable 'pagesize' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:124:2: warning: variable 'processor' of type 'platform::process_id' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:130:3: warning: variable 'child' of type 'platform::process_id' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:157:3: warning: variable 'ticksPerSecond' of type 'u64' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:319:3: warning: variable 'maps' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:321:4: warning: variable 'file' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:403:3: warning: variable 'exe' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:415:5: warning: variable 'it' of type 'std::map::const_iterator' (aka '_Rb_tree_const_iterator>') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:439:5: warning: variable 'offset' of type 'u64' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:462:3: warning: variable 'pid' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:473:3: warning: variable 'gdbstdout' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:477:8: warning: variable 'line' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:483:7: warning: variable 'sstart' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:494:8: warning: variable 'pend' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:499:7: warning: variable 'fstart' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:501:8: warning: variable 'fend' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:524:2: warning: variable 'coredump' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:532:3: warning: variable 'core' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:533:3: warning: variable 'crashReportDir' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:553:3: warning: variable 'pid' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:560:4: warning: variable 'filename' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:203:2: warning: variable 'idString' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:404:6: warning: variable 'entity' of type 'Entity &' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:426:2: warning: variable 'allocsize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:438:6: warning: variable 'entity' of type 'Entity &' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:488:2: warning: variable 'ok' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:516:3: warning: variable 'type' of type 'VariableType' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:580:2: warning: variable 'allocsize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:593:2: warning: variable 'ok' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:666:6: warning: variable 'handle' of type 'PrecastHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:694:2: warning: variable 'jumpstart' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:788:6: warning: variable 'entry' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:795:6: warning: variable 'key' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:866:2: warning: variable 'allocsize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1150:5: warning: variable 'target' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1260:6: warning: variable 'group' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1274:2: warning: variable 'ok' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1298:3: warning: variable 'loop' of type 'SoundLoopMode' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1299:3: warning: variable 'name' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1450:3: warning: variable 'teleportToArea' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1474:6: warning: variable 'precastSlot' of type 'PRECAST_STRUCT' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1487:2: warning: variable 'jumpstart' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1562:6: warning: variable 'slot' of type 'Vec3s' (aka 'vec<3, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1644:3: warning: variable 'type' of type 'VariableType' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1722:3: warning: variable 'graphPos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1730:2: warning: variable 'classPath' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1820:3: warning: variable 'nb_iogroups' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1894:4: warning: variable 'nn' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1975:3: warning: variable 'over_allowevents' of type 'DisabledEvents' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:2146:8: warning: variable 'slot' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:2206:5: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:2207:5: warning: variable 'group' of type 'VertexGroupId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:2220:8: warning: variable 'invPos' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:2237:3: warning: variable 'unhideNonGore' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:2290:3: warning: variable 'idString' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:2334:4: warning: variable 'index' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:2399:2: warning: variable 'ret' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:2425:2: warning: variable 'levelSave' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:2549:2: warning: variable 'engineVersion' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:131:7: warning: variable 'sample' of type 'audio::SampleHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:290:3: warning: variable 'e_id' of type 'EnvId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:320:2: warning: variable 'presence' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:398:2: warning: variable 'sample_id' of type 'audio::SampleHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:443:2: warning: variable 'sample_id' of type 'audio::SampleHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:453:2: warning: variable 'presence' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:484:2: warning: variable 'mi' of type 'CollisionMaps::iterator' (aka '_Rb_tree_iterator, std::allocator>, std::map, std::allocator>, (anonymous namespace)::SoundMaterial, std::less, std::allocator, std::allocator>, (anonymous namespace)::SoundMaterial>>>>>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:490:2: warning: variable 'ci' of type 'CollisionMap::iterator' (aka '_Rb_tree_iterator, std::allocator>, (anonymous namespace)::SoundMaterial>>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:496:2: warning: variable 'sample_id' of type 'audio::SampleHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:504:2: warning: variable 'presence' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:530:2: warning: variable 'sample_id' of type 'audio::SampleHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:580:3: warning: variable 'presence' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:594:2: warning: variable 'sample_id' of type 'audio::SampleHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:608:3: warning: variable 'frontUp' of type 'std::pair' (aka 'pair, vec<3, float, glm::highp>>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:694:2: warning: variable 'temp' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:736:2: warning: variable 'temp' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:991:3: warning: variable 'data' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:1068:2: warning: variable 'file' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:1070:2: warning: variable 'data' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:1088:3: warning: variable 'factor' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:139:6: warning: variable 'entity' of type 'Entity &' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:154:2: warning: variable 'shop_multiply' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:155:2: warning: variable 'durability_ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:162:2: warning: variable 'price' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:249:5: warning: variable 'selection' of type 'VertexSelectionId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:251:8: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:274:5: warning: variable 'gore' of type 'MaterialId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:295:5: warning: variable 'gore' of type 'MaterialId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:324:6: warning: variable 'entity' of type 'Entity &' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:406:2: warning: variable 'cameraRoom' of type 'RoomHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:407:2: warning: variable 'playerRoom' of type 'RoomHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:409:6: warning: variable 'equipment' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:461:6: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:471:6: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:502:2: warning: variable 'M_TREAT' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:604:2: warning: variable 'pbox' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:897:2: warning: variable 'icontochange' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:906:3: warning: variable 'pos' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:926:2: warning: variable 'pos' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:973:3: warning: variable 'mod' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:977:3: warning: variable 'anything' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1028:3: warning: variable 'vvp' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1035:3: warning: variable 'diff' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1037:3: warning: variable 'eediff' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1042:4: warning: variable 'mul' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1056:6: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1103:2: warning: variable 'translate' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1125:2: warning: variable 'ficc' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1181:2: warning: variable 'file' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1198:2: warning: variable 'className' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1199:2: warning: variable 'classDir' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1203:3: warning: variable 'idString' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1226:2: warning: variable 'object' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1227:2: warning: variable 'script' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1292:2: warning: variable 'object' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1293:2: warning: variable 'script' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1344:2: warning: variable 'object' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1345:2: warning: variable 'script' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1445:2: warning: variable 'object' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1446:2: warning: variable 'script' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1531:2: warning: variable 'object' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1532:2: warning: variable 'script' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1533:2: warning: variable 'icon' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1649:3: warning: variable 'bPlayerEquiped' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1683:8: warning: variable 'face' of type 'EERIE_FACE &' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1684:5: warning: variable 'n' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1800:4: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1822:4: warning: variable 'last' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1825:6: warning: variable 'waypoint' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1834:6: warning: variable 'waypoint' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1886:6: warning: variable 'vv' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1887:6: warning: variable 'f1' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1980:2: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1990:3: warning: variable 'invisibility' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:2013:5: warning: variable 'rotation' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:2014:5: warning: variable 't' of type 'TransformInfo' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:2139:2: warning: variable 'fallvector' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:2149:2: warning: variable 'origin' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:99:3: warning: variable 'infra' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:141:2: warning: variable 'p' of type 'Vec4f' (aka 'vec<4, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:146:2: warning: variable 'pos2d' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:149:3: warning: variable 'siz' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:150:3: warning: variable 'fMaxdist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:152:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:168:3: warning: variable 'fMaxdist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:228:3: warning: variable 'sub' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:352:2: warning: variable 'handle' of type 'LightHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:392:2: warning: variable 'threshold' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:470:2: warning: variable 'tileCenter' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:500:3: warning: variable 'dd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:508:5: warning: variable 'p' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:528:3: warning: variable 'to' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:529:3: warning: variable 'div' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:539:4: warning: variable 'col' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:569:3: warning: variable 'vLight' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:575:4: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:581:5: warning: variable 'p' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:598:2: warning: variable 'ir' of type 'u8' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:599:2: warning: variable 'ig' of type 'u8' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:600:2: warning: variable 'ib' of type 'u8' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:614:2: warning: variable 'nbvert' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:624:3: warning: variable 'c' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:639:4: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:643:5: warning: variable 'p' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:656:3: warning: variable 'ir' of type 'u8' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:657:3: warning: variable 'ig' of type 'u8' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:658:3: warning: variable 'ib' of type 'u8' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LinkedObject.cpp:82:2: warning: variable 'masterVertexIndex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LinkedObject.cpp:87:2: warning: variable 'masterVertexGroup' of type 'VertexGroupId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LinkedObject.cpp:92:2: warning: variable 'slaveVertexIndex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LinkedObject.cpp:209:3: warning: variable 'anchor' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LinkedObject.cpp:222:3: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:127:3: warning: variable 'pbox' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:201:2: warning: variable 'count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:234:2: warning: variable 'lightingFileName' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:292:3: warning: variable 'scene' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:326:4: warning: variable 'graphPos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:331:4: warning: variable 'classPath' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:344:2: warning: variable 'nb_lights' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:360:3: warning: variable 'fogIndex' of type 'FogHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:373:3: warning: variable 'max' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:378:3: warning: variable 'out' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:399:3: warning: variable 'ppos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:571:4: warning: variable 'nbvert' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Object.cpp:107:7: warning: variable 'index' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Object.cpp:144:2: warning: variable 'tex' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Object.cpp:243:7: warning: variable 'index' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Object.cpp:267:7: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Object.cpp:282:7: warning: variable 'i' of type 'VertexGroupId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Object.cpp:288:8: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Object.cpp:303:7: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Object.cpp:323:6: warning: variable 'group' of type 'VertexGroupId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Object.cpp:324:7: warning: variable 'vertex' of type 'VertexId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Object.cpp:347:2: warning: variable 'offset' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:145:3: warning: variable 'flags' of type 'BufferFlags' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:210:2: warning: variable 'count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:224:2: warning: variable 'count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:241:2: warning: variable 'dists' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:268:5: warning: variable 'room' of type 'RoomHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:293:7: warning: variable 'corner' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:396:2: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:415:2: warning: variable 'transparent' of type 'PolyType' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:421:2: warning: variable 'sceneHit' of type 'RaycastResult' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:426:2: warning: variable 'hit' of type 'EntityRaycastResult' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:448:6: warning: variable 'portalIndex' of type 'PortalHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:456:3: warning: variable 'nextRoom' of type 'RoomHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:461:3: warning: variable 'nextDist2' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:472:2: warning: variable 'cameraDirection' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:473:2: warning: variable 'direction' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:490:5: warning: variable 'slot' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:556:2: warning: variable 'center' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:565:7: warning: variable 'room' of type 'RoomHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:673:3: warning: variable 'off' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:753:3: warning: variable 'direction' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:775:8: warning: variable 'portalIndex' of type 'PortalHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:829:6: warning: variable 'room' of type 'RoomHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:973:2: warning: variable 'offset' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:975:2: warning: variable 'u' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:976:2: warning: variable 'v' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:984:2: warning: variable 'duration' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1004:2: warning: variable 'duration' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1036:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1047:3: warning: variable 'iNbVertex' of type 'unsigned short' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1106:2: warning: variable 'baseState' of type 'RenderState' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1117:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1124:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1155:3: warning: variable 'iNbVertex' of type 'unsigned short' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1172:5: warning: variable 'uv' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1246:3: warning: variable 'nrm' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1247:3: warning: variable 'to' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1315:5: warning: variable 'lr' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1317:5: warning: variable 'p' of type 'Vec4f' (aka 'vec<4, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1325:5: warning: variable 'norm' of type 'Vec3f &' (aka 'vec<3, float, glm::highp> &') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1326:5: warning: variable 'fb' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1351:4: warning: variable 'uvScroll' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1355:4: warning: variable 'uvScroll' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1383:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1419:3: warning: variable 'empty' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1431:7: warning: variable 'transType' of type 'BatchBucket' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1462:4: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1487:2: warning: variable 'fClippZFar' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1490:6: warning: variable 'portalIndex' of type 'PortalHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1500:7: warning: variable 'corner' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1501:4: warning: variable 'fDist0' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1514:3: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1515:3: warning: variable 'fRes' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1526:3: warning: variable 'Cull' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1528:3: warning: variable 'fd' of type 'EERIE_FRUSTRUM' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1569:7: warning: variable 'room' of type 'RoomHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1573:12: warning: variable 'room' of type 'RoomHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1577:6: warning: variable 'room' of type 'RoomHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1597:7: warning: variable 'room' of type 'RoomHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1618:3: warning: variable 'invisibility' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1637:7: warning: variable 'room' of type 'RoomHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Tiles.cpp:64:3: warning: variable 'bbcenter' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Tiles.cpp:74:5: warning: variable 'nbvert' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Tiles.h:95:4: warning: variable 'min' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Tiles.h:96:4: warning: variable 'max' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:160:3: warning: variable 'event' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:177:2: warning: variable 'name' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:213:2: warning: variable 'name' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:304:2: warning: variable 'num' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:366:2: warning: variable 'heartbeat_count' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:370:3: warning: variable 'i' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:382:3: warning: variable 'event' of type 'ScriptEventName' can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:434:4: warning: variable 'now' of type 'std::time_t' (aka 'long') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:435:4: warning: variable 'local_tm' of type 'std::tm' can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:483:2: warning: variable 'c' of type 'char' can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:490:5: warning: variable 'index' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:514:5: warning: variable 'index' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:537:5: warning: variable 'index' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:668:6: warning: variable 'yaw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:678:6: warning: variable 'yaw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:870:5: warning: variable 'zone' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:884:6: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:949:5: warning: variable 'id' of type 'SpellType' can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1180:5: warning: variable 'temp' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1182:5: warning: variable 'id' of type 'SpellType' can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1212:7: warning: variable 'playerRoom' of type 'RoomHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1220:7: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1221:7: warning: variable 'pos2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1267:5: warning: variable 'max' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1279:5: warning: variable 'temp' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1596:2: warning: variable 'num' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1603:3: warning: variable 'ret' of type 'ScriptResult' can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1619:2: warning: variable 'num' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1733:2: warning: variable 'targ' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1779:3: warning: variable 'now' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1780:3: warning: variable 'fire_time' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1792:5: warning: variable 'increment' of type 's64' (aka 'long') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1804:3: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptEvent.cpp:286:3: warning: variable 'word' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptEvent.cpp:398:2: warning: variable 'count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptUtils.cpp:95:2: warning: variable 'esdat' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptUtils.cpp:104:3: warning: variable 'c' of type 'char' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptUtils.cpp:130:2: warning: variable 'esdat' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptUtils.cpp:208:2: warning: variable 'esdat' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptUtils.cpp:247:2: warning: variable 'esdat' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptUtils.cpp:283:2: warning: variable 'word' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptUtils.cpp:321:2: warning: variable 'esdat' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptUtils.cpp:348:2: warning: variable 'targetpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptUtils.cpp:398:2: warning: variable 'oldpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptUtils.cpp:427:2: warning: variable 'i0' of type 'SuppressionsForPos::const_iterator' (aka '_Rb_tree_const_iterator>, std::set>, std::less>>, std::allocator>>>, std::less>>, std::allocator>, std::set>, std::less>>, std::allocator>>>>>>>>') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptUtils.cpp:432:2: warning: variable 'i1' of type 'SuppressionsForFile::const_iterator' (aka '_Rb_tree_const_iterator>, std::set>, std::less>>, std::allocator>>>>>') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:84:3: warning: variable 'pitch' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:85:3: warning: variable 'yaw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:86:3: warning: variable 'roll' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:127:3: warning: variable 'anim' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:131:3: warning: variable 'num' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:158:3: warning: variable 'angle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:208:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:227:3: warning: variable 'anim' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:243:3: warning: variable 'num' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:267:4: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:308:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:314:3: warning: variable 'anim' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:316:3: warning: variable 'file' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:326:3: warning: variable 'num' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:368:3: warning: variable 'dx' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:369:3: warning: variable 'dy' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:370:3: warning: variable 'dz' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:389:3: warning: variable 'type' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:429:3: warning: variable 'zone' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:456:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:461:3: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:507:3: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedCamera.cpp:73:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedCamera.cpp:102:3: warning: variable 'smoothing' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedCamera.cpp:122:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedCamera.cpp:128:3: warning: variable 'enable' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedCamera.cpp:147:3: warning: variable 'focal' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedCamera.cpp:166:3: warning: variable 'x' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedCamera.cpp:167:3: warning: variable 'y' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedCamera.cpp:168:3: warning: variable 'z' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedCamera.cpp:187:3: warning: variable 'inout' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedCamera.cpp:224:3: warning: variable 'intensity' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedCamera.cpp:225:3: warning: variable 'duration' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedCamera.cpp:226:3: warning: variable 'period' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:93:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:95:3: warning: variable 'power' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:130:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:139:3: warning: variable 'ambiance' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:169:3: warning: variable 'blocked' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:188:3: warning: variable 'slaveId' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:191:3: warning: variable 'slaveVertex' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:193:3: warning: variable 'masterId' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:196:3: warning: variable 'masterVertex' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:221:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:227:3: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:259:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:263:3: warning: variable 'group' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:300:3: warning: variable 'command' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:304:4: warning: variable 'ambiance' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:308:4: warning: variable 'ret' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:348:3: warning: variable 'slaveId' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:349:3: warning: variable 'masterId' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:76:3: warning: variable 'param' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:100:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:112:3: warning: variable 'sample' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:160:3: warning: variable 'sample' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:168:3: warning: variable 'num' of type 'audio::SourcedSample' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:189:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:196:3: warning: variable 'text' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:268:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:280:3: warning: variable 'command' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:333:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:357:3: warning: variable 'text' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:369:3: warning: variable 'data' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:389:6: warning: variable 'onspeechend' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:400:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:409:3: warning: variable 'text' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:415:3: warning: variable 'data' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:421:3: warning: variable 'command' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:423:3: warning: variable 'onspeechend' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:84:3: warning: variable 'object' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:99:3: warning: variable 'last_angle' of type 'Anglef' (aka 'Angle') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:117:3: warning: variable 'oldPos' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:118:3: warning: variable 'oldWeapon' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:119:3: warning: variable 'wasDragged' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:146:3: warning: variable 'reInsert' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:183:3: warning: variable 'choice' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:225:3: warning: variable 'type' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:232:4: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:247:5: warning: variable 'path' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:263:6: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:272:5: warning: variable 'path' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:325:3: warning: variable 'type' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:339:4: warning: variable 'fval' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:369:3: warning: variable 'slaveId' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:371:3: warning: variable 'vertex' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:396:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:417:3: warning: variable 'ab' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:430:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:453:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:457:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:460:3: warning: variable 'hide' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:504:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:509:5: warning: variable 'fangle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:523:5: warning: variable 'level' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:524:5: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:577:4: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:600:5: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:642:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:661:3: warning: variable 'destroyed' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:687:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:718:3: warning: variable 'type' of type 'DamageType' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:720:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:722:3: warning: variable 'damage' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:753:3: warning: variable 'damages' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:109:3: warning: variable 'enable' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:138:3: warning: variable 'enable' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:163:3: warning: variable 'trapvalue' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:186:3: warning: variable 'secretvalue' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:229:3: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:270:3: warning: variable 'interactivity' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:347:3: warning: variable 'enable' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:387:3: warning: variable 'trans' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:410:3: warning: variable 'r' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:411:3: warning: variable 'g' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:412:3: warning: variable 'b' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:450:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:497:3: warning: variable 'type' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:501:4: warning: variable 'oldskin' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:502:4: warning: variable 'newskin' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:511:4: warning: variable 'icon' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:574:3: warning: variable 'mesh' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:74:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:86:3: warning: variable 'command' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:135:3: warning: variable 'tpname' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:147:3: warning: variable 'text' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:251:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:255:3: warning: variable 'command' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:281:3: warning: variable 'message' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:340:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:346:4: warning: variable 'marker' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:354:4: warning: variable 'x' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:355:4: warning: variable 'y' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:356:4: warning: variable 'level' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:358:4: warning: variable 'marker' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:384:3: warning: variable 'symbol' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:386:3: warning: variable 'duration' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:186:4: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:236:5: warning: variable 'count' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:266:4: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:316:5: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:441:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:445:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:476:3: warning: variable 'draw' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:514:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:520:3: warning: variable 'weapon' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:73:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:76:3: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:97:3: warning: variable 'poisonous' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:98:3: warning: variable 'poisonous_count' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:123:3: warning: variable 'stealvalue' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:150:3: warning: variable 'lightvalue' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:173:3: warning: variable 'food_value' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:193:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:197:3: warning: variable 'type' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:220:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:229:3: warning: variable 'modifierName' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:236:3: warning: variable 'fval' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:262:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:266:3: warning: variable 'durability' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:288:3: warning: variable 'count' of type 'short' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:307:3: warning: variable 'count' of type 'short' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:326:3: warning: variable 'price' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:345:3: warning: variable 'size' of type 'short' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:97:3: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:102:4: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:149:3: warning: variable 'chance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:153:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:193:3: warning: variable 'event' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:216:3: warning: variable 'timer' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:261:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:295:5: warning: variable 'event' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:304:3: warning: variable 'parameters' of type 'ScriptParameters' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:314:3: warning: variable 'event' of type 'ScriptEventName' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:330:5: warning: variable '_pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:331:5: warning: variable '_pos2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:357:5: warning: variable '_pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:408:3: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:409:3: warning: variable 'enable' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:413:3: warning: variable 'mask' of type 'DisabledEvents' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:435:3: warning: variable 'c' of type 'char' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:617:4: warning: variable 'flag' of type 'ItemType' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:748:3: warning: variable 'left' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:750:3: warning: variable 'op' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:752:3: warning: variable 'right' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:762:3: warning: variable 't1' of type 'ValueType' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:763:3: warning: variable 't2' of type 'ValueType' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:819:2: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:824:2: warning: variable 'command' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:843:2: warning: variable 'count' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:844:2: warning: variable 'interval' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:854:2: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:74:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:83:3: warning: variable 'command' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:154:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:185:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:189:5: warning: variable 'spellname' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:190:5: warning: variable 'spellid' of type 'SpellType' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:229:3: warning: variable 'level' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:234:3: warning: variable 'spellname' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:235:3: warning: variable 'spellid' of type 'SpellType' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:237:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:276:3: warning: variable 'detectvalue' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:299:3: warning: variable 'r' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:300:3: warning: variable 'g' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:301:3: warning: variable 'b' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:320:3: warning: variable 'speed' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:339:3: warning: variable 'stare_factor' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:358:3: warning: variable 'stat' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:359:3: warning: variable 'value' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:403:3: warning: variable 'mode' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:434:3: warning: variable 'life' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:460:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:530:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:555:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:98:3: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:117:3: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:192:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:196:3: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:216:4: warning: variable 'it' of type 'Runes::const_iterator' (aka '_Rb_tree_const_iterator, std::allocator>, RuneFlag>>') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:242:3: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:262:3: warning: variable 'command' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:317:3: warning: variable 'enable' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:392:3: warning: variable 'type' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:414:4: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:425:4: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:501:3: warning: variable 'key' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:520:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:548:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:559:3: warning: variable 'level' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:561:3: warning: variable 'spellname' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:565:3: warning: variable 'spellid' of type 'SpellType' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:595:3: warning: variable 'fval' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:614:3: warning: variable 'enable' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:638:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:642:3: warning: variable 'enable' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:679:3: warning: variable 'enable' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedVariable.cpp:69:3: warning: variable 'val' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedVariable.cpp:151:3: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedVariable.cpp:173:5: warning: variable 'old' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedVariable.cpp:180:5: warning: variable 'old' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedVariable.cpp:223:3: warning: variable 'var' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/util/IteratedHash.h:93:4: warning: variable 'c' of type 'u8' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/util/IteratedHash.h:182:2: warning: variable 'old_count_lo' of type 'hash_word' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/util/IteratedHash.h:191:2: warning: variable 'num' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/util/IteratedHash.h:208:3: warning: variable 'leftOver' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/util/IteratedHash.h:270:2: warning: variable 'order' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/util/IteratedHash.h:272:2: warning: variable 'padSize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/util/IteratedHash.h:286:2: warning: variable 'old' of type 'std::ios_base::fmtflags' (aka 'std::_Ios_Fmtflags') can be declared 'const' [misc-const-correctness] +Arx/src/util/IteratedHash.h:287:2: warning: variable 'oldfill' of type 'char' can be declared 'const' [misc-const-correctness] +Arx/src/util/String.h:87:2: warning: variable 'pos' of type 'std::string_view::size_type' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/util/String.h:92:2: warning: variable 'pos' of type 'std::string_view::size_type' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/util/Unicode.h:219:2: warning: variable 'oend' of type 'std::string::iterator' (aka '__normal_iterator, std::allocator>>') can be declared 'const' [misc-const-correctness] +Arx/src/util/Unicode.h:248:2: warning: variable 'oend' of type 'std::string::iterator' (aka '__normal_iterator, std::allocator>>') can be declared 'const' [misc-const-correctness] +Arx/src/util/Unicode.h:330:2: warning: variable 'bytesToWrite' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/util/Unicode.h:414:2: warning: variable 'chr' of type 'Unicode' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/util/cmdline/CommandLine.cpp:33:2: warning: variable 'command' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/util/cmdline/Interpreter.h:248:3: warning: variable 'tmp' of type 'opname_size' can be declared 'const' [misc-const-correctness] +Arx/src/util/cmdline/Parser.cpp:82:5: warning: variable 'sep' of type 'std::string::size_type' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/util/cmdline/detail/Construct.h:78:2: warning: variable 'ret' of type 'optional, allocator>>' can be declared 'const' [misc-const-correctness] +Arx/src/util/cmdline/detail/Interpreter.h:178:2: warning: variable 'itStorage' of type 'typename storage_t::iterator' (aka '_Rb_tree_iterator, std::allocator>, util::cmdline::detail::interpreter, std::allocator>>, util::cmdline::type_cast>::ikey_t>>') can be declared 'const' [misc-const-correctness] +Arx/src/util/cmdline/detail/Interpreter.h:195:2: warning: variable 'primary_key' of type 'typename alt_name_t::const_iterator' (aka '_Rb_tree_const_iterator, std::allocator>, std::basic_string, std::allocator>>>') can be declared 'const' [misc-const-correctness] +Arx/src/util/cmdline/detail/Interpreter.h:201:2: warning: variable 'it' of type 'typename storage_t::const_iterator' (aka '_Rb_tree_const_iterator, std::allocator>, util::cmdline::detail::interpreter, std::allocator>>, util::cmdline::type_cast>::ikey_t>>') can be declared 'const' [misc-const-correctness] +Arx/src/window/SDL2Window.cpp:179:2: warning: variable 'environment' of type 'platform::EnvironmentLock' can be declared 'const' [misc-const-correctness] +Arx/src/window/SDL2Window.cpp:209:2: warning: variable 'ndisplays' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/window/SDL2Window.cpp:211:3: warning: variable 'modes' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/window/SDL2Window.cpp:254:2: warning: variable 'x' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/window/SDL2Window.cpp:259:3: warning: variable 'lastTry' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/window/SDL2Window.cpp:377:2: warning: variable 'autoRenderer' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/window/SDL2Window.cpp:379:2: warning: variable 'debugMode' of type 'gldebug::Mode' can be declared 'const' [misc-const-correctness] +Arx/src/window/SDL2Window.cpp:383:3: warning: variable 'first' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/window/SDL2Window.cpp:642:2: warning: variable 'wasFullscreen' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/window/SDL2Window.cpp:659:4: warning: variable 'display' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/window/SDL2Window.cpp:671:2: warning: variable 'flags' of type 'Uint32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/window/SDL2Window.cpp:701:2: warning: variable 'oldMode' of type 'DisplayMode' can be declared 'const' [misc-const-correctness] +Arx/src/window/SDL2Window.cpp:707:2: warning: variable 'display' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/window/SDL2Window.cpp:788:7: warning: variable 'newSize' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/window/SDL2Window.cpp:881:2: warning: variable 'setting' of type 'MinimizeSetting' can be declared 'const' [misc-const-correctness] +Arx/src/window/Window.cpp:71:2: warning: variable 'it' of type 'Listeners::iterator' (aka '__normal_iterator>>') can be declared 'const' [misc-const-correctness] +Arx/src/window/Window.cpp:79:3: warning: variable 'shouldClose' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/tests/TestMain.cpp:36:2: warning: variable 'result' of type 'CppUnit::TestResultCollector &' can be declared 'const' [misc-const-correctness] +Arx/tests/io/fs/FilePathTest.cpp:34:2: warning: variable 'path' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/tests/io/fs/FilePathTest.cpp:157:2: warning: variable 'message' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tests/io/fs/FilePathTest.cpp:159:2: warning: variable 'result' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/tests/io/fs/FilePathTest.cpp:248:2: warning: variable 'parent' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/tests/io/fs/FilesystemTest.cpp:42:2: warning: variable 'time' of type 'std::time_t' (aka 'long') can be declared 'const' [misc-const-correctness] +Arx/tests/io/fs/FilesystemTest.cpp:52:3: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tests/io/fs/FilesystemTest.cpp:54:3: warning: variable 'type' of type 'fs::FileType' can be declared 'const' [misc-const-correctness] +Arx/tests/io/fs/FilesystemTest.cpp:77:3: warning: variable 'it' of type 'Entries::iterator' (aka '_Rb_tree_iterator, std::allocator>, FilesystemTest::Entry>>') can be declared 'const' [misc-const-correctness] +Arx/tests/io/fs/FilesystemTest.cpp:98:3: warning: variable 'path' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/tests/io/fs/FilesystemTest.cpp:99:3: warning: variable 'type' of type 'fs::FileType' can be declared 'const' [misc-const-correctness] +Arx/tests/io/resource/ResourcePathTest.cpp:29:2: warning: variable 'path' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/tests/io/resource/ResourcePathTest.cpp:149:2: warning: variable 'message' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tests/io/resource/ResourcePathTest.cpp:151:2: warning: variable 'result' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/tests/io/resource/ResourcePathTest.cpp:206:2: warning: variable 'path' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/tests/io/resource/ResourcePathTest.cpp:208:2: warning: variable 'parent' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/tests/math/AssertionTraits.h:42:4: warning: variable 'a' of type 'glm::vec4' (aka 'vec<4, float, defaultp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/AssertionTraits.h:43:4: warning: variable 'b' of type 'glm::vec4' (aka 'vec<4, float, defaultp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:30:2: warning: variable 'rx' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:31:2: warning: variable 'ry' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:32:2: warning: variable 'rz' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:33:2: warning: variable 'rw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:44:2: warning: variable 'rev_quat' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:46:2: warning: variable 'x' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:47:2: warning: variable 'y' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:48:2: warning: variable 'z' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:50:2: warning: variable 'qx' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:51:2: warning: variable 'qy' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:52:2: warning: variable 'qz' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:53:2: warning: variable 'qw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:55:2: warning: variable 'rx' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:56:2: warning: variable 'ry' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:57:2: warning: variable 'rz' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:58:2: warning: variable 'rw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:75:2: warning: variable 'qw' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:176:2: warning: variable 'nxt' of type 'int[3]' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:199:3: warning: variable 'j' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:200:3: warning: variable 'k' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:239:2: warning: variable 'c' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:240:2: warning: variable 's' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:247:2: warning: variable 'c' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:248:2: warning: variable 's' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:255:2: warning: variable 'w' of type 'unsigned long' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMath.h:256:2: warning: variable 'h' of type 'unsigned long' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:120:3: warning: variable 'A' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:121:3: warning: variable 'B' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:127:3: warning: variable 'inverseB' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:131:3: warning: variable 'vecA' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:132:3: warning: variable 'vecB' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:139:3: warning: variable 'matrixB' of type 'glm::mat4x4' (aka 'mat<4, 4, float, defaultp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:148:2: warning: variable 'A' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:149:2: warning: variable 'B' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:176:3: warning: variable 'vecA' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:177:3: warning: variable 'vecB' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:184:3: warning: variable 'vecD' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:227:6: warning: variable 'angle' of type 'Anglef' (aka 'Angle') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:229:3: warning: variable 'q' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:231:3: warning: variable 'q2' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:233:3: warning: variable 'q3' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:235:3: warning: variable 'q4' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:256:3: warning: variable 'size' of type 'Vec2i' (aka 'vec<2, int, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:257:3: warning: variable 'expected' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:258:3: warning: variable 'oldResult' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:267:3: warning: variable 'angle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:268:3: warning: variable 'expected' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:269:3: warning: variable 'result' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:271:3: warning: variable 'result2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:281:3: warning: variable 'angle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:288:3: warning: variable 'result2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:294:3: warning: variable 'angle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:301:3: warning: variable 'result2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:310:3: warning: variable 'focal' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:312:3: warning: variable 'expected' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:313:3: warning: variable 'result' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:326:3: warning: variable 'v0' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:327:3: warning: variable 'v1' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:328:3: warning: variable 'v2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:329:3: warning: variable 'v3' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:332:4: warning: variable 'f' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:334:4: warning: variable 'res1' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:335:4: warning: variable 'res2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/tests/util/StringTest.cpp:128:2: warning: variable 'resultOk' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/tests/util/StringTest.cpp:142:2: warning: variable 'resultOk' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/CrashReporter.cpp:40:2: warning: variable 'app' of type 'QApplication' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/CrashReporter.cpp:43:2: warning: variable 'icon' of type 'QIcon' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:154:3: warning: variable 'ba' of type 'QByteArray' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:233:2: warning: variable 'charX' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:234:2: warning: variable 'posX' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:291:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:296:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:301:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:306:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:311:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:316:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:321:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:326:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:331:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:336:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:349:3: warning: variable 'key' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:398:4: warning: variable 'ba' of type 'QByteArray' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:479:2: warning: variable 'actPos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:491:2: warning: variable 'cPos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:507:3: warning: variable 'linePos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:523:2: warning: variable 'yPosStart' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:528:4: warning: variable 'address' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:535:2: warning: variable 'hexBa' of type 'QByteArray' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:536:2: warning: variable 'highLighted' of type 'QBrush' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:537:2: warning: variable 'colHighlighted' of type 'QPen' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:538:2: warning: variable 'selected' of type 'QBrush' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:539:2: warning: variable 'colSelected' of type 'QPen' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:540:2: warning: variable 'colStandard' of type 'QPen' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:550:4: warning: variable 'posBa' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:636:2: warning: variable 'x' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:659:3: warning: variable 'y' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/XByteArray.cpp:74:2: warning: variable 'length' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/XByteArray.cpp:75:2: warning: variable 'len' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/XByteArray.cpp:83:3: warning: variable 'test' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/XByteArray.cpp:132:2: warning: variable 'len' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/XByteArray.cpp:161:3: warning: variable 'adrStr' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/HTTPClientCURL.cpp:100:2: warning: variable 'res' of type 'CURLcode' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/HTTPClientCURL.cpp:144:4: warning: variable 'header' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:43:2: warning: variable 'data' of type 'QByteArray' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:175:2: warning: variable 'format' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:176:2: warning: variable 'url' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:197:2: warning: variable 'format' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:198:2: warning: variable 'url' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:221:2: warning: variable 'uuid' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:222:2: warning: variable 'boundaryRegular' of type 'QByteArray' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:223:2: warning: variable 'boundary' of type 'QByteArray' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:224:2: warning: variable 'boundaryLast' of type 'QByteArray' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:240:2: warning: variable 'contentType' of type 'QByteArray' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:242:2: warning: variable 'url' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:262:2: warning: variable 'url' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:265:2: warning: variable 'request' of type 'http::Request' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:284:3: warning: variable 'token' of type 'QXmlStreamReader::TokenType' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:313:2: warning: variable 'request' of type 'http::Request' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:321:2: warning: variable 'data' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:325:3: warning: variable 'posEnd' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/ui/ErrorReportDialog.cpp:43:2: warning: variable 'scaledPixmap' of type 'QPixmap' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/ui/ErrorReportDialog.cpp:142:4: warning: variable 'idx' of type 'QModelIndex' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/ui/ErrorReportDialog.cpp:192:2: warning: variable 'fileName' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/ui/ErrorReportDialog.cpp:193:2: warning: variable 'ext' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/ui/ErrorReportDialog.cpp:222:2: warning: variable 'textDescription' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/ui/ErrorReportDialog.cpp:237:3: warning: variable 'prefix' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/ui/ErrorReportDialog.cpp:241:3: warning: variable 'htmlLink' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ProfilerMain.cpp:30:2: warning: variable 'app' of type 'QApplication' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:73:2: warning: variable 'fileName' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:98:2: warning: variable 'minimumVersion' of type 'u32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:109:3: warning: variable 'chunkSize' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:122:5: warning: variable 'foo' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:126:5: warning: variable 'string' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:185:4: warning: variable 'transBefore' of type 'QTransform' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:277:4: warning: variable 'offset' of type 'qreal' (aka 'double') can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:291:4: warning: variable 'rect' of type 'QRectF' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:294:4: warning: variable 'text' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:352:2: warning: variable 'oldScenePos' of type 'QPointF' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:354:2: warning: variable 'scaleFactor' of type 'double' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:361:2: warning: variable 'offset' of type 'QPointF' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:367:2: warning: variable 'mousePos' of type 'QPoint' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:368:2: warning: variable 'zoomIn' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:410:3: warning: variable 'text' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:161:2: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:163:2: warning: variable 'fname' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:165:2: warning: variable 'dir' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:206:2: warning: variable 'savefile' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:219:3: warning: variable 'newIdent' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:278:2: warning: variable 'namestr' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:280:2: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:290:2: warning: variable 'lname' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:296:2: warning: variable 'it' of type 'Remap::const_iterator' (aka '_Rb_tree_const_iterator, std::allocator>, long>>') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:301:2: warning: variable 'newIdent' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:375:2: warning: variable 'asi' of type 'ARX_CHANGELEVEL_INDEX &' can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:386:3: warning: variable 'ident' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:387:3: warning: variable 'it' of type 'Remap::const_iterator' (aka '_Rb_tree_const_iterator, std::allocator>, long>>') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveRename.cpp:48:3: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveRename.cpp:103:2: warning: variable 'oldName' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveRename.cpp:104:2: warning: variable 'newName' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveTool.cpp:59:2: warning: variable 'files' of type 'std::vector' (aka 'vector>') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveTool.cpp:61:6: warning: variable 'file' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveTool.cpp:90:6: warning: variable 'file' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveTool.cpp:98:3: warning: variable 'name' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveTool.cpp:136:3: warning: variable 'command' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:475:5: warning: variable 'value' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:497:3: warning: variable 'anim' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:627:2: warning: variable 'locname' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:629:3: warning: variable 'name' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:651:4: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:686:2: warning: variable 'i' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:703:2: warning: variable 'major' of type 'u16' (aka 'unsigned short') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:704:2: warning: variable 'minor' of type 'u16' (aka 'unsigned short') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:705:2: warning: variable 'patch' of type 'u16' (aka 'unsigned short') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:706:2: warning: variable 'build' of type 'u16' (aka 'unsigned short') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:722:2: warning: variable 'name' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:736:3: warning: variable 'time' of type 'std::time_t' (aka 'long') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:767:2: warning: variable 'engine' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:850:2: warning: variable 'teleportToLevel' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:853:2: warning: variable 'teleportToPosition' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:886:2: warning: variable 'inzone' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:993:4: warning: variable 'quest' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1006:4: warning: variable 'key' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1021:4: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1117:4: warning: variable 'controller' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1225:2: warning: variable 'locname' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1300:2: warning: variable 'mainevent' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1306:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1380:2: warning: variable 'stepmat' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1383:2: warning: variable 'armormat' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1386:2: warning: variable 'weaponmat' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1389:2: warning: variable 'strikespeech' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1393:2: warning: variable 'shop' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1406:2: warning: variable 'invskin' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1448:2: warning: variable 'pathname' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1583:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1602:2: warning: variable 'npcflags' of type 'NPCFlags' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1633:2: warning: variable 'c' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1803:2: warning: variable 'param1' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1808:2: warning: variable 'param2' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:2001:2: warning: variable 'name' of type 'std::string_view' (aka 'basic_string_view') can be declared 'const' [misc-const-correctness] +Arx/tools/unpak/UnPak.cpp:58:3: warning: variable 'dirpath' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/tools/unpak/UnPak.cpp:70:4: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/unpak/UnPak.cpp:74:4: warning: variable 'path' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/tools/unpak/UnPak.cpp:84:6: warning: variable 'filepath' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/tools/unpak/UnPak.cpp:114:4: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/unpak/UnPak.cpp:118:4: warning: variable 'path' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/tools/unpak/UnPak.cpp:138:2: warning: variable 'release' of type 'PakReader::ReleaseFlags' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/tools/unpak/UnPak.cpp:266:4: warning: variable 'type' of type 'fs::FileType' can be declared 'const' [misc-const-correctness]