+Arx/src/audio/Audio.cpp:773:25: warning: method 'update' can be made static [readability-convert-member-functions-to-static] +Arx/src/core/ArxGame.cpp:309:15: warning: method 'initConfig' can be made static [readability-convert-member-functions-to-static] +Arx/src/core/ArxGame.cpp:482:15: warning: method 'initSound' can be made static [readability-convert-member-functions-to-static] +Arx/src/core/ArxGame.cpp:870:15: warning: method 'addPaks' can be made static [readability-convert-member-functions-to-static] +Arx/src/core/ArxGame.cpp:1220:15: warning: method 'updateFirstPersonCamera' can be made static [readability-convert-member-functions-to-static] +Arx/src/core/ArxGame.cpp:1313:15: warning: method 'speechControlledCinematic' can be made static [readability-convert-member-functions-to-static] +Arx/src/core/ArxGame.cpp:1438:15: warning: method 'handlePlayerDeath' can be made static [readability-convert-member-functions-to-static] +Arx/src/core/ArxGame.cpp:1469:15: warning: method 'updateActiveCamera' can be made static [readability-convert-member-functions-to-static] +Arx/src/core/ArxGame.cpp:1490:15: warning: method 'updateTime' can be made static [readability-convert-member-functions-to-static] +Arx/src/core/ArxGame.cpp:1782:15: warning: method 'renderLevel' can be made static [readability-convert-member-functions-to-static] +Arx/src/core/SaveGame.h:94:11: warning: method 'begin' can be made static [readability-convert-member-functions-to-static] +Arx/src/game/magic/Spell.cpp:104:14: warning: method 'getTargetPos' can be made static [readability-convert-member-functions-to-static] +Arx/src/gui/Hud.cpp:469:27: warning: method 'isVisible' can be made static [readability-convert-member-functions-to-static] +Arx/src/gui/Hud.cpp:554:26: warning: method 'isVisible' can be made static [readability-convert-member-functions-to-static] +Arx/src/gui/Hud.cpp:919:24: warning: method 'isVisible' can be made static [readability-convert-member-functions-to-static] +Arx/src/gui/Interface.cpp:642:15: warning: method 'managePlayerControls' can be made static [readability-convert-member-functions-to-static] +Arx/src/gui/Interface.cpp:1602:15: warning: method 'manageEntityDescription' can be made static [readability-convert-member-functions-to-static] +Arx/src/gui/Interface.cpp:1658:15: warning: method 'manageEditorControls' can be made static [readability-convert-member-functions-to-static] +Arx/src/gui/book/Book.cpp:64:18: warning: method 'open' can be made static [readability-convert-member-functions-to-static] +Arx/src/gui/book/Book.cpp:71:18: warning: method 'close' can be made static [readability-convert-member-functions-to-static] +Arx/src/gui/book/Book.cpp:109:22: warning: method 'playReleaseSound' can be made static [readability-convert-member-functions-to-static] +Arx/src/gui/book/Book.cpp:113:22: warning: method 'playErrorSound' can be made static [readability-convert-member-functions-to-static] +Arx/src/gui/book/Book.cpp:121:22: warning: method 'drawTab' can be made static [readability-convert-member-functions-to-static] +Arx/src/gui/book/Book.cpp:127:22: warning: method 'drawActiveTab' can be made static [readability-convert-member-functions-to-static] +Arx/src/gui/book/Book.cpp:133:22: warning: method 'checkTabClick' can be made static [readability-convert-member-functions-to-static] +Arx/src/gui/book/Book.cpp:168:18: warning: method 'canOpenPage' can be made static [readability-convert-member-functions-to-static] +Arx/src/gui/book/Book.cpp:475:18: warning: method 'updateRect' can be made static [readability-convert-member-functions-to-static] +Arx/src/gui/book/Book.cpp:1020:17: warning: method 'RenderBookPlayerCharacter' can be made static [readability-convert-member-functions-to-static] +Arx/src/gui/book/Book.cpp:1344:18: warning: method 'attributeModToColor' can be made static [readability-convert-member-functions-to-static] +Arx/src/gui/hud/PlayerInventory.cpp:118:26: warning: method 'updateCombineFlags' can be made static [readability-convert-member-functions-to-static] +Arx/src/gui/menu/MenuCursor.cpp:70:19: warning: method 'ComputePer' can be made static [readability-convert-member-functions-to-static] +Arx/src/gui/menu/MenuPage.cpp:269:17: warning: method 'buttonSize' can be made static [readability-convert-member-functions-to-static] +Arx/src/io/log/LogBackend.cpp:27:23: warning: method 'format' can be made static [readability-convert-member-functions-to-static] +Arx/src/io/resource/PakReader.cpp:657:17: warning: method 'addFile' can be made static [readability-convert-member-functions-to-static] +Arx/src/scene/Tiles.cpp:29:16: warning: method 'isNearActiveTile' can be made static [readability-convert-member-functions-to-static] +Arx/src/script/ScriptedLang.cpp:525:20: warning: method 'getName' can be made static [readability-convert-member-functions-to-static] +Arx/tests/graphics/ColorTest.cpp:46:17: warning: method 'ColorTypeConversionTests' can be made static [readability-convert-member-functions-to-static] +Arx/tests/io/IniTest.cpp:26:15: warning: method 'intTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/io/IniTest.cpp:45:15: warning: method 'floatTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/io/IniTest.cpp:56:15: warning: method 'boolTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/io/fs/FilePathTest.cpp:29:20: warning: method 'testPath' can be made static [readability-convert-member-functions-to-static] +Arx/tests/io/fs/FilePathTest.cpp:152:20: warning: method 'testResolve' can be made static [readability-convert-member-functions-to-static] +Arx/tests/io/fs/FilePathTest.cpp:243:20: warning: method 'testParent' can be made static [readability-convert-member-functions-to-static] +Arx/tests/io/fs/FilesystemTest.cpp:41:29: warning: method 'checkTime' can be made static [readability-convert-member-functions-to-static] +Arx/tests/io/resource/ResourcePathTest.cpp:28:24: warning: method 'testLoad' can be made static [readability-convert-member-functions-to-static] +Arx/tests/io/resource/ResourcePathTest.cpp:147:24: warning: method 'testResolve' can be made static [readability-convert-member-functions-to-static] +Arx/tests/io/resource/ResourcePathTest.cpp:204:24: warning: method 'testParent' can be made static [readability-convert-member-functions-to-static] +Arx/tests/math/LegacyMathTest.cpp:109:22: warning: method 'rotationTestDataTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/math/LegacyMathTest.cpp:116:22: warning: method 'quaternionTests' can be made static [readability-convert-member-functions-to-static] +Arx/tests/math/LegacyMathTest.cpp:147:22: warning: method 'quatMuliplyTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/math/LegacyMathTest.cpp:170:22: warning: method 'quatTransformVectorTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/math/LegacyMathTest.cpp:192:22: warning: method 'quatMatrixConversionTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/math/LegacyMathTest.cpp:206:22: warning: method 'vecMatrixConversionTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/math/LegacyMathTest.cpp:225:22: warning: method 'angleConversionTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/math/LegacyMathTest.cpp:252:22: warning: method 'inventorySizeTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/math/LegacyMathTest.cpp:264:22: warning: method 'angleToVectorXZ_Test' can be made static [readability-convert-member-functions-to-static] +Arx/tests/math/LegacyMathTest.cpp:278:22: warning: method 'vectorRotateTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/math/LegacyMathTest.cpp:307:22: warning: method 'focalToFovTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/math/LegacyMathTest.cpp:323:22: warning: method 'pointInerpolationTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/util/StringTest.cpp:43:18: warning: method 'stringStoreEmptyTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/util/StringTest.cpp:54:18: warning: method 'stringStoreFittingTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/util/StringTest.cpp:65:18: warning: method 'stringStoreTruncatedNullTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/util/StringTest.cpp:76:18: warning: method 'stringStoreOverflowTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/util/StringTest.cpp:88:18: warning: method 'stringStoreTerminatedEmptyTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/util/StringTest.cpp:99:18: warning: method 'stringStoreTerminatedFittingTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/util/StringTest.cpp:110:18: warning: method 'stringStoreTerminatedOverflowTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/util/StringTest.cpp:121:18: warning: method 'safeGetExactTest' can be made static [readability-convert-member-functions-to-static] +Arx/tests/util/StringTest.cpp:135:18: warning: method 'safeGetTooSmallTest' can be made static [readability-convert-member-functions-to-static] +Arx/tools/crashreporter/tbg/HTTPClient.h:80:14: warning: method 'defaultContentType' can be made static [readability-convert-member-functions-to-static] +Arx/tools/profiler/ui/ArxProfiler.cpp:416:28: warning: method 'humanReadableTime' can be made static [readability-convert-member-functions-to-static]