+Arx/src/ai/PathFinder.cpp:164:17: warning: variable 'entry' of type 'NodeList::value_type &' (aka 'pair &') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:215:3: warning: variable 'nid' of type 'NodeId' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:227:17: warning: variable 'cid' of type 'NodeId' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:246:4: warning: variable 'remaining' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:279:3: warning: variable 'nid' of type 'NodeId' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:291:17: warning: variable 'cid' of type 'NodeId' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:332:2: warning: variable 's' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:336:2: warning: variable 'step_c' of type 'unsigned int' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:342:3: warning: variable 'nb' of type 'unsigned int' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:346:5: warning: variable 'r' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:351:5: warning: variable 'nid' of type 'NodeId' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:379:3: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:397:2: warning: variable 's' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:399:2: warning: variable 'to' of type 'NodeId' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:403:2: warning: variable 'step_c' of type 'unsigned long' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:406: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:408:3: warning: variable 'next' of type 'NodeId' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:427:2: warning: variable 's' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinder.cpp:451:3: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinderManager.cpp:90:3: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinderManager.cpp:97:3: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinderManager.cpp:112:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinderManager.cpp:141:3: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinderManager.cpp:149:3: warning: variable 'request' of type 'PATHFINDER_REQUEST' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinderManager.cpp:177:3: warning: variable 'stealth' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinderManager.cpp:190:4: warning: variable 'safeDistance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/ai/PathFinderManager.cpp:195:4: warning: variable 'radius' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/ai/Paths.cpp:157:3: warning: variable 't' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/ai/Paths.cpp:173:3: warning: variable 't' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/ai/Paths.cpp:192:2: warning: variable 'f' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/ai/Paths.cpp:341: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:373:3: warning: variable 'bezier' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/ai/Paths.cpp:379:3: warning: variable 'delta' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/ai/Paths.cpp:386:3: warning: variable 'rel' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:106:4: warning: variable 'r' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:174:16: warning: variable 'frame' of type 'EERIE_FRAME &' can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:261:2: warning: variable 'keyFrames' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:262:2: warning: variable 'groupCount' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:356:3: warning: variable 'num_sample' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:393:5: warning: variable 'tot' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:416:5: warning: variable 'tot' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:440:4: warning: variable 'group' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:548:2: warning: variable 'idx' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:577:2: warning: variable 'animTime' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:614:3: warning: variable 'tcf' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:615:3: warning: variable 'tnf' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/animation/Animation.cpp:623:4: warning: variable 'pour' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:118:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:119:2: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:133:3: warning: variable 'biasResetVal' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:151:2: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:157:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:164:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:171:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:178:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:312:6: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:317:6: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:327:7: warning: variable 'rgb' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:332:8: warning: variable 'splatSphere' of type 'Sphere' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:383: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:389:3: warning: variable 'qt1' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:390: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:395:4: warning: variable 'vertIndex' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:474:3: warning: variable 'tile' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:504:4: warning: variable 'vertexIndex' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:505:4: warning: variable 'position' of type 'Vec3f &' (aka 'vec<3, float, glm::highp> &') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:506: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:536: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:566: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:567: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:572: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:586:2: warning: variable 'mdist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:596: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:597:3: warning: variable 'power' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:635:4: warning: variable 'wave' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:636:4: warning: variable 'siz' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:644: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:645: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:646: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:689:2: warning: variable 'useFaceNormal' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:717: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:718:4: warning: variable 'diffuse' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:743:5: warning: variable 'lr' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:749: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:751:5: warning: variable 'fb' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:771:4: warning: variable 'halo' of type 'IO_HALO &' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:863: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:910:3: warning: variable 'tttz' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:911:3: warning: variable 'power' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:949:4: warning: variable 'wave' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:961: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:962: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:963: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:1039:4: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1196: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:1248:3: warning: variable 'l' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1317:4: warning: variable 'parentIndex' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1318:4: warning: variable 'parent' of type 'Bone &' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1374: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:1378:4: warning: variable 'index' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1380:4: warning: variable 'inVert' of type 'Vec3f &' (aka 'vec<3, float, glm::highp> &') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1396:2: warning: variable 'isNpc' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1427:4: warning: variable 'i' of type 'ObjVertGroup' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1429:5: warning: variable 'boneIndex' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1439:3: warning: variable 'boneIndex' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1462: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:1486:3: warning: variable 'tim' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1504:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/animation/AnimationRender.cpp:1538:2: warning: variable 'isFightingNpc' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Ambiance.cpp:243:4: warning: variable 'sid' of type 'SampleHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Ambiance.cpp:322:3: warning: variable 'sourceHandle' of type 'SampleHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Ambiance.cpp:337:4: warning: variable 'toqueue' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Ambiance.cpp:535:5: warning: variable 'error' of type 'aalError' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Ambiance.cpp:539:2: warning: variable 'path' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Ambiance.cpp:557:6: warning: variable 'error' of type 'aalError' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Ambiance.cpp:621:2: warning: variable 'file' of type 'boost::scoped_ptr' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Ambiance.cpp:646:6: warning: variable 'error' of type 'aalError' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Ambiance.cpp:801:2: warning: variable 'interval' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:78:2: warning: variable 'autoBackend' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:82: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 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:178:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:185:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:192:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:199:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:206:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:213:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:222:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:235:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:254:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:272:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:290:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:306:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:317:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:327:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:335:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:349:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:365:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:374:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:383:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:391:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:406:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:421:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:434:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:447:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:462:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:474:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:486:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:502:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:517:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:533:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:547:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:573:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:586:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:606:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:621:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:647:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:661:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/Audio.cpp:697:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/AudioResource.h:160:2: warning: variable 'i' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/audio/AudioResource.h:191: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:125: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:126: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:6: warning: variable 'error' of type 'aalError' can be declared 'const' [misc-const-correctness] +Arx/src/audio/codec/ADPCM.cpp:151:2: warning: variable 'old_delta' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/codec/ADPCM.cpp:164:2: warning: variable 'predict' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/codec/ADPCM.cpp:199:7: warning: variable 'error' of type 'aalError' can be declared 'const' [misc-const-correctness] +Arx/src/audio/codec/WAV.cpp:243:5: warning: variable 'error' of type 'aalError' can be declared 'const' [misc-const-correctness] +Arx/src/audio/codec/WAV.cpp:301:2: warning: variable 'count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/audio/codec/WAV.cpp:303:5: warning: variable 'error' of type 'aalError' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:91:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:207:2: warning: variable 'lock' of type 'platform::EnvironmentLock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:211:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:223:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:248:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:273:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:330:2: warning: variable 'hasDetailedDevices' of type 'ALCboolean' (aka 'char') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:368:2: warning: variable 'hasDetailedDevices' of type 'ALCboolean' (aka 'char') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:406:2: warning: variable 'index' of type 'SourceHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:408:2: warning: variable 'id' of type 'SourcedSample' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:427:2: warning: variable 'index' of type 'SourceHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:434:2: warning: variable 'sample' of type 'SampleHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:466:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:481:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:505:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:511:2: warning: variable 'speedOfSoundInUnits' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:518:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:540:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:556:3: 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 'alROOM_ROLLOFF_FACTOR' 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 'rawROOM_ROLLOFF_FACTOR' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:616:2: warning: variable 'alDENSITY' 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 'rawDENSITY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:617:2: warning: variable 'alGAIN' 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 'rawGAIN' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:618:2: warning: variable 'alGAINHF' 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 'rawGAINHF' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:619:2: warning: variable 'alDIFFUSION' 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 'rawDIFFUSION' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:620:2: warning: variable 'alAIR_ABSORPTION_GAINHF' 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 'rawAIR_ABSORPTION_GAINHF' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:621:2: warning: variable 'alREFLECTIONS_GAIN' 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 'rawREFLECTIONS_GAIN' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:622:2: warning: variable 'alREFLECTIONS_DELAY' 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 'rawREFLECTIONS_DELAY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:623:2: warning: variable 'alLATE_REVERB_GAIN' 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 'rawLATE_REVERB_GAIN' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:624:2: warning: variable 'alLATE_REVERB_DELAY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:624:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:624:2: warning: variable 'rawLATE_REVERB_DELAY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:625:2: warning: variable 'alDECAY_TIME' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:625:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:625:2: warning: variable 'rawDECAY_TIME' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:626:2: warning: variable 'alDECAY_HFRATIO' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:626:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:626:2: warning: variable 'rawDECAY_HFRATIO' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:674:2: warning: variable 'lock' of type 'platform::EnvironmentLock' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALBackend.cpp:678: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:119:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:123:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:136:5: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:149:5: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:199:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:214:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:217:6: warning: variable 'error' of type 'aalError' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:228:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:267:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:270:6: warning: variable 'error' of type 'aalError' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:276:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:293:2: warning: variable 'nbsamples' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:307:2: warning: variable 'left' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:362:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:384:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:398:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:417:2: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:418: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:420:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:440:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:460:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:475:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:492:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:505:6: warning: variable 'error' of type 'aalError' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:511:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:512:3: warning: variable 'nbuffers' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:516:4: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:535:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:543:5: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:598:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:622:3: warning: variable 'v' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:639:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:644:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:647:2: warning: variable 'maxbuffers' of type 'ALint' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:653:2: warning: variable 'oldLoadCount' of type 'unsigned int' can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:655:2: warning: variable 'oldTime' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:661:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:683:5: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:689:5: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:694:4: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:707:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:720:4: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:732:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:751:3: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/audio/openal/OpenALSource.cpp:777:2: warning: variable 'error' of type 'ALenum' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:155:2: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:185:2: warning: variable 'LocalSin' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:186:2: warning: variable 'LocalCos' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:195: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:207: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:220:2: warning: variable 'fadeEdges' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:224:3: warning: variable 'fade_witdh' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:246: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:249: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:284:2: warning: variable 'resized' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:301:3: warning: variable 'w' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:305:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:306:2: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:359:2: warning: variable 'FDIFF' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:472:3: warning: variable 'x' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/Cinematic.cpp:473:3: warning: variable 'c' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicController.cpp:103: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:256:2: warning: variable 'fFOV' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicKeyframer.cpp:257:2: warning: variable 'k' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicKeyframer.cpp:337:2: warning: variable 'unmoinsalight' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicKeyframer.cpp:526:3: warning: variable 'k' of type 'CinematicKeyframe &' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicKeyframer.cpp:527:3: warning: variable 'next' of type 'CinematicKeyframe &' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicLoad.cpp:71:2: warning: variable 'copy' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicLoad.cpp:73:2: warning: variable 'abs_dir' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicLoad.cpp:92:2: warning: variable 'sfx_pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicLoad.cpp:100:3: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicLoad.cpp:122:2: warning: variable 'ret' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicLoad.cpp:186: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:69:2: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:92: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:121:4: warning: variable 'w2' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:130: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:131: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:132: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:133: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:159: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:223:16: warning: variable 'mat' of type 'C_INDEXED &' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:231:2: warning: variable 'matIdx' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:237:2: warning: variable 'du' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:238:2: warning: variable 'dv' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:296: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:299:4: warning: variable 'dx' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:300:4: warning: variable 'dy' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:324:2: warning: variable 'matIdx' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/cinematic/CinematicTexture.cpp:327:2: warning: variable 'deb' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:260:2: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:261:2: warning: variable 'lowercase' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:267:3: warning: variable 'dst' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:303:3: warning: variable 'file' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:319:2: warning: variable 'configFile' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:331:3: warning: variable 'oldConfigFile' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:481:2: warning: variable 'init' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:492:2: warning: variable 'init' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:502:2: warning: variable 'init' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:668:3: warning: variable 'elapsed' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:694:3: warning: variable 'elapsed' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:844:2: warning: variable 'release' of type 'PakReader::ReleaseFlags' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:863:2: warning: variable 'old' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1151:3: warning: variable 'now' of type 'PlatformInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1153:3: warning: variable 'lastDuration' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1167:3: warning: variable 'targetDuration' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1169:3: warning: variable 'min' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1276:2: warning: variable 'layer1' of type 'AnimLayer &' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1318:3: warning: variable 'id' of type 'ActionPoint' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1323:4: warning: variable 'viewGroup' of type 'ObjVertGroup' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1347:4: warning: variable 'len' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1387:3: warning: variable 'itime' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1407:6: warning: variable 'alpha' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1408:6: warning: variable 'beta' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1409:6: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1410:6: warning: variable 'targetpos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1434:7: warning: variable 'vect' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1437:7: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1439:7: warning: variable '_dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1440:7: warning: variable 'tfrom' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1441:7: warning: variable 'tto' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1442:7: warning: variable 'targetpos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1472:7: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1476:7: warning: variable 'vect3' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1509:3: warning: variable 'mdist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1511:3: warning: variable 'startDistance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1513:3: warning: variable 'startTime' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1514:3: warning: variable 'endTime' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1516:3: warning: variable 'DeadCameraDistance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1518:3: warning: variable 'id' of type 'ActionPoint' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1519: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:1521:3: warning: variable 'id2' of type 'ActionPoint' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1522: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:1737:4: warning: variable 'framedelay' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1774: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:1842:4: warning: variable 'duration' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1895:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1923:3: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:1951:3: warning: variable 'SHOWLEVEL' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:2105:2: warning: variable 'fogEnd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:2106:2: warning: variable 'fogStart' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/ArxGame.cpp:2114:2: warning: variable 'size' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/core/Benchmark.cpp:115:2: warning: variable 'time' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Benchmark.cpp:116:2: warning: variable 'tmin' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Benchmark.cpp:117:2: warning: variable 'tmax' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Benchmark.cpp:118:2: warning: variable 'average' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Benchmark.cpp:119:2: warning: variable 'framerate' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Benchmark.cpp:120:2: warning: variable 'minrate' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Benchmark.cpp:121:2: warning: variable 'maxrate' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Benchmark.cpp:185:2: warning: variable 'now' of type 'PlatformInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/core/Benchmark.cpp:292:3: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/core/Benchmark.cpp:295:4: warning: variable 'unit' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:346:2: warning: variable 'v1' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:349:2: warning: variable 'v2' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:358:3: warning: variable 'id' of type 'InputKeyId' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:586:2: warning: variable 'loaded' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:602:2: warning: variable 'resolution' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:613:2: warning: variable 'vsync' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:615:2: warning: variable 'fpsLimit' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:617:2: warning: variable 'fov' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:622:2: warning: variable 'anisoFiltering' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:625:2: warning: variable 'alphaCutoutAA' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:632:2: warning: variable 'oldCrosshair' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:635:2: warning: variable 'cinematicMode' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:637:2: warning: variable 'hudScale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:640:2: warning: variable 'bookScale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:643:2: warning: variable 'cursorScale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:646:2: warning: variable 'fontSize' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:648:2: warning: variable 'fontWeight' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:650:2: warning: variable 'hudScaleFilter' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:652:2: warning: variable 'thumbnailSize' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:656:2: warning: variable 'windowSize' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:669:2: warning: variable 'hrtf' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:675:2: warning: variable 'autoReadyWeapon' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/Config.cpp:685:2: warning: variable 'quickLevelTransition' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:422:2: warning: variable 't' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:491:2: warning: variable 'equiped' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:516:2: warning: variable 'weapontype' of type 'WeaponType' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:572:9: warning: variable 'dmgs' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:582:10: warning: variable 'now' of type 'PlatformInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:795:7: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:807:7: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:825:6: warning: variable 'leftAttach' of type 'ObjVertGroup' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:837:6: warning: variable 'ignored' of type 'PolyType' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:838:6: warning: variable 'flags' of type 'RaycastFlags' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:840:9: warning: variable 'result' of type 'RaycastResult' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:843:9: warning: variable 'result' of type 'EntityRaycastResult' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:847:6: warning: variable 'desired' of type 'Anglef' (aka 'Angle') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:848:6: warning: variable 'actual' of type 'Anglef' (aka 'Angle') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:850:6: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:851:6: warning: variable 'dpitch' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:852:6: warning: variable 'dyaw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:890:5: warning: variable 'aimratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:901:5: warning: variable 'group' of type 'ObjVertGroup' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:909: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:910: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:914:5: warning: variable 'velocity' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:916: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:919:5: warning: variable 'gravity' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:921:5: warning: variable 'wd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:924:5: warning: variable 'damages' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:932: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:985:3: warning: variable 'weapontype' of type 'WeaponType' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:1150:3: warning: variable 'mod' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/core/Core.cpp:1151: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:57:2: warning: variable 'currentTime' of type 'PlatformInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:69:16: warning: variable 'locale' of type 'std::string &' (aka 'basic_string &') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:98:5: warning: variable 'it' of type 'Languages::const_iterator' (aka '_Rb_tree_const_iterator, Language>>') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:144:2: warning: variable 'english' of type 'Languages::iterator' (aka '_Rb_tree_iterator, Language>>') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:203:2: warning: variable 'text' of type 'Languages::iterator' (aka '_Rb_tree_iterator, Language>>') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:210:2: warning: variable 'english' of type 'Languages::iterator' (aka '_Rb_tree_iterator, Language>>') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:309:3: warning: variable 'length' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:310:3: warning: variable 'id' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:355:3: warning: variable 'filename' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/core/Localisation.cpp:372: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:153: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:214:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:223:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:283:2: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:287:3: warning: variable 'power' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:363:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:453:3: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:463:2: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:483:2: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:757:2: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:873:5: warning: variable 'xp' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:904:2: warning: variable 'now' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:914:2: warning: variable 'num' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:916:2: warning: variable 'vertPos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:977:2: warning: variable 'validsource' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:978:2: warning: variable 'divradius' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1004:6: warning: variable 'sub' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1006:6: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1009:7: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1173:2: warning: variable 'nbv' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1296:2: warning: variable 'rad' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1297:2: warning: variable 'validsource' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1325:7: warning: variable 'posi' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1327:7: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1338:4: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1427:3: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1428:3: warning: variable 'to_restore' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1432:4: warning: variable 'mloss' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1446:4: warning: variable 'mloss' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1513:2: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Damage.cpp:1531:3: warning: variable 'd' of type 'DAMAGE_INFO &' can be declared 'const' [misc-const-correctness] +Arx/src/game/EntityId.cpp:46:3: warning: variable 'sep' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/EntityId.cpp:74:4: warning: variable 'c' of type 'char' can be declared 'const' [misc-const-correctness] +Arx/src/game/EntityId.cpp:75: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:76:4: warning: variable 'w' of type 'std::streamsize' (aka 'long') can be declared 'const' [misc-const-correctness] +Arx/src/game/EntityManager.cpp:67:3: warning: variable 'i' of type 'Impl::Index::const_iterator' (aka 'c_iterator, Entity *>, void *>, boost::unordered::detail::bucket, Entity *>, void *>, void *>>') can be declared 'const' [misc-const-correctness] +Arx/src/game/EntityManager.cpp:142:2: warning: variable 'handle' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/EntityManager.cpp:154:2: warning: variable 'check' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/game/EntityManager.cpp:159:4: warning: variable 'id' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/game/EntityManager.cpp:182:2: warning: variable 'i' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:123:2: warning: variable 'c' of type 'char' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:182:3: warning: variable 'mesh' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:190:2: warning: variable 'file' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:193:2: warning: variable 'mapidx' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:427:2: warning: variable 'type' of type 'WeaponType' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:475:2: warning: variable '_wmat' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:478:2: warning: variable '_amat' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:558:4: warning: variable 'modif' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:580: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:581:2: warning: variable 'power' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:585:2: warning: variable 'chance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:649:2: warning: variable 'source' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:650:2: warning: variable 'weapon' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:654:2: warning: variable 'drain_life' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:655:2: warning: variable 'paralyse' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:659:3: warning: variable 'rad' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:696:7: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:705:6: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:706:6: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:731:9: warning: variable 'ptime' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:752:8: warning: variable 'vertPos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:754:8: warning: variable 'power' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:825:8: warning: variable '_weapon_material' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:849:6: warning: variable '_weapon_material' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:877:2: warning: variable 'type' of type 'WeaponType' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:927:2: warning: variable 'validid' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:1017:2: warning: variable 'flag' of type 'ItemType' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:1083:5: warning: variable 'isRelative' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:1100:2: warning: variable 'modabs' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Equipment.cpp:1101:2: warning: variable 'modrel' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:158:2: warning: variable 'limit' of type 'Sphere' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:159: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:160:2: warning: variable 'result' of type 'EntityDragResult' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:170: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:296:3: warning: variable 'sizea' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:297:3: warning: variable 'sizeb' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:301:3: warning: variable 'locname' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:305:3: warning: variable 'name' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:411:3: warning: variable 'end' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:425:3: warning: variable 'diff' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:429:4: warning: variable 'xfirst' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:430:4: warning: variable 'x' of type 'Pos::index_type' (aka 'unsigned short') can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:431:4: warning: variable 'y' of type 'Pos::index_type' (aka 'unsigned short') can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:613:7: warning: variable 'newPos' of type 'Pos' (aka 'InventoryPos') can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:643:7: warning: variable 'newPos' of type 'Pos' (aka 'InventoryPos') can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:681:6: warning: variable 'slot' of type 'INVENTORY_SLOT &' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:721:7: warning: variable 'slot' of type 'INVENTORY_SLOT &' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:754:3: warning: variable 'pos' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:807:3: warning: variable 'slot' of type 'INVENTORY_SLOT &' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:946:3: warning: variable 'pos' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:978:3: warning: variable 'pos' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:1008:3: warning: variable 'slot' of type 'INVENTORY_SLOT &' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:1045:3: warning: variable 'slot' of type 'INVENTORY_SLOT &' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:1076:2: warning: variable 'remainingSpace' of type 'short' can be declared 'const' [misc-const-correctness] +Arx/src/game/Inventory.cpp:1077:2: warning: variable 'count' of type 'short' can be declared 'const' [misc-const-correctness] +Arx/src/game/Missile.cpp:146:2: warning: variable 'i' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/Missile.cpp:193:2: warning: variable 'now' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Missile.cpp:199:3: warning: variable 'framediff3' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Missile.cpp:210:5: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Missile.cpp:217:5: warning: variable 'orgn' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Missile.cpp:228:6: warning: variable 'ray' of type 'RaycastResult' can be declared 'const' [misc-const-correctness] +Arx/src/game/Missile.cpp:235:7: warning: variable 'tro' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/Missile.cpp:236:7: warning: variable 'ici' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:155: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:156: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:157: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:158: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:167:2: warning: variable 'i' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:186:3: warning: variable 'dist_limit' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:191:4: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:201:3: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:417:2: warning: variable 'dists' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:437:4: warning: variable 'v' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:444:3: warning: variable 'average' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:450:3: warning: variable 'pos' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:486:4: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:501:2: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:603:2: warning: variable 'old_target' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:640: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:777:2: warning: variable 'cp' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:784:3: warning: variable 'dmg' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:786:4: warning: variable 'xp' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:811: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:885:5: warning: variable 'it' of type 'std::vector::iterator' (aka '__normal_iterator>>') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:900:5: warning: variable 'dmg' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1019: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:1025:2: warning: variable 'tangle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1026:2: warning: variable 'cangle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1028:2: warning: variable 'tt' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1077: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:1086:2: warning: variable 'alpha' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1087:2: warning: variable 'beta' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1088:2: warning: variable 'pouet' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1089:2: warning: variable 'A' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1090:2: warning: variable 'B' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1173:2: warning: variable 'layer1' of type 'AnimLayer &' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1174:2: warning: variable 'weapontype' of type 'WeaponType' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1256:2: warning: variable 'layer1' of type 'AnimLayer &' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1354:2: warning: variable 'layer0' of type 'AnimLayer &' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1358:4: warning: variable 'startAtBeginning' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1377: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:1378: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:1385:2: warning: variable 'res' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1396:2: warning: variable 'layer' of type 'AnimLayer &' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1412:2: warning: variable 'layer0' of type 'AnimLayer &' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1436:3: warning: variable 'r' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1452:3: warning: variable 'r' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1466:3: warning: variable 'r' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1515:4: warning: variable 'j' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1521:4: warning: variable 'start' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1522:4: warning: variable 'cycle' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1523:4: warning: variable 'strike' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1533:5: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1534:5: warning: variable 'aimtime' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1550:6: warning: variable 'ctime' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1551:6: warning: variable 'animtime' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1574:3: warning: variable 'ready' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1579:4: warning: variable 'part1' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1580:4: warning: variable 'part2' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1594:4: warning: variable 'part1' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1595:4: warning: variable 'part2' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1615:5: warning: variable 'j' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1621:5: warning: variable 'start' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1622:5: warning: variable 'cycle' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1623:5: warning: variable 'strike' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1632:6: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1633:6: warning: variable 'aimtime' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1654:7: warning: variable 'ctime' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1655:7: warning: variable 'animtime' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1684:2: warning: variable 'v' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1835:6: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1865:4: warning: variable 'startAtBeginning' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1883:4: warning: variable 'startAtBeginning' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1914:3: warning: variable 'startAtBeginning' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:1973:4: warning: variable 'startAtBeginning' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2003:3: warning: variable 'startAtBeginning' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2055:3: warning: variable 'dd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2074:3: warning: variable 'anything' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2146:4: warning: variable 'p' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2147:4: warning: variable 't' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2149:5: warning: variable 'anchor' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2150:5: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2231:6: warning: variable 'startAtBeginning' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2371:2: warning: variable 'lMax' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2393:5: warning: variable 'num' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2495:3: warning: variable 'dist_io' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2509:3: warning: variable 'ab' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2513:4: warning: variable 'grp' of type 'ObjVertHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2523:4: warning: variable 'grp' of type 'ObjVertHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2543:4: warning: variable 'grnd_color' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2589:2: warning: variable 'ds' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2602:3: warning: variable 'playerRoom' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2604:3: warning: variable 'fdist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2615:4: warning: variable 'grp' of type 'ObjVertHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2616: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:2617: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:2622:4: warning: variable 'ab' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2656:2: warning: variable '_step_material' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2704:2: warning: variable 'Source_Room' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2726:6: warning: variable 'fdist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2752:2: warning: variable 'addParticles' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2787:4: warning: variable 'p' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2788:4: warning: variable 'positions' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2820:4: warning: variable 'v' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2865:5: warning: variable 'pos' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2876:5: warning: variable 'pos' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/NPC.cpp:2896:3: warning: variable 'wp' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:438:2: warning: variable 'fFullAimTime' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:439:2: warning: variable 'fCalcHandicap' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:457:3: warning: variable 'armor' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:462:3: warning: variable 'bless' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:583:2: warning: variable 'attributeBase' of type 'PlayerAttribute' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:658:2: warning: variable 'miscBase' of type 'PlayerMisc' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:815:2: warning: variable 'old_skin' of type 'unsigned char' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:820:3: warning: variable 'rn' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:838:3: warning: variable 'rn' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:959:3: warning: variable 'Framedelay' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:963:3: warning: variable 'inc' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:966:4: warning: variable 'inc_hunger' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1006:5: warning: variable 'cp' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1012:6: warning: variable 'dmg' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1248:2: warning: variable 'now' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1255:3: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1294:3: warning: variable 'old' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1297:3: warning: variable 'anything' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1311:2: warning: variable 'layer1' of type 'AnimLayer &' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1636:2: warning: variable 'id' of type 'ActionPoint' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1637: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:1639:2: warning: variable 'targetId' of type 'ActionPoint' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1737:4: warning: variable 'skill_stealth' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1742: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:1769:2: warning: variable 'tmp' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1781:3: warning: variable 'anything' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1801:2: warning: variable 'grnd_color' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1821:5: warning: variable 'old' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1824:5: warning: variable 'anything' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1841:5: warning: variable 't' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1867:5: warning: variable 'old' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1870:5: warning: variable 'anything' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1921:3: warning: variable 'cyl' of type 'Cylinder' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1923:3: warning: variable 'anything2' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1951:5: warning: variable 'fh' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1953:6: warning: variable 'dmg' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:1973:3: warning: variable 'diff' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:2005: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:2006:6: warning: variable 'time' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:2049:6: warning: variable 'mul' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:2055: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:2145:4: warning: variable 'position' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:2147:4: warning: variable 'p' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:2154:3: warning: variable 'PLAYER_CYLINDER_STEP' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:2169:6: warning: variable 'fh' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:2171:7: warning: variable 'dmg' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:2229:4: warning: variable 'mul' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:2312:2: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Player.cpp:2319:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/game/Spells.cpp:413:2: warning: variable 'source' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Spells.cpp:438:2: warning: variable 'source' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Spells.cpp:452:2: warning: variable 'source' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Spells.cpp:555:5: warning: variable 'now' of type 'PlatformInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/game/Spells.cpp:686:4: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/Spells.cpp:982: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:69:2: warning: variable 'idx' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/Precast.cpp:75:2: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/Precast.cpp:90:2: warning: variable 'cost' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:72:16: warning: variable 'info' of type 'RuneInfo &' 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:91:4: warning: variable 'rr' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:109:2: warning: variable 'now' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:112:2: warning: variable 'elapsed' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:133: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:134: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:140: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:142: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:153:4: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:168:2: warning: variable 'now' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:199:7: warning: variable 'symb' of type 'Rune' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:206:7: warning: variable 'speedFactor' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:207:7: warning: variable 'duration' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:228:4: warning: variable 'elapsed' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:262:4: warning: variable 'div_ti' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:273:6: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/RuneDraw.cpp:287:6: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:153:2: warning: variable 'segmentCount' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:165:3: warning: variable 'pointsToAddFloat' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:181:3: warning: variable 'interval' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:189:3: warning: variable 'endIndex' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:209:4: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:210:4: warning: variable 'coeff' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:212: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:257:3: warning: variable 'dir' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:270:2: warning: variable 'inputSize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:279:2: warning: variable 'currTolerance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:284:2: warning: variable 'minAngle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:287: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:288: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:290:3: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:293:4: warning: variable 'angle2' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:358:3: warning: variable 'patternSize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:366:4: warning: variable 'diff' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:424:2: warning: variable 'index' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:537:2: warning: variable 'res' of type 'Res' (aka 'pair<_Rb_tree_const_iterator, SpellType>>, bool>') 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:661: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:665:4: warning: variable 'a' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/SpellRecognition.cpp:666:4: warning: variable 'b' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl01.cpp:82: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:144:3: warning: variable 'group' of type 'ActionPoint' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl01.cpp:272:3: warning: variable 'sphere' of type 'Sphere' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl01.cpp:294:4: warning: variable 'rgb' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl01.cpp:363:2: warning: variable 'fPerimeter' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl01.cpp:416: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/SpellsLvl01.cpp:418:4: warning: variable 'radius' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl01.cpp:464: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:466:2: warning: variable 'fPerimeter' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl01.cpp:506: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:507:5: warning: variable 'radius' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl01.cpp:518: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:535:16: 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:143:5: warning: variable 'gain' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl02.cpp:189: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:406: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:85:3: warning: variable 'col' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:86:3: warning: variable 'size' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:87:3: warning: variable 'taille' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:123: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:217:4: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:252:4: warning: variable 'idx' of type 'ObjVertHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:299:2: warning: variable 'sphere' of type 'Sphere' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:305:4: warning: variable 'dd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:361:2: warning: variable 'timeRemaining' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:416:2: warning: variable 'iMax' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:418:2: warning: variable 'fspelldist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:420: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:423:2: warning: variable 'ray' of type 'RaycastResult' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:428:2: warning: variable 'fd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:430:2: warning: variable 'fCalc' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:433:2: warning: variable 'fDist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:437:2: warning: variable 'end' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:448:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:519:3: warning: variable 'tt' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:529:3: warning: variable 'icicle' of type 'Icicle &' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:531:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:539:5: warning: variable 'tolive' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl03.cpp:555:5: warning: variable 'tolive' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl04.cpp:103: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/SpellsLvl04.cpp:112:2: warning: variable 'fBetaRadCos' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl04.cpp:113:2: warning: variable 'fBetaRadSin' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl04.cpp:115:2: warning: variable 'color' of type 'ColorRGBA' (aka 'IntegerColorType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:81:3: warning: variable 'fa' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:90: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:99:2: warning: variable 'stiteangleb' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:105:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:139:2: warning: variable 'sphere' of type 'Sphere' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:187:2: warning: variable 'rhaut' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:188:2: warning: variable 'hauteur' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:262:2: warning: variable 'pos' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:265:2: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:266:2: warning: variable 'moveFactor' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:285:2: warning: variable 'cure' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:325:2: warning: variable 'ff' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:402: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:424:2: warning: variable 'wave' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:440:3: warning: variable 'd' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:491:3: warning: variable 'group' of type 'ActionPoint' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:516: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:533:3: warning: variable 'lTime' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:609:2: warning: variable 'iDiv' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:611:2: warning: variable 'flDiv' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:625:3: warning: variable 'speed' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl05.cpp:626:3: warning: variable 'fval' of type 'float' 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:232:3: warning: variable 'mul' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl06.cpp:299:2: warning: variable 'cls' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl06.cpp:378: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:201: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:206: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:302:3: warning: variable 'fDiff' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:303:3: warning: variable 'nTime' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:312:4: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:313:4: warning: variable 'ts' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:314:4: warning: variable 'tc' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:392:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:403: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:457:3: warning: variable 'stiteangle' of type 'Anglef' (aka 'Angle') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:458: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:459: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:481:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:523: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:559:2: warning: variable 'idx' of type 'ObjVertHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:575:3: warning: variable 'idx' of type 'ObjVertHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:590: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:594: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:670:2: warning: variable 'idx' of type 'ObjVertHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:683:2: warning: variable 'rot' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:685:2: warning: variable 'stiteangle' of type 'Anglef' (aka 'Angle') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:688:3: warning: variable 'delta' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:700:3: warning: variable 'p' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:710:3: warning: variable 'baseColor' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl07.cpp:711:3: warning: variable 'randomFactor' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl08.cpp:154: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:207: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:223:3: warning: variable 'choice' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl08.cpp:225:4: warning: variable 'lvl' of type 'long' 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:230: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:233: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:316: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:153: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:169:3: warning: variable 'phys' of type 'Cylinder' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:171:3: warning: variable 'anything' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:300: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:352: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:361:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:379:2: warning: variable 'rot' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:381:2: warning: variable 'stiteangle' of type 'Anglef' (aka 'Angle') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:382:2: warning: variable 'scalediff' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:385:2: warning: variable 'stitecolor' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:386:2: 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:391:2: warning: variable 'stitecolor' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl09.cpp:392:2: 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:410: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/SpellsLvl09.cpp:496:16: warning: variable 'handle' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:75:2: warning: variable 'minDuration' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:78:2: warning: variable 'number' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:79:2: warning: variable 'ft' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:82: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:83:3: warning: variable 'duration' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:109:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:248:2: warning: variable 'fBetaRad' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:249:2: warning: variable 'fBetaRadCos' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:250:2: warning: variable 'fBetaRadSin' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:287:2: warning: variable 'n' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:288:2: warning: variable 'delta' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:305:4: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:307: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:310:5: warning: variable 'c' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/magic/spells/SpellsLvl10.cpp:353:2: warning: variable 'max_slowdown' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:46:3: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:161: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:384:3: warning: variable 'flg' of type 'DismembermentFlag' can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:385:3: warning: variable 'numsel' of type 'ObjSelection' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:433:3: warning: variable 'sel' of type 'ObjSelection' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:438:4: warning: variable 'fll' of type 'DismembermentFlag' can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:446:5: warning: variable 'face' of type 'EERIE_FACE &' can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:461:5: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/npc/Dismemberment.cpp:476:3: warning: variable 'fl' of type 'DismembermentFlag' can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/Cheat.cpp:80:2: warning: variable 'elapsed' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/Cheat.cpp:84:3: warning: variable 'modi' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/Cheat.cpp:85:3: warning: variable 'sizX' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/Cheat.cpp:91: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:94:4: warning: variable 'tex' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/Cheat.cpp:210:3: warning: variable 'cls' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/Cheat.cpp:381: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:382: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:383:4: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/Cheat.cpp:384:4: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/FlyingEye.cpp:53:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/game/spell/FlyingEye.cpp:106: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:107: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:126:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:135: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:140: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:143:4: warning: variable 'depthTestState' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:174:3: warning: variable 'po' of type 'EERIE_PORTALS &' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:181:3: warning: variable 'epp' of type 'PortalPoly &' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:208:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:215: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:260:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:282:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:294:3: warning: variable 'color1' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:295:17: warning: variable 'k' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:298:5: warning: variable 'color2' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:304: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:325:4: warning: variable 'k0' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:326:4: warning: variable 'k1' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:330:5: warning: variable 'color0' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:331:5: warning: variable 'color1' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:337:3: warning: variable 'k0' of type 'short' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:339:4: warning: variable 'angle' of type 'Anglef' (aka 'Angle') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:340: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:350:4: warning: variable 'k1' of type 'short' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:364:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:548:5: warning: variable 'x' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:549:5: warning: variable 'y' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:557: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:609:2: warning: variable 'format' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:611:2: warning: variable 'type_s' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:612:2: warning: variable 'name_s' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:613:2: warning: variable 'format_s' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:648: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:657:2: warning: variable 'sceneHit' of type 'RaycastResult' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:670:2: warning: variable 'entityHit' of type 'EntityRaycastResult' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:691: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:755:4: warning: variable 'text' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:793:2: warning: variable 'ray' of type 'DebugRay' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:803:2: warning: variable 'now' of type 'PlatformInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:825:2: warning: variable 'nullState' of type 'RenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:826:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/DrawDebug.cpp:894: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:328:2: warning: variable 'bb1' of type 'EERIE_3D_BBOX' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:329:2: warning: variable 'bb2' of type 'EERIE_3D_BBOX' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:398:3: warning: variable 'fTheta' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:399:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:418:2: warning: variable 'fSinYaw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:419:2: warning: variable 'fCosYaw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:420:2: warning: variable 'fSinPitch' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:421:2: warning: variable 'fCosPitch' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:423:2: warning: variable 'fSinRoll' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:424:2: warning: variable 'fCosRoll' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:437:2: warning: variable 'pitch' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:438:2: warning: variable 'yaw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:439:2: warning: variable 'roll' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:440: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:441: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:442: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:453:2: warning: variable 'q' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:468: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:469: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:483:2: warning: variable 'c' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:491:2: warning: variable 'c' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:499:2: warning: variable 'c' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:505:2: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:510:2: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:517:2: warning: variable 'pitch' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:529:2: warning: variable 'pitch' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:535:2: warning: variable 'yaw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:545:2: warning: variable 'A' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:546:2: warning: variable 'B' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:552: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:553:2: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.cpp:556: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:574: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:585: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:219:2: warning: variable 'pos1' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Math.h:234:2: warning: variable 'pos1' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:45: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:52: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:70:3: warning: variable 'tilesToSkip' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:84:3: warning: variable 'tilesToSkip' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:101: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:102: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:110: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:116:3: warning: variable 'abort' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:179: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:181:3: warning: variable 'previouslyHadHit' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:190:4: warning: variable 'relDist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:212: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:213: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:232: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:244: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:245: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:278: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:279: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:281: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:282:3: warning: variable 'tmax' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:287: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:288:3: warning: variable 'tmin' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/Raycast.cpp:299: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:300: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:301: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:310: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:321: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:115: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:76:2: warning: variable 'filename' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/FTL.cpp:206:5: warning: variable 'name' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:101: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:106: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:119: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:199:2: 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:205:2: warning: variable 'rx' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:405: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:410:2: warning: variable 'y' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:421: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:426:2: warning: variable 'y' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:445: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:498: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:511:2: warning: variable 'roo' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:528:2: warning: variable 'index' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:539:2: warning: variable 'dst' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:618: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:621: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:631:3: warning: variable 'face' of type 'EERIE_FACE &' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:665:2: warning: variable 'toread' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:685:2: warning: variable 'file' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:767:3: warning: variable 'texture' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:808:6: 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:825:5: warning: variable 'to' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:826:5: warning: variable 'div' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:844:6: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:1099:4: warning: variable 'nvertices' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:1100:4: warning: variable 'nindices' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.cpp:1156:3: warning: variable 'ntextures' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/Mesh.h:131: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:204:2: warning: variable 'f0' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:205:2: warning: variable 'f1' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:206:2: warning: variable 'f2' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:228:2: warning: variable 'newvert' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:308:3: warning: variable 'sel' of type 'ObjSelection' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:320:3: warning: variable 'sel' of type 'ObjSelection' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:369:3: warning: variable 'idx_head1' of type 'ActionPoint' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:373:3: warning: variable 'idx_head2' of type 'ActionPoint' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:377:3: warning: variable 'idx_torso1' of type 'ActionPoint' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:381:3: warning: variable 'idx_torso2' of type 'ActionPoint' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:496:3: warning: variable 'v' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:512:3: warning: variable 'v' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:535:4: warning: variable 't' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:547:4: warning: variable 't' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:562:4: warning: variable 't' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:574:4: warning: variable 't' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:589:4: warning: variable 't' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:601:4: warning: variable 't' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:613:4: warning: variable 'num' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:620:5: warning: variable 't' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:628:4: warning: variable 'ii' of type 'ObjSelection' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:636:6: warning: variable 't' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:648:4: warning: variable 'num' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:655:5: warning: variable 't' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/MeshManipulation.cpp:686:2: warning: variable 'ftl_file' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/TextureContainer.cpp:165: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:224:2: warning: variable 'width' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/TextureContainer.cpp:225:2: warning: variable 'height' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/data/TextureContainer.cpp:246: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:99:5: warning: variable 's1' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/BlobShadow.cpp:100:5: warning: variable 's2' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/BlobShadow.cpp:104:5: warning: variable 'rgba' of type 'ColorRGBA' (aka 'IntegerColorType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/BlobShadow.cpp:121:5: warning: variable 'origin' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/BlobShadow.cpp:122:5: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/BlobShadow.cpp:138:5: warning: variable 's1' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/BlobShadow.cpp:139:5: warning: variable 's2' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/BlobShadow.cpp:143:5: warning: variable 'rgba' of type 'ColorRGBA' (aka 'IntegerColorType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/BlobShadow.cpp:160:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Cabal.cpp:98: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:120:2: warning: variable 'cabalscale' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') 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:181:2: warning: variable 'ysize' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Field.cpp:198:2: warning: variable 'smul' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:94:2: warning: variable 'fBetaRad' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:142:3: warning: variable 'i' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:176:3: warning: variable 'fTempCos' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:177:3: warning: variable 'fTempSin' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:257: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:268:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:298: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:430:2: warning: variable 'fBetaRad' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:462:4: warning: variable 'fTemp' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:468:4: warning: variable 'fTemp' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:492:3: warning: variable 'i' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:527:3: warning: variable 'fTempCos' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:528:3: warning: variable 'fTempSin' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fissure.cpp:608: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:678:3: warning: variable 'fOneOnDurationIntro' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/FloatingStones.cpp:98:4: warning: variable 'col' of type 'Color4f' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fog.cpp:87:2: warning: variable 'iDiv' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Fog.cpp:89:2: warning: variable 'flDiv' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Halo.cpp:33:2: warning: variable 'blendType' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Halo.cpp:56:2: warning: variable 'baseState' of type 'RenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Halo.cpp:59:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Halo.cpp:65:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/LightFlare.cpp:47:2: warning: variable 'temp_increase' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/LightFlare.cpp:49: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:50:2: warning: variable 'fZFar' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/LightFlare.cpp:64: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:65: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:73: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:74:4: warning: variable 'ignored' of type 'PolyType' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/LightFlare.cpp:75:4: warning: variable 'flags' of type 'RaycastFlags' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/LightFlare.cpp:100:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:125:3: warning: variable 'moi' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:131: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:144:3: warning: variable 'ts' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:154:3: warning: variable 'anb' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:155:3: warning: variable 'anbrec' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:157:3: warning: variable 'p' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:160:4: warning: variable 'm' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:297:2: warning: variable 'f' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:305:2: warning: variable 'fbeta' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:311:3: warning: variable 'temp' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:312: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:314:3: warning: variable 'xx' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Lightning.cpp:319: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:321: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:119: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/PolyBoom.cpp:111:2: warning: variable 'tile' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:112:2: warning: variable 'radius' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:114:2: warning: variable 'minx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:115:2: warning: variable 'maxx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:116:2: warning: variable 'minz' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:117:2: warning: variable 'maxz' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:128:4: warning: variable 'nbvert' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:134:5: warning: variable 'ddd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:171:2: warning: variable 'poss' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:251:2: warning: variable 'div' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:253:2: warning: variable 'now' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:260:2: warning: variable 'tile' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:261:2: warning: variable 'radius' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:263:2: warning: variable 'minx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:264:2: warning: variable 'maxx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:265:2: warning: variable 'minz' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:266:2: warning: variable 'maxz' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:280:4: warning: variable 'nbvert' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:311:7: warning: variable 'num' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:318:7: warning: variable 'num' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:333:7: warning: variable 'vdiff' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:368:2: warning: variable 'now' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:383:3: warning: variable 't' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:400:3: warning: variable 'pb' of type 'POLYBOOM &' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:402:3: warning: variable 't' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:408:5: warning: variable 'tt' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:409:5: warning: variable 'col' of type 'ColorRGBA' (aka 'IntegerColorType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:437:5: warning: variable 'tt' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:438:5: warning: variable 'tr' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:439:5: warning: variable 'col' of type 'ColorRGBA' (aka 'IntegerColorType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:462:5: warning: variable 'tt' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:463:5: warning: variable 'tr' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:464:5: warning: variable 'ttt' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/PolyBoom.cpp:465:5: warning: variable 'col' of type 'ColorRGBA' (aka 'IntegerColorType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/RotatingCone.cpp:41:2: warning: variable 'da' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/RotatingCone.cpp:75: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:39:2: warning: variable 'segments' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Trail.cpp:62:2: warning: variable 'moving' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Trail.cpp:114:2: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Trail.cpp:167:2: warning: variable 'costheta' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Trail.cpp:172: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:180: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:182:2: warning: variable 'colorDelta' of type 'Color4f' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Trail.cpp:183:2: warning: variable 'sizeDelta' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Trail.cpp:198:2: warning: variable 'frontAlpha' of type 'Color::type' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/effects/Trail.cpp:199:2: warning: variable 'sideColor' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:134:2: warning: variable 'glyphIndex' of type 'FT_UInt' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:152:3: warning: variable 'strength' of type 'FT_Pos' (aka 'long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:182:3: warning: variable 'srcBitmap' of type 'FT_Bitmap &' (aka 'FT_Bitmap_ &') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:228:2: warning: variable 'chr' of type 'Char' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:259:2: warning: variable 'w' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:260:2: warning: variable 'h' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:261:2: warning: variable 'uStart' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:262:2: warning: variable 'vStart' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:263:2: warning: variable 'uEnd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:264:2: warning: variable 'vEnd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:266: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:321: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:369:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:370:3: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:405:2: warning: variable 'last' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/Font.cpp:411:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/FontCache.cpp:155:2: warning: variable 'key' of type 'u32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/FontCache.cpp:157:2: warning: variable 'it' of type 'FontMap::iterator' (aka '_Rb_tree_iterator>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/font/FontCache.cpp:240:2: warning: variable 'it' of type 'FontFiles::iterator' (aka '_Rb_tree_iterator>') 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:246: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:169:3: warning: variable 'mode' of type 'GLenum' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLVertexBuffer.h:266:4: warning: variable 'obytes' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLVertexBuffer.h:267:4: warning: variable 'nbytes' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLVertexBuffer.h:393:3: warning: variable 'ret' of type 'GLboolean' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLVertexBuffer.h:445:3: warning: variable 'obytes' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLVertexBuffer.h:446:3: warning: variable 'nbytes' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/GLVertexBuffer.h:553:4: warning: variable 'ret' of type 'GLboolean' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:574:2: warning: variable 'height' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:593:3: warning: variable 'height' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:610:3: warning: variable 'colorf' of type 'Color4f' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:636:3: warning: variable 'scissor' of type 'Rect' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:664:2: warning: variable 'colorf' of type 'Color4f' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:691:3: warning: variable 'alphaCutout' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:717:2: warning: variable 'maxAnisotropy' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:855: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:903:5: warning: variable 'glcull' of type 'GLenum' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:919:3: warning: variable 'useA2C' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:929:4: warning: variable 'disableA2C' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:931:4: warning: variable 'enableA2C' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:970:4: warning: variable 'depthOffset' of type 'GLfloat' (aka 'float') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:976:4: warning: variable 'blendSrc' of type 'GLenum' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLRenderer.cpp:977:4: warning: variable 'blendDst' of type 'GLenum' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLUtil.cpp:124:2: warning: variable 'separator' of type 'boost::char_separator' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLUtil.cpp:133:5: warning: variable 'offset' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLUtil.cpp:134:5: warning: variable 'dot' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLUtil.cpp:140:6: warning: variable 'major' of type 'u32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLUtil.cpp:141:6: warning: variable 'minor' of type 'u32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/opengl/OpenGLUtil.cpp:167:3: warning: variable 'supported' of type 'bool' 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:191:4: warning: variable 'vx' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/MagicFlare.cpp:192:4: warning: variable 'vy' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/MagicFlare.cpp:222:3: warning: variable 'zz' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/MagicFlare.cpp:294: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:295: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:303:3: warning: variable 'm' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/MagicFlare.cpp:323:3: warning: variable 'm' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/MagicFlare.cpp:351:2: warning: variable 'diff' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/MagicFlare.cpp:353:2: warning: variable 'key' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/MagicFlare.cpp:406:4: warning: variable 'color' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/MagicFlare.cpp:419:5: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/Particle.cpp:104:2: warning: variable 'fTimeSec' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/Particle.cpp:108:3: warning: variable 'ft' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:202:2: warning: variable 'num' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:213:3: warning: variable 'sinW' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:214:3: warning: variable 'cosW' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:215:3: warning: variable 'power' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:236:2: warning: variable 'isNpc' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:244:3: warning: variable 'power' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:247:3: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:262: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:296:2: warning: variable 'count' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:298:3: warning: variable 'vertex' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:299:3: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:357:3: warning: variable 'vertex' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:376: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:410:3: warning: variable 'rr' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:433:3: warning: variable 'count' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:436:4: warning: variable 'rr' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:451:3: warning: variable 'vertex' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:458: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:462:3: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:464: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:482:4: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:486: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:559:2: warning: variable 'power' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:582:2: warning: variable 'nbParticles' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:597:3: warning: variable 's' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:749:3: warning: variable 'framediff2' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:796:3: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:805:3: warning: variable 'fd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:808:4: warning: variable 't' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:821: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:822:4: warning: variable 'z' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:828:5: warning: variable 'siz' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:832:7: warning: variable 'rgb' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:842:5: warning: variable 'siz' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:846:7: warning: variable 'rgb' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:866:4: warning: variable 'v' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:881:4: warning: variable 'animrange' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:887:3: warning: variable 'siz' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:904:5: warning: variable 'rott' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:906:5: warning: variable 'temp' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:907:5: warning: variable 'size' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:913:4: warning: variable 'siz2' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:918:4: warning: variable 'temp' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:943:2: warning: variable 'fZFar' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:952:3: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:995:3: warning: variable 'count' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:1002:6: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:1003: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:1027:6: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleEffects.cpp:1028: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:1030: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:1031:6: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:127: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:131:3: warning: variable 'texInfo' of type 'ParticleParams::TextureInfo &' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:166: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:181:2: warning: variable 'fTTL' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:184:2: warning: variable 'fAngleX' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:190:2: warning: variable 'fSpeed' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:194:3: warning: variable 'rndColor' of type 'Color4f' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:200:3: warning: variable 'rndColor' of type 'Color4f' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:239:2: warning: variable 'fTimeSec' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:309:6: warning: variable 'fNbTex' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:333:4: warning: variable 'p3pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleSystem.cpp:344:5: warning: variable 'size' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/ParticleTextures.cpp:59:3: warning: variable 'texturePath' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/Spark.cpp:67:2: warning: variable 'amount' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/Spark.cpp:83:2: warning: variable 'len' of type 'u32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/Spark.cpp:144:3: warning: variable 'framediff' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/Spark.cpp:145:3: warning: variable 'framediff2' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/Spark.cpp:157:3: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/Spark.cpp:159:3: warning: variable 'in' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/Spark.cpp:161:3: warning: variable 'tailDirection' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/particle/Spark.cpp:174: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:175: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:164:2: warning: variable 'diffW' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/graphics/texture/PackedTexture.cpp:165:2: warning: variable 'diffH' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/CharacterCreation.cpp:109:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/CharacterCreation.cpp:115: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:154:4: warning: variable 'skin' of type 'unsigned char' can be declared 'const' [misc-const-correctness] +Arx/src/gui/CinematicBorder.cpp:110:3: warning: variable 'lMulResult' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:52:2: warning: variable 'end' of type 'std::string::const_iterator' (aka '__normal_iterator>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:267:4: warning: variable 'context' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:279:4: warning: variable 'command' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:283:4: warning: variable 'command' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:305:5: warning: variable 'max' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:322:4: warning: variable 'selected' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:350:3: warning: variable 'newline' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:388:2: warning: variable 'id' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:420:2: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:441:3: warning: variable 'prefix' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:465:3: warning: variable 'newCursorPos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:559:2: warning: variable 'lineHeight' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:567:2: warning: variable 'entity' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:581:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:585:2: warning: variable 'line' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:613:2: warning: variable 'displayCursorPos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:615:2: warning: variable 'begin' of type 'std::string::const_iterator' (aka '__normal_iterator>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:616:2: warning: variable 'end' of type 'std::string::const_iterator' (aka '__normal_iterator>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:620:3: warning: variable 'left' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:621:3: warning: variable 'right' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:622:3: warning: variable 'height' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:623:3: warning: variable 'box' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:628:2: warning: variable 'x' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:648:4: warning: variable 'endX' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:693:5: warning: variable 'width' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:694:5: warning: variable 'height' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Console.cpp:695:5: warning: variable 'highlight' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:164:2: warning: variable 'creditsFile' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:194:3: warning: variable 'compiler' of type 'Libraries::const_iterator' (aka 'c_iterator, std::basic_string>, void *>, boost::unordered::detail::bucket, std::basic_string>, void *>, void *>>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:200:3: warning: variable 'stdlib' of type 'Libraries::const_iterator' (aka 'c_iterator, std::basic_string>, void *>, boost::unordered::detail::bucket, std::basic_string>, void *>, void *>>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:208:5: warning: variable 'sep' of type 'boost::char_separator' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:209:5: warning: variable 'tokens' of type 'boost::tokenizer>' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:255:3: warning: variable 'it' of type 'Iterator' (aka '__normal_iterator>>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:269:3: warning: variable 'pos' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:293:4: warning: variable 'pos' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:323:2: warning: variable 'linerect' of type 'Rect' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:332:3: warning: variable 'n' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:342:3: warning: variable 'linesize' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:398:5: warning: variable 'firstsize' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:408:5: warning: variable 'prefixsize' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:465:3: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:466:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:471:2: warning: variable 'now' of type 'PlatformInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:472:2: warning: variable 'elapsed' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:478:2: warning: variable 'keyRepeatDelay' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:479:2: warning: variable 'autoScrollDelay' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:526:3: warning: variable 'yy' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Credits.cpp:535:3: warning: variable 'yy' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:142: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:276:3: warning: variable 'fHLight' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:284:2: warning: variable 'iconScale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:285:2: warning: variable 'cursorScale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:328:7: warning: variable 'v' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:330:8: warning: variable 't' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:331: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:389: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:436:6: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:447: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:448:7: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:478: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:488: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:511:4: warning: variable 'additeState' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Cursor.cpp:513: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:514: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:75: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:77: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:116:3: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:121: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:124:4: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:146:3: warning: variable 'offsetY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:201:2: warning: variable 'drop' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:203: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:233:3: warning: variable 'deltaYaw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:252: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:255:2: warning: variable 'limit' of type 'Sphere' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:257:2: warning: variable 'result' of type 'EntityDragResult' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:267:2: warning: variable 'threshold' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Dragging.cpp:305: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:315: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:316: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:329: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:330: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:132:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:140:3: warning: variable 'j' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:141:3: warning: variable 'col' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:143:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:166:3: warning: variable 's' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:462: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:546: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:576:2: warning: variable 'wave' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:626:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:629:2: warning: variable 'step' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:630:2: warning: variable 'alpha' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:635: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:685: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:686:4: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:697:5: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:737:3: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:842:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:871:2: warning: variable 'fMove' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:887:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:889:2: warning: variable 'lcolor' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:935: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:956:3: warning: variable 'precastSlot' of type 'PRECAST_STRUCT &' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:969:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:974:3: warning: variable 'typ' of type 'SpellType' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:991:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1064:2: warning: variable 'spacer' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1069:3: warning: variable 'slotRect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1070:3: warning: variable 'slotSpacer' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1086:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1088:16: warning: variable 'slot' of type 'ActiveSpellIconSlot &' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1125:2: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1212:4: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1223:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1267:4: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1288:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1348:5: warning: variable 't' of type 'PlatformInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1434: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:1443:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1444:2: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1510:4: warning: variable 'spacer' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1515:4: warning: variable 'spacer' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1520:4: warning: variable 'spacer' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Hud.cpp:1525: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:507:4: warning: variable 'ret' of type 'ScriptResult' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:562:3: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:568: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:570:3: warning: variable 'cangle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:616:3: warning: variable 'weapontype' of type 'WeaponType' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:736:4: warning: variable 'old' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:773:4: warning: variable 'npc' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:774:4: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:824:5: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:850:5: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:867:4: warning: variable 'multi' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:883:4: warning: variable 'multi' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1271: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:1322:7: warning: variable 'type' of type 'WeaponType' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1395:2: warning: variable 'mouselook' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1498:4: warning: variable 'dragging' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1514:5: warning: variable 'distLeft' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1515:5: warning: variable 'distRight' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1516:5: warning: variable 'distTop' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1517:5: warning: variable 'distBottom' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1590:5: warning: variable 'iangle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1642:4: warning: variable 'Text' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1649:4: warning: variable 'Text' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1661:4: warning: variable 'x' of type 'Rect::Num' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1662:4: warning: variable 'y' of type 'Rect::Num' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1663:4: warning: variable 'w' of type 'Rect::Num' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1664:4: warning: variable 'h' of type 'Rect::Num' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1665:4: warning: variable 'rDraw' of type 'Rect' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1668:5: warning: variable 'duration' of type 'PlatformDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1719: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:1785: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:1804:5: warning: variable 'fMaxdist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1849:4: warning: variable 'fMaxdist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1913:7: warning: variable 'show' of type 'EntityVisilibity' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Interface.cpp:1963:2: warning: variable 'maxScale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/LoadLevelScreen.cpp:79:2: warning: variable 'now' of type 'PlatformInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/LoadLevelScreen.cpp:82:3: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/LoadLevelScreen.cpp:90:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/LoadLevelScreen.cpp:101:4: warning: variable 'tx' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/LoadLevelScreen.cpp:102:4: warning: variable 'image' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/gui/LoadLevelScreen.cpp:106:3: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/LoadLevelScreen.cpp:124: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:158:4: warning: variable 'text' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:269:17: warning: variable 'save' of type 'SavegameHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:279:17: warning: variable 'save' of type 'SavegameHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:401:17: warning: variable 'save' of type 'SavegameHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:412:17: warning: variable 'save' of type 'SavegameHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:436:3: warning: variable 'savegame' of type 'SavegameHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:465:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:472:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:506:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:513:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:520:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:527:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:534:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:541:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:697:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:706:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:719:6: warning: variable 't' of type 'unsigned int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:750:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:759:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:770:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:786:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:817:19: warning: variable 'refresh' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:834:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:842:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:851:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:888:4: warning: variable 'minimize' of type 'Window::MinimizeSetting' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:889:4: warning: variable 'checked' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:890:4: warning: variable 'enabled' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:902:3: warning: variable 'enable' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1021:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1036:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1047:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1055:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1063:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1071:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1076:4: warning: variable 'maxAA' of type 'Renderer::AlphaCutoutAntialising' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1089:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1093:4: warning: variable 'maxAnisotropy' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1141:3: warning: variable 'maxAA' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1234:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1242:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1255:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1263:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1271:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1279:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1287:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1295:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1303:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1313:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1321:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1415:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1432:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1440:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1448:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1456:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1464:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1474:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1485:3: warning: variable 'hrtf' of type 'audio::HRTFStatus' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1487:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1578:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1587:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1595:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1606:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1614:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1622:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1630:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1638:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1646:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1655:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1663:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1671:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1679:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1875:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:1945:4: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:2062:2: warning: variable 'yOffset' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:2116:2: warning: variable 'verPosX' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MainMenu.cpp:2197:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MenuPublic.cpp:139:2: warning: variable 'fVolume' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MenuPublic.cpp:147:2: warning: variable 'fVolume' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MenuPublic.cpp:155:2: warning: variable 'fVolume' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MenuPublic.cpp:175:2: warning: variable 'volume' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MenuPublic.cpp:190:2: warning: variable 'animationSamples' of type 'std::vector>' (aka 'vector>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MenuPublic.cpp:207:3: warning: variable 'loop' of type 'SoundLoopMode' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MenuWidgets.cpp:137:2: warning: variable 'save' of type 'SavegameHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MenuWidgets.cpp:152:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MenuWidgets.cpp:153:2: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MenuWidgets.cpp:258:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:85:3: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:87:3: warning: variable 'levelMap' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:124:2: warning: variable 'showLevel' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:166:2: warning: variable 'iniMiniOffsets' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:259:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:263:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:300:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:309:3: warning: variable 'zoom' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:330:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:341:2: warning: variable 'zoom' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:343: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:366: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:374: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:375:3: warning: variable 'size' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:403:5: warning: variable 'bRect' of type 'Rect' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:405:5: warning: variable 'lLengthDraw' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:428:2: warning: variable 'zoom' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:429:2: warning: variable 'maxDistance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:430: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:431: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:434: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:449: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:457: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:459:3: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:467:3: warning: variable 'r' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:469:3: warning: variable 'ucLevel' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:477: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:479:2: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:496: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:500:2: warning: variable 'div' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:502:2: warning: variable 'd' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:504: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:522:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:523:2: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:528:3: warning: variable 'v3' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:530: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:532: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:573:5: warning: variable 'minx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:574:5: warning: variable 'minz' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:648: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:649: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:650: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:652:2: warning: variable 'angle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:653:2: warning: variable 'ca' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:654:2: warning: variable 'sa' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:665:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:675: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:677:2: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:687:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:721:3: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:732:3: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:774:2: warning: variable 'num' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/MiniMap.cpp:796: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 'txtend' of type 'std::string::const_iterator' (aka '__normal_iterator>') 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:89:2: warning: variable 'now' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Notification.cpp:133:2: warning: variable 'iEnd' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Notification.cpp:135:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Notification.cpp:143:3: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Notification.cpp:173:3: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:112:2: warning: variable 'mood' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:113:2: warning: variable 'speechnum' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:202:3: warning: variable 'scrpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:221:2: warning: variable 'num' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:245:3: warning: variable 'count' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:289:3: warning: variable 'fDiv' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:301:2: warning: variable 'now' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:326:6: warning: variable 'layer2' of type 'AnimLayer &' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:338:4: warning: variable 'scrpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:359: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:361:3: warning: variable 'fZoneClippHeight' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:362:3: warning: variable 'fStartYY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:363:3: warning: variable 'fStartY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:364:3: warning: variable 'fDepY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:365:3: warning: variable 'fZoneClippY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:367:3: warning: variable 'fAdd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:369:3: warning: variable 'y' of type 'Rect::Num' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:370:3: warning: variable 'h' of type 'Rect::Num' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:373:4: warning: variable 'w' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:383:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:404:5: warning: variable 'fTimeOneLine' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:407:6: warning: variable 'fResteLine' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/Speech.cpp:408:6: 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:169:5: warning: variable 'itTextStart' of type 'std::string::const_iterator' (aka '__normal_iterator>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:170:5: warning: variable 'itTextEnd' of type 'std::string::const_iterator' (aka '__normal_iterator>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:245:2: warning: variable '_x' of type 'Rect::Num' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:246:2: warning: variable '_y' of type 'Rect::Num' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:247:2: warning: variable 'w' of type 'Rect::Num' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:249:2: warning: variable 'rRect' of type 'Rect' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:266:3: warning: variable 'szFontSize' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/Text.cpp:267:3: warning: variable 'configSize' of type 'std::string' (aka 'basic_string') 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:171:3: warning: variable 'height' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:75:2: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:90:2: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:117: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:118:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:123: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:124:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:130: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:131:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:134: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:607: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:732:3: warning: variable 't' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:760: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:776: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:792: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:808: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:825: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:841: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:857: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:873: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:889: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:905: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:921: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:937: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:953: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:970: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:971:3: warning: variable 'value' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:972:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:977: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:978:3: warning: variable 'value' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:979:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:984: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:985:3: warning: variable 'value' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:986:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:991: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:992:3: warning: variable 'value' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:993:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:998: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:999:3: warning: variable 'value' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1000:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1005: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:1006:3: warning: variable 'value' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1007:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1021:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1022: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:1031:3: warning: variable 'vp' of type 'Rect' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1065:2: warning: variable 'iSavePDL' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1112:2: warning: variable 'ti' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1128:3: warning: variable 'time' of type 'AnimationDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1208:4: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1232:4: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1251:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1297:2: warning: variable 'ot' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1299:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1359:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1361:2: warning: variable 'runeDrawRect' of type 'Rect' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1411:3: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1412: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:1413: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:1444:6: 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:1453:4: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1504: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:1505:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Book.cpp:1523: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:1537:4: warning: variable 'quest' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Necklace.cpp:119:2: warning: variable 'baseState' of type 'RenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Necklace.cpp:121: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:125:2: warning: variable 'tl' of type 'EERIE_LIGHT' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Necklace.cpp:144:2: warning: variable 'wave' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Necklace.cpp:145:2: warning: variable 'ptDelta' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Necklace.cpp:163: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:181:4: warning: variable 't2' of type 'TransformInfo' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Necklace.cpp:184:4: warning: variable 'runeBox' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Necklace.cpp:196:4: 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:203:6: warning: variable 'n' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Necklace.cpp:212:6: warning: variable 't' of type 'TransformInfo' can be declared 'const' [misc-const-correctness] +Arx/src/gui/book/Necklace.cpp:227:4: warning: variable 't1' of type 'TransformInfo' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:211:2: warning: variable 'zap' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:306:5: warning: variable 'pflag' of type 'PathfindFlags' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:329:5: warning: variable 'layer' of type 'AnimLayer &' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:362: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:363:2: warning: variable 'maxSamples' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:376:2: warning: variable 'avg' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:377:2: warning: variable 'worst' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:384:3: warning: variable 'time' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:394:2: warning: variable 'avgColor' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:395:2: warning: variable 'avgPos' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:398:2: warning: variable 'worstColor' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:399:2: warning: variable 'worstPos' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:403:2: warning: variable 'lineOffset' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:405:2: warning: variable 'labels' of type 'std::string[3]' (aka 'basic_string[3]') can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:406:2: warning: variable 'colors' of type 'Color[3]' (aka 'Color4[3]') can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:407:2: warning: variable 'values' of type 'float[3]' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:424:2: warning: variable 'x' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugHud.cpp:426:2: warning: variable 'xend' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugKeys.cpp:81:3: warning: variable 'trigg' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugPanel.cpp:120:2: warning: variable 'lineHeight' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugPanel.cpp:121:2: warning: variable 'maxAdvance' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/debug/DebugPanel.cpp:139: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:72: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:85: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:101:3: warning: variable 'fRatio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:135:3: warning: variable 't' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:173:3: warning: variable 'fSpeed' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:174:3: warning: variable 't' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:203: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:214: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:219:3: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:244:3: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:246:3: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:263:4: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:283:5: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:291:6: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:304:5: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:310:6: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:324: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:331:3: warning: variable 'posx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:332:3: warning: variable 'posy' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:336:4: warning: variable 'linkPosY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:337: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:338: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:339: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:342: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:383: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:396: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:398: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:401: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:407:3: warning: variable 'fBag' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:426:4: warning: variable 'fRatio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:437: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:439: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:459:3: warning: variable 'fBag' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:496: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:507: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:508:2: warning: variable 'itemPitch' of type 's16' (aka 'short') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:513:3: warning: variable 'bagPitch' of type 's16' (aka 'short') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:514:3: warning: variable 'topAnchor' of type 's16' (aka 'short') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:527:2: warning: variable 'pos' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:530:2: warning: variable 'itemPitch' of type 's16' (aka 'short') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:532:3: warning: variable 'bagPitch' of type 's16' (aka 'short') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/PlayerInventory.cpp:535: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:55:2: warning: variable 'spacer' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:86:2: warning: variable 'spacer' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:136:3: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:138: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:187:3: warning: variable 'file' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:221:5: 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:5: 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:5: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:232:5: warning: variable 'rect' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:244:6: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:301: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:314: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:333: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:349:3: warning: variable 'price' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:363:2: warning: variable 'itemPitch' of type 's16' (aka 'short') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:364: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:375:2: warning: variable 'pos' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:377: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:378:2: warning: variable 'itemPitch' of type 's16' (aka 'short') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:379: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:511:3: warning: variable 'frameDelay' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:550:4: warning: variable 'slot' of type 'INVENTORY_SLOT &' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:576:4: warning: variable 'famount' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:580:4: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/hud/SecondaryInventory.cpp:584: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:168:2: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/menu/MenuCursor.cpp:170:2: warning: variable 'scale' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/menu/MenuCursor.cpp:182:2: warning: variable 'inWindow' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/menu/MenuCursor.cpp:189: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:241: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:243: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:42:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/ButtonWidget.cpp:44: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:67:2: warning: variable 'result' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/CheckboxWidget.cpp:79:2: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/CheckboxWidget.cpp:81:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/CycleTextWidget.cpp:48:2: warning: variable 'minWidth' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/CycleTextWidget.cpp:152:2: warning: variable 'result' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/CycleTextWidget.cpp:190: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:78:3: warning: variable 'now' of type 'std::time_t' (aka 'long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/SaveSlotWidget.cpp:79:3: warning: variable 'n' of type 'std::tm' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/SaveSlotWidget.cpp:80:3: warning: variable 't' of type 'std::tm' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/SaveSlotWidget.cpp:145: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:150: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:50:2: warning: variable 'minWidth' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/SliderWidget.cpp:93:2: warning: variable 'result' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/SliderWidget.cpp:130:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/SliderWidget.cpp:136: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:101:2: warning: variable 'width' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:107:4: warning: variable 'cursor' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:120:2: warning: variable 'result' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:150:2: warning: variable 'displayCursorPos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:152:2: warning: variable 'begin' of type 'std::string::const_iterator' (aka '__normal_iterator>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:153:2: warning: variable 'end' of type 'std::string::const_iterator' (aka '__normal_iterator>') can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:155:2: warning: variable 'width' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:161:4: warning: variable 'cursor' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:179:3: warning: variable 'left' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:180:3: warning: variable 'right' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:181:3: warning: variable 'height' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:182:3: warning: variable 'box' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:190:2: warning: variable 'x' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/gui/widget/TextInputWidget.cpp:206: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:313:2: warning: variable 'ret' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:481:3: warning: variable 'i' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:532: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:534: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:569: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:570:4: warning: variable 'exponent' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:693:2: warning: variable 'sep' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:695:3: warning: variable 'modifier' of type 'InputKeyId' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:696:3: warning: variable 'key' of type 'InputKeyId' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:702:4: warning: variable 'key' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:709:4: warning: variable 'key' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:725:2: warning: variable 'it' of type 'std::map::const_iterator' (aka '_Rb_tree_const_iterator, int>>') can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:736:2: warning: variable 'exponent' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:777:2: warning: variable 'buttonIdx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:784:2: warning: variable 'buttonIdx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:791:2: warning: variable 'buttonIdx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:798:2: warning: variable 'buttonIdx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:807:2: warning: variable 'buttonIdx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:833:3: warning: variable 'key' of type 'InputKeyId' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:879:3: warning: variable 'key' of type 'InputKeyId' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/input/Input.cpp:974:3: warning: variable 'key' of type 'InputKeyId' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/input/SDL2InputBackend.cpp:359:2: warning: variable 'i' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/input/SDL2InputBackend.cpp:427:4: warning: variable 'key' of type 'SDL_Scancode' can be declared 'const' [misc-const-correctness] +Arx/src/input/SDL2InputBackend.cpp:429:5: warning: variable 'arxkey' of type 'Keyboard::Key' can be declared 'const' [misc-const-correctness] +Arx/src/input/SDL2InputBackend.cpp:491:4: warning: variable 'button' of type 'Uint8' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/input/SDL2InputBackend.cpp:493: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:449:2: warning: variable 'size' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/Blast.cpp:474:2: warning: variable 'error' of type 'BlastResult' can be declared 'const' [misc-const-correctness] +Arx/src/io/IniReader.cpp:29:2: warning: variable 'iter' of type 'iterator' (aka '_Rb_tree_const_iterator, IniSection>>') can be declared 'const' [misc-const-correctness] +Arx/src/io/IniReader.cpp:142:3: warning: variable 'start' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/IniReader.cpp:183:3: warning: variable 'nameEnd' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/IniReader.cpp:196:3: warning: variable 'separator' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/IniReader.cpp:220:3: warning: variable 'key' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/io/IniReader.cpp:245:6: warning: variable 'newValueStart' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/IniReader.cpp:263:6: warning: variable 'newNameEnd' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/IniReader.cpp:265:7: warning: variable 'newSeparator' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/IniReader.cpp:293:4: warning: variable 'valueEnd' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/SaveBlock.cpp:151:2: warning: variable '_uncompressedSize' of type 'u32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/io/SaveBlock.cpp:154:2: warning: variable 'nChunks' of type 'u32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/io/SaveBlock.cpp:168:3: warning: variable 'chunkSize' of type 'u32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/io/SaveBlock.cpp:171:3: warning: variable 'chunkOffset' of type 'u32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/io/SaveBlock.cpp:222:4: warning: variable 'ret' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/io/SaveBlock.cpp:332:2: warning: variable 'fatOffset' of type 'u32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/io/SaveBlock.cpp:337:2: warning: variable 'nFiles' of type 'u32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/io/SaveBlock.cpp:340:2: warning: variable 'ifile' of type 'Files::const_iterator' (aka 'c_iterator, SaveBlock::File>, void *>, boost::unordered::detail::bucket, SaveBlock::File>, void *>, void *>>') can be declared 'const' [misc-const-correctness] +Arx/src/io/SaveBlock.cpp:465:2: warning: variable 'renamed' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/io/SaveBlock.cpp:579:2: warning: variable 'file' of type 'Files::const_iterator' (aka 'c_iterator, SaveBlock::File>, void *>, boost::unordered::detail::bucket, SaveBlock::File>, void *>, void *>>') can be declared 'const' [misc-const-correctness] +Arx/src/io/Screenshot.cpp:91:2: warning: variable 'file' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:59:3: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:134:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:142:2: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:154:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:170:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:190:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:204:2: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:224:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:235:2: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:256:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:260:2: warning: variable 'len' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:288:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:316:3: warning: variable 'start' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.cpp:351:5: warning: variable 'last' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.h:79:4: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.h:106:3: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/FilePath.h:197: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:120:3: warning: variable 'sep' of type 'boost::char_separator' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:121:3: warning: variable 'tokens' of type 'tokenizer' (aka 'tokenizer>') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:224:2: warning: variable 'configFile' of type 'path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:229:4: warning: variable 'datadir' of type 'path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:239:2: warning: variable 'subdir' of type 'path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:266:3: warning: variable 'tmp' of type 'path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:278:2: warning: variable 'exepath' of type 'path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:280:3: warning: variable 'var' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:298:3: warning: variable 'exedir' of type 'path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:307:4: warning: variable 'dir' of type 'path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:319:3: warning: variable 'dir' of type 'path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:332:4: warning: variable 'dir' of type 'path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:428:5: warning: variable 'dir' of type 'path' can be declared 'const' [misc-const-correctness] +Arx/src/io/fs/SystemPaths.cpp:474:2: warning: variable 'exevar' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/io/log/ColorLogger.cpp:66: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:52:2: warning: variable 'hasStdout' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/io/log/ConsoleLogger.cpp:53: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:72:3: warning: variable 'i' of type 'LogManager::Sources::iterator' (aka 'iterator, void *>, boost::unordered::detail::bucket, void *>, void *>>') can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:90:5: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:98:4: warning: variable 'i' of type 'LogManager::Rules::const_iterator' (aka 'c_iterator, Logger::LogLevel>, void *>, boost::unordered::detail::bucket, Logger::LogLevel>, void *>, void *>>') can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:126:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:135:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:149:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:160:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:174:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:182:3: warning: variable 'oldLevel' of type 'LogLevel' can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:206:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:208:2: warning: variable 'i' of type 'LogManager::Rules::iterator' (aka 'iterator, Logger::LogLevel>, void *>, boost::unordered::detail::bucket, Logger::LogLevel>, void *>, void *>>') can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:228:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:254:3: warning: variable 'eq' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/log/Logger.cpp:297:2: warning: variable 'lock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakEntry.cpp:52:3: warning: variable 'end' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakEntry.cpp:83:3: warning: variable 'end' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakEntry.cpp:92:3: warning: variable 'entry' of type 'dirs_iterator' (aka '_Rb_tree_iterator, PakDirectory>>') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakEntry.cpp:121:3: warning: variable 'end' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakEntry.cpp:124:4: warning: variable 'file' of type 'files_iterator' (aka '_Rb_tree_const_iterator, PakFile *>>') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakEntry.cpp:128:3: warning: variable 'entry' of type 'dirs_iterator' (aka '_Rb_tree_iterator, PakDirectory>>') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakEntry.cpp:141:2: warning: variable 'old' of type 'std::map::iterator' (aka '_Rb_tree_iterator, PakFile *>>') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakEntry.cpp:153:2: warning: variable 'old' of type 'std::map::iterator' (aka '_Rb_tree_iterator, PakFile *>>') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakEntry.cpp:163:2: warning: variable 'old' of type 'dirs_iterator' (aka '_Rb_tree_iterator, PakDirectory>>') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:153:2: warning: variable 'nread' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:243:2: warning: variable 'count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:293:3: warning: variable 'toStart' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:304:2: warning: variable 'toCopy' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:342:2: warning: variable 'r' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:490:2: warning: variable 'key' of type 'ReleaseType' can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:499:2: warning: variable 'checksum' of type 'util::md5::checksum' (aka 'checksum') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:508:3: warning: variable 'it' of type 'PakFilter::const_iterator' (aka '_Rb_tree_const_iterator, std::vector, std::allocator>>>>') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:527:3: warning: variable 'dirpath' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:557:4: warning: variable 'len' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:629:2: warning: variable 'type' of type 'fs::FileType' can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:633:3: warning: variable 'ret' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:694:3: warning: variable 'entry' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/PakReader.cpp:698:3: warning: variable 'type' of type 'fs::FileType' can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:85:3: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:135:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:143:2: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:155:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:171:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:190:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:204:2: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:224:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:235:2: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:256:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:260:2: warning: variable 'len' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:287:2: warning: variable 'extpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:312:3: warning: variable 'start' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.cpp:330:5: warning: variable 'last' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.h:78:4: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.h:90:4: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourcePath.h:102:3: warning: variable 'dirpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourceSetup.cpp:68:3: warning: variable 'n' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourceSetup.cpp:123:4: warning: variable 'file' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/io/resource/ResourceSetup.cpp:136:6: warning: variable 'length' of type 'size_t' (aka 'unsigned long') 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:200:2: warning: variable 'angle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:71:2: warning: variable 'cosX' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:72:2: warning: variable 'sinX' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:83:2: warning: variable 'cosY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:84:2: warning: variable 'sinY' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:94:2: warning: variable 'cosZ' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:95:2: warning: variable 'sinZ' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:126: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:127: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:129: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:130: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:131: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:132: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:148: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:155:2: warning: variable 'det' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:159:2: warning: variable 'inv_det' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/math/GtxFunctions.h:186: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:188: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:189: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:194: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:45:3: warning: variable 'integerValue' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/math/Random.h:121:2: warning: variable 'dist' of type 'diff_t' (aka 'long') can be declared 'const' [misc-const-correctness] +Arx/src/math/Random.h:122: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:130:3: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Attractors.cpp:134:4: warning: variable 'max_radius' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Attractors.cpp:137:5: warning: variable 'ratio_dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/CollisionShapes.cpp:90: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:92:3: warning: variable 'dd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:133:5: warning: variable 'p' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:134: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:206:2: warning: variable 'to' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:294:5: warning: variable 'posy' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:295:5: warning: variable 'modd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:310:7: warning: variable 'tval' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:324:10: warning: variable 'vv' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:368:4: warning: variable 'cyl' of type 'Cylinder' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:381:2: warning: variable 'miny' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:382:2: warning: variable 'maxy' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:412:3: warning: variable 'angle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:413:3: warning: variable 'p1' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:414:3: warning: variable 'p2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:457:6: warning: variable 'res' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:480:6: warning: variable 'res' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:501:5: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:559:6: warning: variable 'idx' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:573:9: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:610:5: warning: variable 'nbv' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:629:10: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:674:2: warning: variable 'tile' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:675:2: warning: variable 'radius' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:677:2: warning: variable 'minx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:678:2: warning: variable 'maxx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:679:2: warning: variable 'minz' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:680:2: warning: variable 'maxz' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:697:4: warning: variable 'dd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:765:2: warning: variable 'sr30' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:766:2: warning: variable 'sr40' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:767:2: warning: variable 'sr180' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:782:3: warning: variable 'miny' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:783:3: warning: variable 'maxy' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:841:4: warning: variable 'fcenter' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:889:2: warning: variable 'tile' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:890:2: warning: variable 'radius' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:892:2: warning: variable 'minx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:893:2: warning: variable 'maxx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:894:2: warning: variable 'minz' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:895:2: warning: variable 'maxz' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:938:2: warning: variable 'sr30' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:939:2: warning: variable 'sr40' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:940:2: warning: variable 'sr180' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:977:4: warning: variable 'miny' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:978:4: warning: variable 'maxy' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1058:2: warning: variable 'sr30' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1059:2: warning: variable 'sr40' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1060:2: warning: variable 'sr180' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1086:4: warning: variable 'nbv' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1113:9: warning: variable 'nn' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1114:9: warning: variable 'posi' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1216:5: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1217:5: warning: variable 'pente' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1286: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:1291:3: warning: variable 'curmovedist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1434: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:1437: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:1447:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1457:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1467:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1479:3: warning: variable 'sphere' of type 'Sphere' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1487:6: warning: variable 'dd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1496:3: warning: variable 'tile' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Collisions.cpp:1508:5: warning: variable 'dd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:114:2: warning: variable 'diff' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:135:3: warning: variable 'RATI' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:142:4: warning: variable 'curr' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:178:3: warning: variable 'cut' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:179:3: warning: variable 'ysec2' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:180:3: warning: variable 'ysec1' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:186:4: warning: variable 'curr' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:223:3: warning: variable 'distt' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:233:4: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:348:4: warning: variable 'source' of type 'PhysicsParticle &' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:369:3: warning: variable 'accum1' of type 'PhysicsParticle &' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:370:3: warning: variable 'accum2' of type 'PhysicsParticle &' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:371:3: warning: variable 'accum3' of type 'PhysicsParticle &' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:372:3: warning: variable 'accum4' of type 'PhysicsParticle &' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:374: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:375: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:527:9: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:552:2: warning: variable 'now' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:617:3: warning: variable 'ray' of type 'RaycastResult' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:635:4: warning: variable 'velocity' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:637:4: warning: variable 'power' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:652:5: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Physics.cpp:680:2: warning: variable 't_threshold' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:68:5: warning: variable 'cyl' of type 'Cylinder' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:115:2: warning: variable 'angle' of type 'Anglef' (aka 'Angle') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:125:2: warning: variable 'num' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:165:2: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:202:2: warning: variable '_amat' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:216:2: warning: variable 'power' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:219:2: warning: variable 'dmgs' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:280:2: warning: variable 'timeDeltaMs' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:326: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:352:2: warning: variable 'nbact' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:364:3: warning: variable 'result' of type 'RaycastResult' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:394:4: warning: variable 'precision' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:424:7: warning: variable 'vid' of type 'unsigned short' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:425:7: warning: variable 'd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:435:7: warning: variable 'damages' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:439:8: warning: variable 'color' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/physics/Projectile.cpp:440: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:109:4: warning: variable 'initialized' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Dialog.cpp:92:2: warning: variable 'end' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Dialog.cpp:236:2: warning: variable 'messageArg' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Dialog.cpp:238:2: warning: variable 'titleArg' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Dialog.cpp:258:2: warning: variable 'messageArg' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Dialog.cpp:343:2: warning: variable 'wasInitialized' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Dialog.cpp:438:3: warning: variable 'code' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Environment.cpp:128:4: warning: variable 'start' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Environment.cpp:444:3: warning: variable 'path' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Environment.cpp:457:2: warning: variable 'path' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Environment.cpp:489:3: warning: variable 'decoded' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Environment.cpp:491:3: warning: variable 'sep' of type 'boost::char_separator' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Environment.cpp:493:17: warning: variable 'libexec_dir' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Environment.cpp:676:3: warning: variable 'decoded' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Environment.cpp:678:3: warning: variable 'sep' of type 'boost::char_separator' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Environment.cpp:679:3: warning: variable 'tokens' of type 'tokenizer' (aka 'tokenizer>') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Environment.cpp:685:3: warning: variable 'end' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Environment.cpp:689:6: warning: variable 'locale' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:310:3: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:317:3: warning: variable 'value' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:457:2: warning: variable 'version_files' of type 'const char *[5][2]' can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:548:2: warning: variable 'max' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:556:2: warning: variable 'count' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:570:2: warning: variable 'p' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:634:4: warning: variable 'sep' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:639:4: warning: variable 'end' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:680:3: warning: variable 'pages' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/platform/OS.cpp:681:3: warning: variable 'pagesize' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Process.cpp:98:2: warning: variable 'dev_null' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Process.cpp:332:2: warning: variable 'ret' of type 'pid_t' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Process.cpp:391:2: warning: variable 'process' of type 'process_handle' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Process.cpp:396:2: warning: variable 'exe' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Process.cpp:397:2: warning: variable 'process' of type 'process_handle' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Process.cpp:431:2: warning: variable 'ret' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Process.cpp:439:2: warning: variable 'process' of type 'process_handle' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/platform/Process.cpp:450: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:102:2: warning: variable 'policy' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Thread.cpp:107:2: warning: variable 'min' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/platform/Thread.cpp:108:2: warning: variable 'max' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:55:2: warning: variable 'autoLock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:76:2: warning: variable 'autoLock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:126:2: warning: variable 'exe' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:157:3: warning: variable 'absolute' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:164:2: warning: variable 'autoLock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:190:2: warning: variable 'autoLock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:224:2: warning: variable 'autoLock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:231:2: warning: variable 'autoLock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:237:2: warning: variable 'length' of type 'size_t' (aka 'unsigned long') 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 'autoLock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:275:2: warning: variable 'autoLock' of type 'Autolock' 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:316:2: warning: variable 'autoLock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerImpl.cpp:322:2: warning: variable 'autoLock' of type 'Autolock' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerPOSIX.cpp:310:2: warning: variable 'core' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashHandlerPOSIX.cpp:491:2: warning: variable 'processor' of type 'pid_t' (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:122:2: warning: variable 'processor' of type 'pid_t' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:126:3: warning: variable 'child' of type 'pid_t' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:158:3: warning: variable 'ticksPerSecond' of type 'u64' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:320:4: warning: variable 'file' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:361:3: warning: variable 'exe' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:373: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:397:5: warning: variable 'offset' of type 'u64' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:420:3: warning: variable 'pid' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:431:3: warning: variable 'gdbstdout' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:444:7: warning: variable 'sstart' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:455:8: warning: variable 'pend' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:460:7: warning: variable 'fstart' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:462:8: warning: variable 'fend' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:485:2: warning: variable 'coredump' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:493:3: warning: variable 'core' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:494:3: warning: variable 'crashReportDir' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:514:3: warning: variable 'pid' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/platform/crashhandler/CrashProcessorPOSIX.cpp:521:4: warning: variable 'filename' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Background.cpp:89:3: warning: variable 'minx' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Background.cpp:90:3: warning: variable 'minz' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Background.cpp:91:3: warning: variable 'maxx' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Background.cpp:92:3: warning: variable 'maxz' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Background.cpp:94:3: warning: variable 'bbmin' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Background.cpp:95:3: warning: variable 'bbmax' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Background.cpp:97:3: warning: variable 'bb' of type 'Rectf' (aka 'Rectangle_') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Background.cpp:99:3: warning: variable 'bbcenter' of type 'Vec2f' (aka 'vec<2, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Background.cpp:110:5: warning: variable 'nbvert' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Background.cpp:155:2: warning: variable 'tile' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Background.h:81:3: warning: variable 'tile' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:168:2: warning: variable 't' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:204:2: warning: variable 'idString' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:331:2: warning: variable 'num' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:343:3: warning: variable 't' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:345:4: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:409:2: warning: variable 'num' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:467:2: warning: variable 'allocsize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:534:2: warning: variable 'ret' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:559:3: warning: variable 'type' of type 'VariableType' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:623:2: warning: variable 'allocsize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:648:3: warning: variable 'idString' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:729:2: warning: variable 'jumpstart' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:911:2: warning: variable 'savefile' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1099:2: warning: variable 'allocsize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1363:3: warning: variable 'loop' of type 'SoundLoopMode' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1364:3: warning: variable 'name' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1442:2: warning: variable 'levelFile' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1549:3: warning: variable 'precastSlot' of type 'PRECAST_STRUCT' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1564:2: warning: variable 'jumpstart' of type 'PlatformInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1734:3: warning: variable 'type' of type 'VariableType' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1812:3: warning: variable 'graphPos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1820:2: warning: variable 'classPath' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1892:3: warning: variable 'nb_iogroups' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:1966:4: warning: variable 'nn' of type 's32' (aka 'int') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:2040:3: warning: variable 'over_allowevents' of type 'DisabledEvents' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:2260:3: warning: variable 'hidegore' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:2440:2: warning: variable 'ret' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:2466:2: warning: variable 'levelSave' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/ChangeLevel.cpp:2598:2: warning: variable 'engineVersion' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:294:3: warning: variable 'e_id' of type 'EnvId' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:324:2: warning: variable 'presence' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:402:2: warning: variable 'sample_id' of type 'audio::SampleHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:447:2: warning: variable 'sample_id' of type 'audio::SampleHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:457:2: warning: variable 'presence' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:485:2: warning: variable 'mi' of type 'CollisionMaps::iterator' (aka '_Rb_tree_iterator, std::map, (anonymous namespace)::SoundMaterial, std::less>, std::allocator, (anonymous namespace)::SoundMaterial>>>>>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:491:2: warning: variable 'ci' of type 'CollisionMap::iterator' (aka '_Rb_tree_iterator, (anonymous namespace)::SoundMaterial>>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:497:2: warning: variable 'sample_id' of type 'audio::SampleHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:505:2: warning: variable 'presence' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:529:2: warning: variable 'sample_id' of type 'audio::SampleHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:579:3: warning: variable 'presence' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:593:2: warning: variable 'sample_id' of type 'audio::SampleHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:607: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:734:2: warning: variable 'temp' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:988:3: warning: variable 'data' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:1070:2: warning: variable 'file' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:1072:2: warning: variable 'data' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:1092:3: warning: variable 'factor' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/GameSound.cpp:1103:2: warning: variable 'it' of type 'PresenceFactors::const_iterator' (aka '_Rb_tree_const_iterator>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:157:2: warning: variable 'shop_multiply' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:158:2: warning: variable 'durability_ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:165:2: warning: variable 'price' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:177:2: warning: variable 't' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:192:2: warning: variable 'n' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:267:2: warning: variable 'grp' of type 'ObjSelection' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:392:3: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:482:2: warning: variable 'Cam_Room' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:483:2: warning: variable 'PlayerRoom' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:486:2: warning: variable 'sGlobalPlayerRoom' of type 'short' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:536:7: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:546:7: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:593:2: warning: variable 'M_TREAT' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:688:2: warning: variable 'pbox' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:985:2: warning: variable 'icontochange' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:994:3: warning: variable 'pos' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1014:2: warning: variable 'pos' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1062: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:1066:3: warning: variable 'anything' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1117:3: warning: variable 'vvp' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1124:3: warning: variable 'diff' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1126:3: warning: variable 'eediff' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1131:4: warning: variable 'mul' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1145:6: warning: variable 'ratio' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1192: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:1285:2: warning: variable 'file' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1317:2: warning: variable 'className' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1318:2: warning: variable 'classDir' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1322:3: warning: variable 'idString' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1345:2: warning: variable 'object' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1346:2: warning: variable 'script' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1411:2: warning: variable 'object' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1412:2: warning: variable 'script' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1463:2: warning: variable 'object' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1464:2: warning: variable 'script' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1563:2: warning: variable 'object' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1564:2: warning: variable 'script' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1649:2: warning: variable 'object' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1650:2: warning: variable 'script' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1651:2: warning: variable 'icon' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1765:3: warning: variable 'bPass' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1820:5: warning: variable 'n' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1853:2: warning: variable 'num' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1931:5: warning: variable 'idx' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1938:4: warning: variable 'nbv' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1970:4: warning: variable 'elapsed' of type 'GameDuration' (aka 'DurationType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1992:4: warning: variable 'last' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:1996:6: warning: variable 'waypoint' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:2005:6: warning: variable 'waypoint' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:2071:6: warning: variable 'f2' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:2166:2: warning: variable 'textureState' of type 'UseTextureState' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:2181:3: warning: variable 'invisibility' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:2204:5: warning: variable 'rotation' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:2205:5: warning: variable 't' of type 'TransformInfo' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Interactive.cpp:2328:3: warning: variable 'fallvector' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:98:3: warning: variable 'infra' of type 'Color3f' (aka 'Color3') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:149: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:154: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:157:3: warning: variable 'siz' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:158:3: warning: variable 'fMaxdist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:160:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:175:4: warning: variable 'fMaxdist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:194:8: warning: variable '_pos2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:210:8: warning: variable '_pos2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:247:5: warning: variable 'sub' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:384:2: warning: variable 'handle' of type 'LightHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:429:2: warning: variable 'threshold' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:520: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:551:3: warning: variable 'dd' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:559:5: warning: variable 'p' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:579:3: warning: variable 'to' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:580:3: warning: variable 'div' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:582:3: warning: variable 'tile' of type 'Vec2s' (aka 'vec<2, short, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:591:4: warning: variable 'col' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:621: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:627:4: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:633:5: warning: variable 'p' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:650:2: warning: variable 'ir' of type 'u8' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:651:2: warning: variable 'ig' of type 'u8' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:652:2: warning: variable 'ib' of type 'u8' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:666:2: warning: variable 'nbvert' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:676:3: warning: variable 'c' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:681:3: warning: variable 'position' of type 'Vec3f &' (aka 'vec<3, float, glm::highp> &') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:682:3: warning: variable 'normal' of type 'Vec3f &' (aka 'vec<3, float, glm::highp> &') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:687:4: warning: variable 'vLight' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:692:5: warning: variable 'distance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:697:6: warning: variable 'p' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:710:3: warning: variable 'ir' of type 'u8' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:711:3: warning: variable 'ig' of type 'u8' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Light.cpp:712:3: warning: variable 'ib' of type 'u8' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LinkedObject.cpp:85:2: warning: variable 'ni' of type 'ActionPoint' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LinkedObject.cpp:90:2: warning: variable 'group' of type 'ObjVertGroup' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LinkedObject.cpp:95:2: warning: variable 'ni2' of type 'ActionPoint' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:101:2: warning: variable 't' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:125:3: warning: variable 'pbox' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:155:3: warning: variable 'j' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:203:2: warning: variable 'count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:231:2: warning: variable 'lightingFileName' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:289:3: warning: variable 'scene' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:323:4: warning: variable 'graphPos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:328:4: warning: variable 'classPath' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:340:2: warning: variable 'nb_lights' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:356:3: warning: variable 'n' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:375:4: warning: variable 'out' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:397: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:399:3: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/scene/LoadLevel.cpp:576:4: warning: variable 'nbvert' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Object.cpp:147:3: warning: variable 'lHeadOrigin' of type 'ObjVertHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Object.cpp:365:19: warning: variable 'index' of type 'u32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Object.cpp:383:5: warning: variable 'parent' of type 'Bone &' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Object.cpp:397:17: warning: variable 'index' of type 'u32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Object.cpp:418: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:140:3: warning: variable 'flags' of type 'BufferFlags' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:243:2: warning: variable 'dists' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:263:2: warning: variable 'room_num' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:265:3: warning: variable 'frustrums' of type 'EERIE_FRUSTRUM_DATA &' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:377:5: warning: variable 'frustrums' of type 'EERIE_FRUSTRUM_DATA &' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:421:3: warning: variable 'off' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:501: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:524:18: warning: variable 'portal' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:632:2: warning: variable 'A' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:633:2: warning: variable 'B' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:759:2: warning: variable 'u' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:760:2: warning: variable 'v' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:818:2: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:826:2: warning: variable 'time' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:831:3: warning: variable 'iNbVertex' of type 'unsigned short' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:886:2: warning: variable 'baseState' of type 'RenderState' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:897:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:904:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:932:2: warning: variable 'time' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:937:3: warning: variable 'iNbVertex' of type 'unsigned short' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:954: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:1009:4: warning: variable 'tilex' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1010:4: warning: variable 'tilez' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1011:4: warning: variable 'radius' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1013:4: warning: variable 'minx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1014:4: warning: variable 'maxx' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1015:4: warning: variable 'minz' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1016:4: warning: variable 'maxz' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1043: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:1044:3: warning: variable 'to' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1117:6: warning: variable 'lr' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1119:6: warning: variable 'p' of type 'Vec4f' (aka 'vec<4, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1127:6: warning: variable 'norm' of type 'Vec3f &' (aka 'vec<3, float, glm::highp> &') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1128:6: warning: variable 'fb' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1153:4: warning: variable 'uvScroll' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1157:4: warning: variable 'uvScroll' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1185:3: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1233:3: warning: variable 'roomMat' of type 'SMY_ARXMAT &' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1236:4: warning: variable 'transType' of type 'BatchBucket' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1267:4: warning: variable 'state' of type 'UseRenderState' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1293:2: warning: variable 'fClippZFar' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1296:16: warning: variable 'portal' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1303:3: warning: variable 'epp' of type 'PortalPoly &' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1309:4: warning: variable 'fDist0' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1323: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:1324:3: warning: variable 'fRes' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1330:3: warning: variable 'Cull' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1332:3: warning: variable 'fd' of type 'EERIE_FRUSTRUM' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1362:2: warning: variable 'now' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1376:2: warning: variable 'screenFrustrum' of type 'EERIE_FRUSTRUM' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1385:3: warning: variable 'room_num' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1387:4: warning: variable 'roomIndex' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/scene/Scene.cpp:1430:3: warning: variable 'invisibility' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:300:2: warning: variable 'num' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:365:2: warning: variable 'heartbeat_count' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:369:3: warning: variable 'i' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:381:3: warning: variable 'event' of type 'ScriptEventName' can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:416:2: warning: variable 'c' of type 'char' can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:633:6: warning: variable 'yaw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:643:6: warning: variable 'yaw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:662:7: warning: variable 'Player_Room' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:667:6: warning: variable 't' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:674:8: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:675:8: warning: variable 'pos2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:700:5: warning: variable 't' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:714:6: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:723:5: warning: variable 'temp' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:789: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:928:5: warning: variable 'id' of type 'SpellType' can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:986:6: warning: variable 't' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:992:8: warning: variable 'pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:993:8: warning: variable 'pos2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1057:5: warning: variable 't' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1181:5: warning: variable 'temp' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1183:5: warning: variable 'id' of type 'SpellType' can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1507:2: warning: variable 'num' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1514:3: warning: variable 'ret' of type 'ScriptResult' can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1528:2: warning: variable 'num' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1644: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:1690:3: warning: variable 'now' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1691:3: warning: variable 'fire_time' of type 'GameInstant' (aka 'InstantType') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1700:4: warning: variable 'increment' of type 's64' (aka 'long') can be declared 'const' [misc-const-correctness] +Arx/src/script/Script.cpp:1711:3: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptEvent.cpp:298:3: warning: variable 'word' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptEvent.cpp:323:3: warning: variable 'it' of type 'Commands::const_iterator' (aka '_Rb_tree_const_iterator, script::Command *>>') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptEvent.cpp:327:4: warning: variable 'command' of type 'script::Command &' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptEvent.cpp:408:2: warning: variable 'res' of type 'Res' (aka 'pair<_Rb_tree_iterator, script::Command *>>, bool>') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptEvent.cpp:419:2: warning: variable 'count' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptUtils.cpp:100:3: warning: variable 'c' of type 'char' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptUtils.cpp:279:2: warning: variable 'word' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptUtils.cpp:344:2: warning: variable 'targetpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptUtils.cpp:394:2: warning: variable 'oldpos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptUtils.cpp:423: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:428: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:67:2: warning: variable 'it' of type 'Animations::const_iterator' (aka '_Rb_tree_const_iterator, AnimationNumber>>') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:82:3: warning: variable 'pitch' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:83:3: warning: variable 'yaw' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:84:3: warning: variable 'roll' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:125:3: warning: variable 'anim' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:129:3: warning: variable 'num' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:156:3: warning: variable 'angle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:206:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:225:3: warning: variable 'anim' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:241:3: warning: variable 'num' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:265:4: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:271:4: warning: variable 'timername' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:306:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:312:3: warning: variable 'anim' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:314:3: warning: variable 'file' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:324:3: warning: variable 'num' of type 'AnimationNumber' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:366:3: warning: variable 'dx' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:367:3: warning: variable 'dy' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:368:3: warning: variable 'dz' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:387:3: warning: variable 'type' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:427:3: warning: variable 'zone' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:454:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:459:3: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedAnimation.cpp:505: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 'float' 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:92:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:96:3: warning: variable 'power' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:123:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:126:5: warning: variable 'volume' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:127:5: warning: variable 'ambiance' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:129:5: warning: variable 'ret' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:138:5: warning: variable 'ambiance' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:145:3: warning: variable 'ambiance' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:150:4: warning: variable 'ret' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:170:3: warning: variable 'blocked' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:189:3: warning: variable 'sourceio' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:192:3: warning: variable 'source' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:194:3: warning: variable 'targetio' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:197:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:201:3: warning: variable 'i' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:202:3: warning: variable 'i2' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:220:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:226:3: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:258:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:262:3: warning: variable 'group' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:299:3: warning: variable 'command' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:303:4: warning: variable 'ambiance' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:307:4: warning: variable 'ret' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:347:3: warning: variable 'source' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedControl.cpp:348:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:77:3: warning: variable 'param' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:101:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:113:3: warning: variable 'sample' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:161:3: warning: variable 'sample' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:169: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:253:4: warning: variable 'id' of type 'ActionPoint' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:263:4: warning: variable 'id' of type 'ActionPoint' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:274:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:286:3: warning: variable 'command' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:340:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:364:3: warning: variable 'text' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:376:3: warning: variable 'data' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:390:3: warning: variable 'speechnum' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:395:3: warning: variable 'onspeechend' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:412:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:421:3: warning: variable 'text' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:427:3: warning: variable 'data' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:433:3: warning: variable 'command' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedConversation.cpp:435:3: warning: variable 'onspeechend' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:78:3: warning: variable 'object' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:93:3: warning: variable 'last_angle' of type 'Anglef' (aka 'Angle') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:109:3: warning: variable 'oldPos' of type 'InventoryPos' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:110:3: warning: variable 'wasDragged' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:184:3: warning: variable 'choice' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:228:3: warning: variable 'type' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:235:4: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:250:5: warning: variable 'path' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:266:6: warning: variable 'dist' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:275:5: warning: variable 'path' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:328:3: warning: variable 'type' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:342:4: warning: variable 'fval' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:372:3: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:374:3: warning: variable 'attach' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:378:3: warning: variable 't' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:399:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:403:3: warning: variable 't' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:422:3: warning: variable 'ab' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:435:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:439:3: warning: variable 't' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:459:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:463:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:466:3: warning: variable 'hide' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:510:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:515:5: warning: variable 'fangle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:529:5: warning: variable 'level' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:530:5: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:578: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:601: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:643:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:658:3: warning: variable 'destroyed' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:684:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:714:3: warning: variable 'type' of type 'DamageType' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:716:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:718:3: warning: variable 'damage' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:728:3: warning: variable 'self' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOControl.cpp:748:3: warning: variable 'damages' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:107:3: warning: variable 'enable' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:136:3: warning: variable 'enable' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:161:3: warning: variable 'trapvalue' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:184:3: warning: variable 'secretvalue' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:227:3: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:231:3: warning: variable 'it' of type 'Materials::const_iterator' (aka '_Rb_tree_const_iterator, Material>>') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:269:3: warning: variable 'interactivity' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:349:3: warning: variable 'enable' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:389:3: warning: variable 'trans' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:412:3: warning: variable 'r' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:413:3: warning: variable 'g' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:414:3: warning: variable 'b' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:452:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:499:3: warning: variable 'type' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:503:4: warning: variable 'oldskin' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:504:4: warning: variable 'newskin' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:513:4: warning: variable 'icon' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedIOProperties.cpp:576:3: warning: variable 'mesh' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:72:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:84:3: warning: variable 'command' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:133:3: warning: variable 'tpname' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:145:3: warning: variable 'text' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:249:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:253:3: warning: variable 'command' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:279:3: warning: variable 'message' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:338:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:344:4: warning: variable 'marker' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:352:4: warning: variable 'x' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:353:4: warning: variable 'y' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:354:4: warning: variable 'level' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:356:4: warning: variable 'marker' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:377:3: warning: variable 'symbol' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInterface.cpp:379:3: warning: variable 'duration' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:91:3: warning: variable 'res' of type 'Res' (aka 'pair<_Rb_tree_iterator, script::(anonymous namespace)::InventoryCommand::SubCommand *>>, bool>') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:196:4: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:246:5: warning: variable 'count' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:276:4: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:326:5: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:438:3: warning: variable 'it' of type 'Commands::const_iterator' (aka '_Rb_tree_const_iterator, script::(anonymous namespace)::InventoryCommand::SubCommand *>>') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:458:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:462:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:466:3: warning: variable 't' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:493:3: warning: variable 'draw' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:531:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedInventory.cpp:537:3: warning: variable 'weapon' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:72:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:75:3: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:96:3: warning: variable 'poisonous' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:97:3: warning: variable 'poisonous_count' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:122:3: warning: variable 'stealvalue' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:149:3: warning: variable 'lightvalue' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:172:3: warning: variable 'food_value' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:192:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:196:3: warning: variable 'type' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:219:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:228:3: warning: variable 'modifierName' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:235:3: warning: variable 'fval' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:261:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:265:3: warning: variable 'durability' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:287:3: warning: variable 'count' of type 'short' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:306:3: warning: variable 'count' of type 'short' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:325:3: warning: variable 'price' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedItem.cpp:344:3: warning: variable 'size' of type 'short' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:91:3: warning: variable 'label' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:96:4: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:143:3: warning: variable 'chance' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:147:3: warning: variable 't' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:187:3: warning: variable 'event' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:210:3: warning: variable 'timer' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:262:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') 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:335:6: warning: variable '_pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:336:6: warning: variable '_pos2' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:368:6: warning: variable '_pos' of type 'Vec3f' (aka 'vec<3, float, glm::highp>') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:422:3: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:423:3: warning: variable 'enable' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:427:3: warning: variable 'mask' of type 'DisabledEvents' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:449:3: warning: variable 'c' of type 'char' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:552:3: warning: variable 'res' of type 'Res' (aka 'pair<_Rb_tree_iterator, script::(anonymous namespace)::IfCommand::Operator *>>, bool>') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:640:4: warning: variable 'flag' of type 'ItemType' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:778:3: warning: variable 'left' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:780:3: warning: variable 'op' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:782:3: warning: variable 'right' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:784:3: warning: variable 'it' of type 'Operators::const_iterator' (aka '_Rb_tree_const_iterator, script::(anonymous namespace)::IfCommand::Operator *>>') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:792:3: warning: variable 't1' of type 'ValueType' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:793:3: warning: variable 't2' of type 'ValueType' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:849:2: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:854:2: warning: variable 'command' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:873:2: warning: variable 'count' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:881:2: warning: variable 'timername' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedLang.cpp:884:2: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:73:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:82:3: warning: variable 'command' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:153:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:184:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:188:5: warning: variable 'spellname' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:189:5: warning: variable 'spellid' of type 'SpellType' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:193:5: warning: variable 'from' of type 'EntityHandle' (aka 'HandleType') 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:270:3: warning: variable 'detectvalue' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:293:3: warning: variable 'r' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:294:3: warning: variable 'g' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:295:3: warning: variable 'b' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:314:3: warning: variable 'speed' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:333:3: warning: variable 'stare_factor' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:352:3: warning: variable 'stat' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:353:3: warning: variable 'value' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:397:3: warning: variable 'mode' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:428:3: warning: variable 'life' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:454:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:524:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:549:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedNPC.cpp:553:3: warning: variable 't' of type 'EntityHandle' (aka 'HandleType') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:96:3: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:115:3: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:182:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:186:3: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:206:4: warning: variable 'it' of type 'Runes::const_iterator' (aka '_Rb_tree_const_iterator, RuneFlag>>') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:232:3: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:252: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:390:3: warning: variable 'type' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:412:4: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:423:4: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:499:3: warning: variable 'key' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:518:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:546:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:557:3: warning: variable 'level' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:559:3: warning: variable 'spellname' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:563:3: warning: variable 'spellid' of type 'SpellType' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:592:3: warning: variable 'fval' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:611:3: warning: variable 'enable' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:635:3: warning: variable 'options' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedPlayer.cpp:639:3: warning: variable 'enable' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedVariable.cpp:67:3: warning: variable 'val' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedVariable.cpp:149:3: warning: variable 'val' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedVariable.cpp:171:5: warning: variable 'old' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedVariable.cpp:178:5: warning: variable 'old' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/src/script/ScriptedVariable.cpp:221:3: warning: variable 'var' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/src/util/IteratedHash.h:85:4: warning: variable 'c' of type 'u8' (aka 'unsigned char') can be declared 'const' [misc-const-correctness] +Arx/src/util/IteratedHash.h:174: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:182:2: warning: variable 'num' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/util/IteratedHash.h:199:3: warning: variable 'leftOver' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/util/IteratedHash.h:261:2: warning: variable 'order' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/util/IteratedHash.h:263:2: warning: variable 'padSize' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/src/util/IteratedHash.h:277: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:278:2: warning: variable 'oldfill' of type 'char' can be declared 'const' [misc-const-correctness] +Arx/src/util/Unicode.h:218:2: warning: variable 'oend' of type 'std::string::iterator' (aka '__normal_iterator>') can be declared 'const' [misc-const-correctness] +Arx/src/util/Unicode.h:247:2: warning: variable 'oend' of type 'std::string::iterator' (aka '__normal_iterator>') can be declared 'const' [misc-const-correctness] +Arx/src/util/Unicode.h:329:2: warning: variable 'bytesToWrite' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/util/Unicode.h:413: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:250: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>' can be declared 'const' [misc-const-correctness] +Arx/src/util/cmdline/detail/Interpreter.h:176:2: warning: variable 'itStorage' of type 'typename storage_t::iterator' (aka '_Rb_tree_iterator, util::cmdline::detail::interpreter>, util::cmdline::type_cast>::ikey_t>>') can be declared 'const' [misc-const-correctness] +Arx/src/util/cmdline/detail/Interpreter.h:193:2: warning: variable 'primary_key' of type 'typename alt_name_t::const_iterator' (aka '_Rb_tree_const_iterator, std::basic_string>>') can be declared 'const' [misc-const-correctness] +Arx/src/util/cmdline/detail/Interpreter.h:199:2: warning: variable 'it' of type 'typename storage_t::const_iterator' (aka '_Rb_tree_const_iterator, util::cmdline::detail::interpreter>, 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:652:2: warning: variable 'wasFullscreen' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/src/window/SDL2Window.cpp:669:4: warning: variable 'display' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/window/SDL2Window.cpp:681:2: warning: variable 'flags' of type 'Uint32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/src/window/SDL2Window.cpp:711:2: warning: variable 'oldMode' of type 'DisplayMode' can be declared 'const' [misc-const-correctness] +Arx/src/window/SDL2Window.cpp:717:2: warning: variable 'display' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/src/window/SDL2Window.cpp:798: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:891:2: warning: variable 'setting' of type 'MinimizeSetting' can be declared 'const' [misc-const-correctness] +Arx/src/window/Window.cpp:75:2: warning: variable 'it' of type 'Listeners::iterator' (aka '__normal_iterator>>') can be declared 'const' [misc-const-correctness] +Arx/src/window/Window.cpp:83: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:44:2: warning: variable 'time' of type 'std::time_t' (aka 'long') can be declared 'const' [misc-const-correctness] +Arx/tests/io/fs/FilesystemTest.cpp:54:3: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tests/io/fs/FilesystemTest.cpp:56:3: warning: variable 'type' of type 'fs::FileType' can be declared 'const' [misc-const-correctness] +Arx/tests/io/fs/FilesystemTest.cpp:79:3: warning: variable 'it' of type 'Entries::iterator' (aka '_Rb_tree_iterator, FilesystemTest::Entry>>') can be declared 'const' [misc-const-correctness] +Arx/tests/io/fs/FilesystemTest.cpp:100:3: warning: variable 'path' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/tests/io/fs/FilesystemTest.cpp:101: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:41: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:42: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:121:3: warning: variable 'A' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:122:3: warning: variable 'B' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:128:3: warning: variable 'inverseB' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:132: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:133: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:140: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:147:2: warning: variable 'A' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:148: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:226:3: warning: variable 'q' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:228:3: warning: variable 'q2' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:230:3: warning: variable 'q3' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:232:3: warning: variable 'q4' of type 'glm::quat' (aka 'qua') can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:251: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:252: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:253: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:262:3: warning: variable 'angle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:263: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:264: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:266: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:276:3: warning: variable 'angle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:283: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:289:3: warning: variable 'angle' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:296: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:305:3: warning: variable 'focal' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:307:3: warning: variable 'expected' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:308:3: warning: variable 'result' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:321: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:322: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:323: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:324: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:327:4: warning: variable 'f' of type 'float' can be declared 'const' [misc-const-correctness] +Arx/tests/math/LegacyMathTest.cpp:329: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:330: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:152:3: warning: variable 'ba' of type 'QByteArray' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:231:2: warning: variable 'charX' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:232:2: warning: variable 'posX' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:289:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:294:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:299:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:304:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:309:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:314:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:319:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:324:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:329:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:334:3: warning: variable 'pos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:347:3: warning: variable 'key' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:396:4: warning: variable 'ba' of type 'QByteArray' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:477:2: warning: variable 'actPos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:489:2: warning: variable 'cPos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:505:3: warning: variable 'linePos' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:521:2: warning: variable 'yPosStart' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:526:4: warning: variable 'address' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:533:2: warning: variable 'hexBa' of type 'QByteArray' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:534:2: warning: variable 'highLighted' of type 'QBrush' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:535:2: warning: variable 'colHighlighted' of type 'QPen' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:536:2: warning: variable 'selected' of type 'QBrush' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:537:2: warning: variable 'colSelected' of type 'QPen' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:538:2: warning: variable 'colStandard' of type 'QPen' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:548:4: warning: variable 'posBa' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:634:2: warning: variable 'x' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.cpp:657: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:46:2: warning: variable 'data' of type 'QByteArray' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:134:2: warning: variable 'response' of type 'boost::scoped_ptr' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:162:2: warning: variable 'response' of type 'boost::scoped_ptr' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:178:2: warning: variable 'format' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:179:2: warning: variable 'url' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:185:2: warning: variable 'response' of type 'boost::scoped_ptr' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:200:2: warning: variable 'format' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:201:2: warning: variable 'url' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:207:2: warning: variable 'response' of type 'boost::scoped_ptr' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:224:2: warning: variable 'uuid' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:225:2: warning: variable 'boundaryRegular' of type 'QByteArray' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:226:2: warning: variable 'boundary' of type 'QByteArray' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:227:2: warning: variable 'boundaryLast' of type 'QByteArray' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:243:2: warning: variable 'contentType' of type 'QByteArray' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:245:2: warning: variable 'url' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:252:2: warning: variable 'response' of type 'boost::scoped_ptr' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:265:2: warning: variable 'url' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:268:2: warning: variable 'request' of type 'http::Request' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:270:2: warning: variable 'response' of type 'boost::scoped_ptr' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:284:2: warning: variable 'issueLink' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:288:3: warning: variable 'token' of type 'QXmlStreamReader::TokenType' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:317:2: warning: variable 'request' of type 'http::Request' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:319:2: warning: variable 'response' of type 'boost::scoped_ptr' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:325:2: warning: variable 'data' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/tbg/TBG.cpp:329: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:136:4: warning: variable 'idx' of type 'QModelIndex' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/ui/ErrorReportDialog.cpp:186:2: warning: variable 'fileName' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/ui/ErrorReportDialog.cpp:187:2: warning: variable 'ext' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/ui/ErrorReportDialog.cpp:216:2: warning: variable 'textDescription' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/ui/ErrorReportDialog.cpp:231:3: warning: variable 'prefix' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/crashreporter/ui/ErrorReportDialog.cpp:235: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:75:2: warning: variable 'fileName' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:100:2: warning: variable 'minimumVersion' of type 'u32' (aka 'unsigned int') can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:110:3: warning: variable 'chunkSize' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:123:5: warning: variable 'foo' of type 'int' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:127:5: warning: variable 'string' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:188:4: warning: variable 'transBefore' of type 'QTransform' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:280:4: warning: variable 'offset' of type 'qreal' (aka 'double') can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:294:4: warning: variable 'rect' of type 'QRectF' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:297:4: warning: variable 'text' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:341:3: warning: variable 'threadData' of type 'ThreadData &' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:356:2: warning: variable 'oldScenePos' of type 'QPointF' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:358:2: warning: variable 'scaleFactor' of type 'double' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:365:2: warning: variable 'offset' of type 'QPointF' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:371:2: warning: variable 'mousePos' of type 'QPoint' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:372:2: warning: variable 'zoomIn' of type 'bool' can be declared 'const' [misc-const-correctness] +Arx/tools/profiler/ui/ArxProfiler.cpp:414:3: warning: variable 'text' of type 'QString' can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:159:2: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:161:2: warning: variable 'fname' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:163:2: warning: variable 'dir' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:213:2: warning: variable 'it' of type 'Idents::iterator' (aka '_Rb_tree_iterator, std::basic_string>>') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:217:3: warning: variable 'newIdent' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:275:2: warning: variable 'namestr' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:277:2: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:286:2: warning: variable 'lname' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:292:2: warning: variable 'it' of type 'Remap::const_iterator' (aka '_Rb_tree_const_iterator, long>>') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:297:2: warning: variable 'newIdent' of type 'long' can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:371:2: warning: variable 'asi' of type 'ARX_CHANGELEVEL_INDEX &' can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:382:3: warning: variable 'ident' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveFix.cpp:383:3: warning: variable 'it' of type 'Remap::const_iterator' (aka '_Rb_tree_const_iterator, long>>') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveRename.cpp:47:3: warning: variable 'pos' of type 'size_t' (aka 'unsigned long') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveRename.cpp:102:2: warning: variable 'oldName' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveTool.cpp:92:16: warning: variable 'file' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveTool.cpp:100:3: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveTool.cpp:138:3: warning: variable 'command' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:471:5: warning: variable 'value' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:493:3: warning: variable 'anim' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:623:2: warning: variable 'locname' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:625:3: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:647:4: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:682:2: warning: variable 'i' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:699:2: warning: variable 'major' of type 'u16' (aka 'unsigned short') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:700:2: warning: variable 'minor' of type 'u16' (aka 'unsigned short') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:701:2: warning: variable 'patch' of type 'u16' (aka 'unsigned short') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:702:2: warning: variable 'build' of type 'u16' (aka 'unsigned short') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:718:2: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:732:3: warning: variable 'time' of type 'std::time_t' (aka 'long') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:734:3: warning: variable 'oss' of type 'std::ostringstream' (aka 'basic_ostringstream') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:764:2: warning: variable 'engine' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:847:2: warning: variable 'teleportToLevel' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:850:2: warning: variable 'teleportToPosition' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:883:2: warning: variable 'inzone' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:990:4: warning: variable 'quest' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1003:4: warning: variable 'key' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1018:4: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1116: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:1302:2: warning: variable 'mainevent' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1308:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1382:2: warning: variable 'stepmat' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1385:2: warning: variable 'armormat' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1388:2: warning: variable 'weaponmat' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1391:2: warning: variable 'strikespeech' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1395:2: warning: variable 'shop' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1408:2: warning: variable 'invskin' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1450:2: warning: variable 'pathname' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1585:3: warning: variable 'target' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1604:2: warning: variable 'npcflags' of type 'NPCFlags' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1635:2: warning: variable 'c' of type 'Color' (aka 'Color4') can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1805:2: warning: variable 'param1' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/tools/savetool/SaveView.cpp:1810:2: warning: variable 'param2' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/tools/unpak/UnPak.cpp:60:3: warning: variable 'dirpath' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/tools/unpak/UnPak.cpp:72:4: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/unpak/UnPak.cpp:76:4: warning: variable 'path' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/tools/unpak/UnPak.cpp:86:6: warning: variable 'filepath' of type 'fs::path' can be declared 'const' [misc-const-correctness] +Arx/tools/unpak/UnPak.cpp:116:4: warning: variable 'name' of type 'std::string' (aka 'basic_string') can be declared 'const' [misc-const-correctness] +Arx/tools/unpak/UnPak.cpp:120:4: warning: variable 'path' of type 'res::path' can be declared 'const' [misc-const-correctness] +Arx/tools/unpak/UnPak.cpp:140:2: warning: variable 'release' of type 'PakReader::ReleaseFlags' (aka 'Flags') can be declared 'const' [misc-const-correctness] +Arx/tools/unpak/UnPak.cpp:268:4: warning: variable 'type' of type 'fs::FileType' can be declared 'const' [misc-const-correctness]