-Arx/src/animation/AnimationRender.cpp:422:5: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/audio/AudioSource.cpp:92:5: warning: do not use 'else' after 'break' [readability-else-after-return] -Arx/src/audio/openal/OpenALSource.cpp:70:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/cinematic/CinematicKeyframer.cpp:345:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/cinematic/CinematicKeyframer.cpp:351:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/game/Inventory.cpp:828:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/game/Inventory.cpp:838:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/game/Inventory.cpp:950:6: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/game/Inventory.cpp:982:6: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/game/NPC.cpp:2353:6: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/game/NPC.cpp:2553:7: warning: do not use 'else' after 'continue' [readability-else-after-return] -Arx/src/game/NPC.cpp:2914:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/game/magic/Spell.cpp:50:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/game/magic/Spell.cpp:59:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/game/magic/Spell.cpp:95:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/game/magic/SpellRecognition.cpp:219:6: warning: do not use 'else' after 'continue' [readability-else-after-return] -Arx/src/game/magic/SpellRecognition.cpp:400:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/graphics/Raycast.cpp:201:5: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/graphics/effects/PolyBoom.cpp:138:7: warning: do not use 'else' after 'break' [readability-else-after-return] -Arx/src/graphics/font/Font.cpp:415:6: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/graphics/opengl/OpenGLUtil.cpp:181:6: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/graphics/opengl/OpenGLUtil.cpp:190:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/gui/Console.cpp:446:6: warning: do not use 'else' after 'break' [readability-else-after-return] -Arx/src/gui/Console.cpp:498:6: warning: do not use 'else' after 'break' [readability-else-after-return] -Arx/src/gui/Console.cpp:525:6: warning: do not use 'else' after 'break' [readability-else-after-return] -Arx/src/gui/book/Book.cpp:454:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/input/Input.cpp:631:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/input/Input.cpp:680:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/input/TextInput.cpp:436:6: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/IniReader.cpp:33:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/IniReader.cpp:188:5: warning: do not use 'else' after 'continue' [readability-else-after-return] -Arx/src/io/IniSection.cpp:35:2: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/IniSection.cpp:61:2: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/fs/FilePath.cpp:68:6: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/fs/FilePath.cpp:79:6: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/fs/FilePath.cpp:89:6: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/fs/FilePath.cpp:100:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/fs/FilePath.cpp:117:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/fs/FilePath.cpp:137:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/fs/FilePath.cpp:145:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/fs/FilePath.cpp:157:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/fs/FilePath.cpp:174:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/fs/FilePath.cpp:207:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/fs/FilePath.cpp:229:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/fs/FilePath.cpp:291:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/fs/FilePath.h:82:6: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/fs/FilesystemPOSIX.cpp:193:5: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/fs/SystemPaths.cpp:139:5: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/fs/SystemPaths.cpp:151:5: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/fs/SystemPaths.cpp:179:6: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/fs/SystemPaths.cpp:195:5: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/fs/SystemPaths.cpp:369:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/log/Logger.h:202:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/resource/PakEntry.cpp:75:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/resource/PakEntry.cpp:113:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/resource/PakEntry.cpp:172:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/resource/PakReader.cpp:297:5: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/resource/PakReader.cpp:642:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/resource/PakReader.cpp:666:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/resource/ResourcePath.cpp:94:6: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/resource/ResourcePath.cpp:104:6: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/resource/ResourcePath.cpp:116:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/resource/ResourcePath.cpp:124:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/resource/ResourcePath.cpp:138:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/resource/ResourcePath.cpp:146:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/resource/ResourcePath.cpp:158:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/resource/ResourcePath.cpp:174:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/resource/ResourcePath.cpp:207:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/resource/ResourcePath.cpp:229:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/resource/ResourcePath.cpp:290:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/resource/ResourcePath.h:80:5: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/io/resource/ResourcePath.h:92:5: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/math/GtxFunctions.h:219:2: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/platform/Endian.h:121:5: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/platform/Endian.h:189:5: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/platform/Process.cpp:335:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/platform/Process.cpp:340:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/platform/Process.cpp:400:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/platform/Process.cpp:453:5: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/platform/crashhandler/CrashHandlerPOSIX.cpp:147:5: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/scene/Background.cpp:119:9: warning: do not use 'else' after 'break' [readability-else-after-return] -Arx/src/scene/ChangeLevel.cpp:208:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/scene/ChangeLevel.cpp:294:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/scene/ChangeLevel.cpp:2703:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/scene/Interactive.cpp:2285:5: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/scene/Interactive.cpp:2343:2: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/scene/Light.cpp:325:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/scene/Light.cpp:444:5: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/scene/Scene.cpp:412:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/script/Script.cpp:1820:7: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/script/ScriptEvent.cpp:346:6: warning: do not use 'else' after 'break' [readability-else-after-return] -Arx/src/script/ScriptUtils.cpp:59:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/script/ScriptUtils.cpp:147:6: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/script/ScriptUtils.cpp:288:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/script/ScriptUtils.h:37:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/script/ScriptedLang.cpp:506:7: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/util/Unicode.h:317:2: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/src/window/Window.cpp:29:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/tests/math/LegacyMath.h:264:2: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/tools/ToolMain.cpp:41:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/tools/crashreporter/ui/ErrorReportDialog.h:161:5: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/tools/crashreporter/ui/ErrorReportDialog.h:185:5: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/tools/savetool/SaveFix.cpp:221:4: warning: do not use 'else' after 'return' [readability-else-after-return] -Arx/tools/savetool/SaveView.cpp:618:4: warning: do not use 'else' after 'return' [readability-else-after-return]