+Arx/src/ai/PathFinder.cpp:77:2: warning: function 'getId' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/ai/PathFinder.cpp:78:2: warning: function 'getParent' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/ai/PathFinder.cpp:79:2: warning: function 'getCost' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/ai/PathFinder.cpp:80:2: warning: function 'getDistance' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/ai/PathFinder.h:142:2: warning: function 'getIlluminationCost' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/ai/PathFinder.h:143:2: warning: function 'getNearestNode' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/ai/PathFinderManager.cpp:98:2: warning: function 'isBusy' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/animation/Animation.h:98:2: warning: function 'nb_groups' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/animation/Animation.h:136:2: warning: function 'currentAltAnim' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/Ambiance.h:68:2: warning: function 'getType' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/Ambiance.h:70:2: warning: function 'getChannel' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/Ambiance.h:71:2: warning: function 'getName' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/Ambiance.h:75:2: warning: function 'isPaused' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/Ambiance.h:76:2: warning: function 'isPlaying' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/Ambiance.h:77:2: warning: function 'isIdle' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/Ambiance.h:78:2: warning: function 'isLooped' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/AudioResource.h:78:2: warning: function 'isReferenced' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/AudioResource.h:102:2: warning: function 'isValid' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/AudioResource.h:108:2: warning: function 'size' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/AudioResource.h:116:2: warning: function 'begin' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/AudioResource.h:117:2: warning: function 'end' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/AudioSource.h:87:2: warning: function 'getId' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/AudioSource.h:88:2: warning: function 'getSample' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/AudioSource.h:89:2: warning: function 'getChannel' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/AudioSource.h:90:2: warning: function 'getStatus' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/AudioSource.h:91:2: warning: function 'isPlaying' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/AudioSource.h:92:2: warning: function 'isIdle' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/Mixer.h:60:2: warning: function 'isPaused' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/Mixer.h:61:2: warning: function 'getFinalVolume' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/Sample.h:65:2: warning: function 'getName' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/Sample.h:66:2: warning: function 'getLength' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/Sample.h:67:2: warning: function 'getFormat' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/audio/codec/WAV.cpp:70:2: warning: function 'size' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/core/Application.h:62:2: warning: function 'getWindow' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/core/Benchmark.cpp:86:2: warning: function 'empty' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/core/Config.cpp:341:2: warning: function 'getActionKey' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/core/GameTime.h:131:2: warning: function 'isPaused' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/core/SaveGame.h:94:2: warning: function 'begin' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/core/SaveGame.h:95:2: warning: function 'end' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/core/SaveGame.h:97:2: warning: function 'size' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/core/SaveGame.h:98:2: warning: function 'empty' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/Camera.h:48:2: warning: function 'fov' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/Entity.h:397:2: warning: function 'className' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/Entity.h:407:2: warning: function 'instance' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/Entity.h:415:2: warning: function 'idString' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/Entity.h:423:2: warning: function 'instancePath' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/Entity.h:426:2: warning: function 'index' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/Entity.h:449:2: warning: function 'classPath' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/EntityId.h:79:2: warning: function 'className' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/EntityId.h:80:2: warning: function 'instance' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/EntityId.h:96:2: warning: function 'isSpecial' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/EntityId.h:101:2: warning: function 'string' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/Spell.h:150:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/Spell.h:151:2: warning: function 'getCasterPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/Spell.h:152:2: warning: function 'getTargetPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/spells/SpellsLvl02.h:65:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/spells/SpellsLvl02.h:79:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/spells/SpellsLvl03.h:40:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/spells/SpellsLvl03.h:72:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/spells/SpellsLvl04.h:39:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/spells/SpellsLvl04.h:70:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/spells/SpellsLvl04.h:82:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/spells/SpellsLvl04.h:106:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/spells/SpellsLvl05.h:41:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/spells/SpellsLvl06.h:59:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/spells/SpellsLvl06.h:71:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/spells/SpellsLvl06.h:99:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/spells/SpellsLvl07.h:41:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/spells/SpellsLvl07.h:62:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/spells/SpellsLvl07.h:85:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/spells/SpellsLvl07.h:131:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/spells/SpellsLvl08.h:36:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/spells/SpellsLvl08.h:49:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/spells/SpellsLvl08.h:91:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/magic/spells/SpellsLvl09.h:104:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/spell/FlyingEye.h:40:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/game/spell/FlyingEye.h:41:2: warning: function 'getAngle' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/GraphicsFormat.h:54:2: warning: function 'toVec3' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/RenderBatcher.h:57:2: warning: function 'apply' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/RenderBatcher.h:59:2: warning: function 'getTexture' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/RenderBatcher.h:66:2: warning: function 'getDepthTest' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/RenderBatcher.h:69:2: warning: function 'getBlendType' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/RenderBatcher.h:72:2: warning: function 'getLayer' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/RenderBatcher.h:75:2: warning: function 'getWrapMode' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/RenderBatcher.h:78:2: warning: function 'getDepthBias' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/RenderBatcher.h:81:2: warning: function 'getCulling' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/Renderer.h:312:2: warning: function 'isInitialized' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/VertexBuffer.h:47:2: warning: function 'capacity' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/VertexBuffer.h:72:2: warning: function 'capacity' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/data/TextureContainer.h:165:2: warning: function 'size' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/effects/Cabal.h:68:2: warning: function 'randomizeLightColor' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/effects/Trail.h:41:2: warning: function 'emtpy' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/font/Font.h:125:3: warning: function 'anchor' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/font/Font.h:129:3: warning: function 'start' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/font/Font.h:133:3: warning: function 'end' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/font/Font.h:137:3: warning: function 'width' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/font/Font.h:141:3: warning: function 'height' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/font/Font.h:145:3: warning: function 'advance' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/font/Font.h:149:3: warning: function 'head' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/font/Font.h:153:3: warning: function 'tail' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/font/Font.h:157:3: warning: function 'next' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/font/Font.h:161:3: warning: function 'size' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/font/Font.h:176:2: warning: function 'getInfo' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/font/Font.h:177:2: warning: function 'getName' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/font/Font.h:178:2: warning: function 'getSize' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/font/Font.h:179:2: warning: function 'getWeight' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/font/Font.h:191:2: warning: function 'getLineHeight' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/font/Font.h:192:2: warning: function 'getMaxAdvance' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/font/FontCache.cpp:71:3: warning: function 'empty' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/image/Image.h:66:2: warning: function 'getWidth' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/image/Image.h:67:2: warning: function 'getHeight' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/image/Image.h:68:2: warning: function 'getFormat' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/image/Image.h:69:2: warning: function 'getSize' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/image/Image.h:70:2: warning: function 'getNumChannels' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/image/Image.h:72:2: warning: function 'isValid' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/image/Image.h:74:2: warning: function 'hasAlpha' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/image/Image.h:84:2: warning: function 'getData' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/image/Image.h:115:2: warning: function 'save' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/GLTextureStage.h:39:2: warning: function 'getTexture' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/GLVertexBuffer.h:508:2: warning: function 'size' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/GLVertexBuffer.h:510:2: warning: function 'map' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/GLVertexBuffer.h:515:2: warning: function 'create' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/OpenGLRenderer.h:76:2: warning: function 'getMaxAnisotropy' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/OpenGLRenderer.h:77:2: warning: function 'getMaxSupportedAnisotropy' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/OpenGLRenderer.h:80:2: warning: function 'getMaxSupportedAlphaCutoutAntialiasing' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/OpenGLRenderer.h:99:2: warning: function 'hasTextureNPOT' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/OpenGLRenderer.h:100:2: warning: function 'hasSizedTextureFormats' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/OpenGLRenderer.h:101:2: warning: function 'hasIntensityTextures' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/OpenGLRenderer.h:102:2: warning: function 'hasBGRTextureTransfer' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/OpenGLRenderer.h:104:2: warning: function 'hasMapBuffer' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/OpenGLRenderer.h:105:2: warning: function 'hasMapBufferRange' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/OpenGLRenderer.h:106:2: warning: function 'hasBufferStorage' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/OpenGLRenderer.h:107:2: warning: function 'hasBufferUsageStream' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/OpenGLRenderer.h:108:2: warning: function 'hasDrawRangeElements' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/OpenGLRenderer.h:109:2: warning: function 'hasDrawElementsBaseVertex' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/OpenGLRenderer.h:110:2: warning: function 'hasClearDepthf' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/OpenGLRenderer.h:111:2: warning: function 'hasVertexFogCoordinate' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/OpenGLRenderer.h:112:2: warning: function 'hasSampleShading' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/OpenGLUtil.h:92:2: warning: function 'isES' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/opengl/OpenGLUtil.h:95:2: warning: function 'is' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/particle/Particle.h:77:2: warning: function 'isAlive' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/particle/ParticleSystem.h:84:2: warning: function 'IsAlive' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/texture/PackedTexture.h:48:2: warning: function 'getTextureSize' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/texture/PackedTexture.h:49:2: warning: function 'getTextureCount' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/texture/Texture.h:52:2: warning: function 'getSize' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/texture/Texture.h:53:2: warning: function 'getStoredSize' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/texture/Texture.h:55:2: warning: function 'getFormat' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/texture/Texture.h:56:2: warning: function 'hasAlpha' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/texture/Texture.h:58:2: warning: function 'hasMipmaps' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/texture/Texture.h:59:2: warning: function 'isIntensity' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/texture/Texture.h:62:2: warning: function 'getFileName' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/texture/TextureStage.h:54:2: warning: function 'getTexture' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/texture/TextureStage.h:62:2: warning: function 'getWrapMode' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/texture/TextureStage.h:65:2: warning: function 'getMinFilter' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/graphics/texture/TextureStage.h:68:2: warning: function 'getMagFilter' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/CinematicBorder.h:29:2: warning: function 'isActive' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/CinematicBorder.h:30:2: warning: function 'elapsedTime' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/Console.h:56:2: warning: function 'lines' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/Console.h:62:2: warning: function 'line' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/Cursor.cpp:236:2: warning: function 'getCurrentTexture' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/MainMenu.h:55:2: warning: function 'requestedPage' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/MenuWidgets.h:83:2: warning: function 'currentPageId' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/MenuWidgets.h:87:2: warning: function 'getPage' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/MenuWidgets.h:89:2: warning: function 'scroll' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/Note.h:69:2: warning: function 'page' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/Note.h:70:2: warning: function 'pageCount' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/Note.h:73:2: warning: function 'area' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/Note.h:74:2: warning: function 'prevPageButton' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/Note.h:75:2: warning: function 'nextPageButton' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/TextManager.h:67:2: warning: function 'Empty' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/book/Book.h:133:2: warning: function 'currentPage' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/book/Book.h:151:2: warning: function 'canOpenPage' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/hud/PlayerInventory.h:86:2: warning: function 'isClosing' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/menu/MenuPage.h:73:2: warning: function 'id' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/menu/MenuPage.h:99:2: warning: function 'buttonSize' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/menu/MenuPage.h:100:2: warning: function 'checkboxSize' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/menu/MenuPage.h:101:2: warning: function 'sliderSize' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/ButtonWidget.h:39:2: warning: function 'type' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/CheckboxWidget.h:46:2: warning: function 'checked' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/CheckboxWidget.h:50:2: warning: function 'type' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/CycleTextWidget.h:43:2: warning: function 'getValue' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/CycleTextWidget.h:57:2: warning: function 'type' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/KeybindWidget.h:56:2: warning: function 'wantFocus' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/KeybindWidget.h:60:2: warning: function 'type' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/KeybindWidget.h:67:2: warning: function 'index' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/KeybindWidget.h:68:2: warning: function 'key' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/PanelWidget.h:43:2: warning: function 'children' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/PanelWidget.h:45:2: warning: function 'type' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/SaveSlotWidget.h:48:2: warning: function 'type' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/SaveSlotWidget.h:52:2: warning: function 'savegame' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/SliderWidget.h:45:2: warning: function 'getValue' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/SliderWidget.h:55:2: warning: function 'type' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/Spacer.h:42:2: warning: function 'type' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/TextInputWidget.h:55:2: warning: function 'wantFocus' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/TextInputWidget.h:61:2: warning: function 'font' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/TextInputWidget.h:63:2: warning: function 'type' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/TextWidget.h:57:2: warning: function 'text' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/TextWidget.h:59:2: warning: function 'font' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/TextWidget.h:63:2: warning: function 'type' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/Widget.h:78:2: warning: function 'wantFocus' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/Widget.h:81:2: warning: function 'targetPage' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/Widget.h:84:2: warning: function 'shortcut' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/Widget.h:88:2: warning: function 'isEnabled' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/Widget.h:95:2: warning: function 'type' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/WidgetContainer.h:37:2: warning: function 'getWidgetAt' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/gui/widget/WidgetContainer.h:42:2: warning: function 'widgets' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/Input.h:116:2: warning: function 'actionNowPressed' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/Input.h:117:2: warning: function 'actionPressed' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/Input.h:118:2: warning: function 'actionNowReleased' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/Input.h:124:2: warning: function 'getMousePosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/Input.h:125:2: warning: function 'getRelativeMouseMovement' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/Input.h:126:2: warning: function 'isMouseInWindow' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/Input.h:135:2: warning: function 'getMouseButton' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/Input.h:136:2: warning: function 'getMouseButtonClicked' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/Input.h:137:2: warning: function 'getMouseButtonRepeat' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/Input.h:138:2: warning: function 'getMouseButtonNowPressed' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/Input.h:139:2: warning: function 'getMouseButtonNowUnPressed' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/Input.h:140:2: warning: function 'getMouseButtonDoubleClick' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/Input.h:142:2: warning: function 'getMouseWheelDir' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/Input.h:146:2: warning: function 'getKeyPressed' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/Input.h:147:2: warning: function 'isAnyKeyPressed' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/Input.h:148:2: warning: function 'isKeyPressed' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/Input.h:149:2: warning: function 'isKeyPressedNowPressed' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/Input.h:150:2: warning: function 'isKeyPressedNowUnPressed' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/InputBackend.h:48:2: warning: function 'isKeyboardKeyPressed' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/InputBackend.h:51:2: warning: function 'getKeyName' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/SDL2InputBackend.h:53:2: warning: function 'isKeyboardKeyPressed' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/SDL2InputBackend.h:56:2: warning: function 'getKeyName' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/TextInput.h:106:2: warning: function 'findWordLeft' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/TextInput.h:107:2: warning: function 'findWordRight' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/TextInput.h:120:2: warning: function 'selected' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/TextInput.h:122:2: warning: function 'text' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/TextInput.h:123:2: warning: function 'cursorPos' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/TextInput.h:124:2: warning: function 'editText' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/TextInput.h:125:2: warning: function 'editCursorPos' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/input/TextInput.h:126:2: warning: function 'editCursorLength' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/IniReader.h:65:2: warning: function 'getKey' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/IniReader.h:75:2: warning: function 'getKey' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/IniReader.h:85:2: warning: function 'getKey' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/IniReader.h:94:2: warning: function 'getKey' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/IniReader.h:103:2: warning: function 'getKey' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/IniReader.h:109:2: warning: function 'getKey' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/IniReader.h:111:2: warning: function 'getSection' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/IniReader.h:113:2: warning: function 'getKeyCount' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/IniReader.h:115:2: warning: function 'begin' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/IniReader.h:116:2: warning: function 'end' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/IniSection.h:44:2: warning: function 'getName' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/IniSection.h:45:2: warning: function 'getValue' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/IniSection.h:47:2: warning: function 'getValue' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/IniSection.h:49:2: warning: function 'getValue' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/IniSection.h:52:2: warning: function 'getValue' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/IniSection.h:72:2: warning: function 'begin' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/IniSection.h:73:2: warning: function 'end' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/IniSection.h:74:2: warning: function 'empty' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/IniSection.h:75:2: warning: function 'size' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/IniSection.h:77:2: warning: function 'getKey' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/SaveBlock.h:92:3: warning: function 'compressionName' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/fs/FilePath.h:186:2: warning: function 'has_ext' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/fs/FilePath.h:189:2: warning: function 'is_up' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/fs/FilePath.h:195:2: warning: function 'has_info' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/fs/FilePath.h:204:2: warning: function 'is_dot' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/fs/FilePath.h:206:2: warning: function 'is_root' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/fs/FilePath.h:215:2: warning: function 'is_relative' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/fs/FilePath.h:224:2: warning: function 'is_absolute' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/fs/SystemPaths.cpp:94:2: warning: function 'getSearchPaths' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/resource/PakEntry.h:49:2: warning: function 'alternative' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/resource/PakReader.cpp:87:2: warning: function 'read' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/resource/PakReader.cpp:89:2: warning: function 'open' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/resource/PakReader.cpp:189:2: warning: function 'read' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/resource/PakReader.cpp:191:2: warning: function 'open' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/resource/PakReader.cpp:382:2: warning: function 'read' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/io/resource/PakReader.cpp:384:2: warning: function 'open' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/platform/Thread.h:136:2: warning: function 'isStopRequested' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/scene/Tiles.h:165:2: warning: function 'isInActiveTile' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/script/ScriptUtils.h:99:2: warning: function 'getStringVar' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/script/ScriptUtils.h:108:2: warning: function 'getSender' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/script/ScriptUtils.h:109:2: warning: function 'getEntity' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/script/ScriptUtils.h:110:2: warning: function 'getMessage' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/script/ScriptUtils.h:111:2: warning: function 'getParameters' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/script/ScriptUtils.h:117:2: warning: function 'getFloatVar' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/script/ScriptUtils.h:130:2: warning: function 'getScript' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/script/ScriptUtils.h:132:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/script/ScriptUtils.h:173:2: warning: function 'getName' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/script/ScriptUtils.h:174:2: warning: function 'getEntityFlags' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/util/IteratedHash.h:167:2: warning: function 'bit_count_hi' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/util/IteratedHash.h:170:2: warning: function 'bit_count_lo' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/util/cmdline/CommandLineException.h:74:2: warning: function 'code' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/util/cmdline/Keys.h:83:2: warning: function 'get_description' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/util/cmdline/Keys.h:92:2: warning: function 'get_arg_count' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/util/cmdline/Keys.h:96:2: warning: function 'has_args' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/util/cmdline/Keys.h:105:2: warning: function 'get_arg_names' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/util/cmdline/Keys.h:109:2: warning: function 'has_arg_names' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/util/cmdline/Keys.h:118:2: warning: function 'is_arg_optional' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/util/cmdline/TypeCast.h:46:2: warning: function 'cast, std::basic_string>' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/util/cmdline/TypeCast.h:46:2: warning: function 'cast>' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/util/cmdline/detail/LexicalCall.h:145:3: warning: function 'v_front' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/util/cmdline/detail/LexicalCall.h:147:3: warning: function 'empty' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/util/cmdline/detail/LexicalCall.h:148:3: warning: function 'opt_empty' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/util/cmdline/detail/LexicalCall.h:170:3: warning: function 'v_front' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/util/cmdline/detail/LexicalCall.h:179:3: warning: function 'empty' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/util/cmdline/detail/LexicalCall.h:183:3: warning: function 'opt_empty' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/window/Window.h:126:2: warning: function 'hasFocus' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/window/Window.h:129:2: warning: function 'isMinimized' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/window/Window.h:130:2: warning: function 'isMaximized' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/window/Window.h:131:2: warning: function 'isVisible' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/window/Window.h:133:2: warning: function 'getPosition' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/window/Window.h:134:2: warning: function 'getSize' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/window/Window.h:135:2: warning: function 'getDisplayMode' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/src/window/Window.h:137:2: warning: function 'isFullScreen' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/ErrorReport.h:75:2: warning: function 'GetErrorDescription' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/ErrorReport.h:76:2: warning: function 'GetIssueLink' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/ErrorReport.h:78:2: warning: function 'getFailedFiles' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/qhexedit/Commands.h:59:2: warning: function 'id' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/qhexedit/QHexEdit.h:174:2: warning: function 'font' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.h:43:2: warning: function 'addressAreaColor' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.h:46:2: warning: function 'addressOffset' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.h:49:2: warning: function 'cursorPos' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.h:55:2: warning: function 'highlightingColor' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.h:58:2: warning: function 'overwriteMode' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.h:61:2: warning: function 'isReadOnly' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.h:64:2: warning: function 'selectionColor' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.h:102:2: warning: function 'cursorPos' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.h:109:2: warning: function 'getSelectionBegin' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/qhexedit/QHexEditPrivate.h:110:2: warning: function 'getSelectionEnd' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/qhexedit/XByteArray.h:46:2: warning: function 'addressOffset' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/qhexedit/XByteArray.h:49:2: warning: function 'addressWidth' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/tbg/HTTPClient.h:64:2: warning: function 'url' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/tbg/HTTPClient.h:68:2: warning: function 'followRedirects' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/tbg/HTTPClient.h:111:2: warning: function 'data' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/tbg/HTTPClient.h:115:2: warning: function 'contentType' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/tbg/HTTPClient.h:139:2: warning: function 'status' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/tbg/HTTPClient.h:142:2: warning: function 'ok' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/tbg/HTTPClient.h:145:2: warning: function 'error' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/tbg/HTTPClient.h:148:2: warning: function 'data' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/tbg/HTTPClient.h:159:2: warning: function 'url' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/tbg/TBG.h:71:2: warning: function 'getErrorString' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/ui/ErrorReportDialog.h:55:2: warning: function 'getErrorString' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/ui/ErrorReportDialog.h:56:2: warning: function 'getDetailedErrorString' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/ui/ErrorReportDialog.h:147:2: warning: function 'rowCount' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/ui/ErrorReportDialog.h:151:2: warning: function 'data' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/ui/ErrorReportDialog.h:180:2: warning: function 'headerData' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/crashreporter/ui/ErrorReportDialog.h:190:2: warning: function 'flags' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/profiler/ui/ArxProfiler.cpp:176:2: warning: function 'type' should be marked [[nodiscard]] [modernize-use-nodiscard] +Arx/tools/profiler/ui/ArxProfiler.h:88:2: warning: function 'viewCenter' should be marked [[nodiscard]] [modernize-use-nodiscard]