-[Arx/src/audio/AudioBackend.h:44] -> [Arx/src/audio/dsound/DSoundBackend.h:66]: (style) The function 'updateDeferred' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioBackend.h:44] -> [Arx/src/audio/openal/OpenALBackend.h:49]: (style) The function 'updateDeferred' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioBackend.h:52] -> [Arx/src/audio/dsound/DSoundBackend.h:68]: (style) The function 'createSource' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioBackend.h:52] -> [Arx/src/audio/openal/OpenALBackend.h:51]: (style) The function 'createSource' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioBackend.h:58] -> [Arx/src/audio/dsound/DSoundBackend.h:70]: (style) The function 'getSource' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioBackend.h:58] -> [Arx/src/audio/openal/OpenALBackend.h:53]: (style) The function 'getSource' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioBackend.h:63] -> [Arx/src/audio/dsound/DSoundBackend.h:72]: (style) The function 'setReverbEnabled' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioBackend.h:63] -> [Arx/src/audio/openal/OpenALBackend.h:55]: (style) The function 'setReverbEnabled' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioBackend.h:69] -> [Arx/src/audio/dsound/DSoundBackend.h:74]: (style) The function 'setUnitFactor' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioBackend.h:69] -> [Arx/src/audio/openal/OpenALBackend.h:57]: (style) The function 'setUnitFactor' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioBackend.h:71] -> [Arx/src/audio/dsound/DSoundBackend.h:75]: (style) The function 'setRolloffFactor' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioBackend.h:71] -> [Arx/src/audio/openal/OpenALBackend.h:58]: (style) The function 'setRolloffFactor' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioBackend.h:73] -> [Arx/src/audio/dsound/DSoundBackend.h:77]: (style) The function 'setListenerPosition' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioBackend.h:73] -> [Arx/src/audio/openal/OpenALBackend.h:60]: (style) The function 'setListenerPosition' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioBackend.h:74] -> [Arx/src/audio/dsound/DSoundBackend.h:78]: (style) The function 'setListenerOrientation' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioBackend.h:74] -> [Arx/src/audio/openal/OpenALBackend.h:61]: (style) The function 'setListenerOrientation' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioBackend.h:76] -> [Arx/src/audio/dsound/DSoundBackend.h:80]: (style) The function 'setListenerEnvironment' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioBackend.h:76] -> [Arx/src/audio/openal/OpenALBackend.h:63]: (style) The function 'setListenerEnvironment' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioBackend.h:77] -> [Arx/src/audio/dsound/DSoundBackend.h:81]: (style) The function 'setRoomRolloffFactor' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioBackend.h:77] -> [Arx/src/audio/openal/OpenALBackend.h:64]: (style) The function 'setRoomRolloffFactor' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:49] -> [Arx/src/audio/Ambiance.cpp:288]: (style) The function 'onSamplePosition' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:70] -> [Arx/src/audio/dsound/DSoundSource.h:68]: (style) The function 'setPitch' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:70] -> [Arx/src/audio/openal/OpenALSource.h:45]: (style) The function 'setPitch' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:76] -> [Arx/src/audio/dsound/DSoundSource.h:69]: (style) The function 'setPan' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:76] -> [Arx/src/audio/openal/OpenALSource.h:46]: (style) The function 'setPan' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:78] -> [Arx/src/audio/dsound/DSoundSource.h:71]: (style) The function 'setPosition' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:78] -> [Arx/src/audio/openal/OpenALSource.h:48]: (style) The function 'setPosition' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:79] -> [Arx/src/audio/dsound/DSoundSource.h:72]: (style) The function 'setVelocity' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:79] -> [Arx/src/audio/openal/OpenALSource.h:49]: (style) The function 'setVelocity' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:80] -> [Arx/src/audio/dsound/DSoundSource.h:73]: (style) The function 'setDirection' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:80] -> [Arx/src/audio/openal/OpenALSource.h:50]: (style) The function 'setDirection' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:81] -> [Arx/src/audio/dsound/DSoundSource.h:74]: (style) The function 'setCone' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:81] -> [Arx/src/audio/openal/OpenALSource.h:51]: (style) The function 'setCone' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:82] -> [Arx/src/audio/dsound/DSoundSource.h:75]: (style) The function 'setFalloff' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:82] -> [Arx/src/audio/openal/OpenALSource.h:52]: (style) The function 'setFalloff' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:95] -> [Arx/src/audio/dsound/DSoundSource.h:78]: (style) The function 'play' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:95] -> [Arx/src/audio/openal/OpenALSource.h:54]: (style) The function 'play' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:100] -> [Arx/src/audio/dsound/DSoundSource.h:79]: (style) The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:100] -> [Arx/src/audio/openal/OpenALSource.h:55]: (style) The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:101] -> [Arx/src/audio/dsound/DSoundSource.h:80]: (style) The function 'pause' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:101] -> [Arx/src/audio/openal/OpenALSource.h:56]: (style) The function 'pause' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:102] -> [Arx/src/audio/dsound/DSoundSource.h:81]: (style) The function 'resume' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:102] -> [Arx/src/audio/openal/OpenALSource.h:57]: (style) The function 'resume' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:115] -> [Arx/src/audio/dsound/DSoundSource.h:83]: (style) The function 'updateVolume' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:115] -> [Arx/src/audio/openal/OpenALSource.h:59]: (style) The function 'updateVolume' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:139] -> [Arx/src/audio/dsound/DSoundSource.h:87]: (style) The function 'updateCulling' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:139] -> [Arx/src/audio/openal/OpenALSource.h:65]: (style) The function 'updateCulling' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:141] -> [Arx/src/audio/dsound/DSoundSource.h:89]: (style) The function 'updateBuffers' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/AudioSource.h:141] -> [Arx/src/audio/openal/OpenALSource.h:67]: (style) The function 'updateBuffers' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/Stream.h:63] -> [Arx/src/audio/codec/WAV.h:65]: (style) The function 'setStream' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/Stream.h:64] -> [Arx/src/audio/codec/WAV.h:66]: (style) The function 'setPosition' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/Stream.h:66] -> [Arx/src/audio/codec/WAV.h:68]: (style) The function 'getStream' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/Stream.h:67] -> [Arx/src/audio/codec/WAV.h:69]: (style) The function 'getFormat' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/Stream.h:68] -> [Arx/src/audio/codec/WAV.h:70]: (style) The function 'getLength' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/Stream.h:69] -> [Arx/src/audio/codec/WAV.h:71]: (style) The function 'getPosition' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/Stream.h:71] -> [Arx/src/audio/codec/WAV.h:73]: (style) The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/codec/Codec.h:61] -> [Arx/src/audio/codec/ADPCM.h:65]: (style) The function 'setHeader' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/codec/Codec.h:61] -> [Arx/src/audio/codec/RAW.h:63]: (style) The function 'setHeader' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/codec/Codec.h:62] -> [Arx/src/audio/codec/ADPCM.h:66]: (style) The function 'setStream' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/codec/Codec.h:62] -> [Arx/src/audio/codec/RAW.h:64]: (style) The function 'setStream' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/codec/Codec.h:65] -> [Arx/src/audio/codec/ADPCM.h:67]: (style) The function 'setPosition' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/codec/Codec.h:65] -> [Arx/src/audio/codec/RAW.h:65]: (style) The function 'setPosition' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/codec/Codec.h:67] -> [Arx/src/audio/codec/ADPCM.h:69]: (style) The function 'getPosition' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/codec/Codec.h:67] -> [Arx/src/audio/codec/RAW.h:67]: (style) The function 'getPosition' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/codec/Codec.h:69] -> [Arx/src/audio/codec/ADPCM.h:71]: (style) The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/audio/codec/Codec.h:69] -> [Arx/src/audio/codec/RAW.h:69]: (style) The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/core/Application.h:106] -> [Arx/src/core/ArxGame.h:67]: (style) The function 'FrameMove' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/core/Application.h:107] -> [Arx/src/core/ArxGame.h:74]: (style) The function 'BeforeRun' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/core/Application.h:111] -> [Arx/src/core/ArxGame.h:59]: (style) The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/core/Application.h:117] -> [Arx/src/core/ArxGame.h:60]: (style) The function 'InitWindow' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/core/Application.h:118] -> [Arx/src/core/ArxGame.h:61]: (style) The function 'InitInput' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/core/Application.h:119] -> [Arx/src/core/ArxGame.h:62]: (style) The function 'InitSound' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/core/Application.h:141] -> [Arx/src/core/ArxGame.h:96]: (style) The function 'OutputText' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/core/Application.h:142] -> [Arx/src/core/ArxGame.h:97]: (style) The function 'OutputTextGrid' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/core/Application.h:144] -> [Arx/src/core/ArxGame.h:84]: (style) The function 'Run' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/core/Application.h:146] -> [Arx/src/core/ArxGame.h:66]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/core/Application.h:147] -> [Arx/src/core/ArxGame.h:87]: (style) The function 'FinalCleanup' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/core/Application.h:148] -> [Arx/src/core/ArxGame.h:88]: (style) The function 'Cleanup3DEnvironment' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/core/Application.h:150] -> [Arx/src/core/ArxGame.h:115]: (style) The function 'setFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:129] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:36]: (style) The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:129] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:38]: (style) The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:132] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:39]: (style) The function 'BeginScene' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:132] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:44]: (style) The function 'BeginScene' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:133] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:40]: (style) The function 'EndScene' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:133] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:45]: (style) The function 'EndScene' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:136] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:43]: (style) The function 'SetViewMatrix' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:136] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:48]: (style) The function 'SetViewMatrix' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:138] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:44]: (style) The function 'GetViewMatrix' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:138] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:49]: (style) The function 'GetViewMatrix' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:139] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:45]: (style) The function 'SetProjectionMatrix' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:139] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:50]: (style) The function 'SetProjectionMatrix' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:140] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:46]: (style) The function 'GetProjectionMatrix' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:140] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:51]: (style) The function 'GetProjectionMatrix' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:143] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:54]: (style) The function 'ReleaseAllTextures' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:144] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:55]: (style) The function 'RestoreAllTextures' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:147] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:49]: (style) The function 'CreateTexture2D' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:147] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:58]: (style) The function 'CreateTexture2D' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:150] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:52]: (style) The function 'SetRenderState' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:150] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:61]: (style) The function 'SetRenderState' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:153] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:55]: (style) The function 'SetAlphaFunc' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:153] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:64]: (style) The function 'SetAlphaFunc' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:154] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:56]: (style) The function 'SetBlendFunc' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:154] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:65]: (style) The function 'SetBlendFunc' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:157] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:59]: (style) The function 'SetViewport' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:157] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:68]: (style) The function 'SetViewport' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:158] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:60]: (style) The function 'GetViewport' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:158] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:69]: (style) The function 'GetViewport' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:161] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:63]: (style) The function 'Begin2DProjection' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:161] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:72]: (style) The function 'Begin2DProjection' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:162] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:64]: (style) The function 'End2DProjection' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:162] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:73]: (style) The function 'End2DProjection' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:168] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:70]: (style) The function 'SetFogColor' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:168] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:79]: (style) The function 'SetFogColor' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:169] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:71]: (style) The function 'SetFogParams' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:169] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:80]: (style) The function 'SetFogParams' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:170] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:93]: (style) The function 'isFogInEyeCoordinates' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:170] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:102]: (style) The function 'isFogInEyeCoordinates' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:173] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:74]: (style) The function 'SetAntialiasing' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:173] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:83]: (style) The function 'SetAntialiasing' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:174] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:75]: (style) The function 'SetCulling' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:174] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:84]: (style) The function 'SetCulling' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:175] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:76]: (style) The function 'SetDepthBias' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:175] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:85]: (style) The function 'SetDepthBias' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:176] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:77]: (style) The function 'SetFillMode' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:176] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:86]: (style) The function 'SetFillMode' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:185] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:79]: (style) The function 'GetMaxAnisotropy' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:185] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:88]: (style) The function 'GetMaxAnisotropy' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:188] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:82]: (style) The function 'DrawTexturedRect' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:188] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:91]: (style) The function 'DrawTexturedRect' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:190] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:84]: (style) The function 'createVertexBufferTL' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:190] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:93]: (style) The function 'createVertexBufferTL' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:191] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:85]: (style) The function 'createVertexBuffer' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:191] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:94]: (style) The function 'createVertexBuffer' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:192] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:86]: (style) The function 'createVertexBuffer3' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:192] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:95]: (style) The function 'createVertexBuffer3' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:194] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:88]: (style) The function 'drawIndexed' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:194] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:97]: (style) The function 'drawIndexed' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:196] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:90]: (style) The function 'getSnapshot' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:196] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:99]: (style) The function 'getSnapshot' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:197] -> [Arx/src/graphics/d3d9/D3D9Renderer.h:91]: (style) The function 'getSnapshot' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/Renderer.h:197] -> [Arx/src/graphics/opengl/OpenGLRenderer.h:100]: (style) The function 'getSnapshot' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/VertexBuffer.h:46] -> [Arx/src/graphics/d3d9/D3D9VertexBuffer.h:62]: (style) The function 'setData' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/VertexBuffer.h:48] -> [Arx/src/graphics/d3d9/D3D9VertexBuffer.h:70]: (style) The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/VertexBuffer.h:49] -> [Arx/src/graphics/d3d9/D3D9VertexBuffer.h:80]: (style) The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/VertexBuffer.h:67] -> [Arx/src/graphics/d3d9/D3D9VertexBuffer.h:121]: (style) The function 'setData' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/VertexBuffer.h:67] -> [Arx/src/graphics/opengl/GLNoVertexBuffer.h:78]: (style) The function 'setData' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/VertexBuffer.h:67] -> [Arx/src/graphics/opengl/GLVertexBuffer.h:159]: (style) The function 'setData' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/VertexBuffer.h:69] -> [Arx/src/graphics/d3d9/D3D9VertexBuffer.h:130]: (style) The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/VertexBuffer.h:69] -> [Arx/src/graphics/opengl/GLNoVertexBuffer.h:86]: (style) The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/VertexBuffer.h:69] -> [Arx/src/graphics/opengl/GLVertexBuffer.h:209]: (style) The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/VertexBuffer.h:70] -> [Arx/src/graphics/d3d9/D3D9VertexBuffer.h:143]: (style) The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/VertexBuffer.h:70] -> [Arx/src/graphics/opengl/GLNoVertexBuffer.h:91]: (style) The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/VertexBuffer.h:70] -> [Arx/src/graphics/opengl/GLVertexBuffer.h:255]: (style) The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/VertexBuffer.h:72] -> [Arx/src/graphics/opengl/GLNoVertexBuffer.h:95]: (style) The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/VertexBuffer.h:72] -> [Arx/src/graphics/opengl/GLVertexBuffer.h:269]: (style) The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/VertexBuffer.h:73] -> [Arx/src/graphics/opengl/GLNoVertexBuffer.h:112]: (style) The function 'drawIndexed' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/VertexBuffer.h:73] -> [Arx/src/graphics/opengl/GLVertexBuffer.h:284]: (style) The function 'drawIndexed' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:86] -> [Arx/src/graphics/spells/Spells06.h:285]: (style) The function 'SetDuration' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:86] -> [Arx/src/graphics/spells/Spells09.h:95]: (style) The function 'SetDuration' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:88] -> [Arx/src/graphics/spells/Spells01.h:135]: (style) The function 'GetDuration' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:88] -> [Arx/src/graphics/spells/Spells01.h:209]: (style) The function 'GetDuration' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:88] -> [Arx/src/graphics/spells/Spells03.h:121]: (style) The function 'GetDuration' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:88] -> [Arx/src/graphics/spells/Spells06.h:116]: (style) The function 'GetDuration' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:88] -> [Arx/src/graphics/spells/Spells06.h:293]: (style) The function 'GetDuration' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:88] -> [Arx/src/graphics/spells/Spells09.h:103]: (style) The function 'GetDuration' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells01.h:140]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells01.h:215]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells01.h:78]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells01.h:98]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells02.h:68]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells02.h:82]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells02.h:95]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells03.h:128]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells03.h:164]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells03.h:184]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells03.h:81]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells04.h:104]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells04.h:116]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells04.h:132]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells04.h:157]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells04.h:181]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells04.h:82]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells05.h:160]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells05.h:181]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells05.h:205]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells05.h:226]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells05.h:254]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells05.h:99]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells06.h:123]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells06.h:160]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells06.h:188]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells06.h:217]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells06.h:299]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells07.h:113]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells07.h:153]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells07.h:173]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells07.h:207]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells09.h:109]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells09.h:140]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells09.h:173]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells09.h:195]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells10.h:107]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells10.h:123]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:94] -> [Arx/src/graphics/spells/Spells10.h:70]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells01.h:141]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells01.h:216]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells01.h:79]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells01.h:99]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells02.h:69]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells02.h:83]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells02.h:96]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells03.h:129]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells03.h:165]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells03.h:185]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells03.h:82]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells04.h:105]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells04.h:117]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells04.h:133]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells04.h:158]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells04.h:182]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells04.h:83]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells05.h:100]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells05.h:161]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells05.h:182]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells05.h:206]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells05.h:227]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells05.h:255]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells06.h:124]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells06.h:161]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells06.h:189]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells06.h:218]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells06.h:300]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells07.h:114]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells07.h:154]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells07.h:174]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells07.h:208]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells09.h:110]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells09.h:141]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells09.h:174]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells09.h:196]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells10.h:108]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells10.h:124]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/effects/SpellEffects.h:96] -> [Arx/src/graphics/spells/Spells10.h:71]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/Texture.h:40] -> [Arx/src/graphics/d3d9/D3D9Texture2D.h:46]: (style) The function 'Upload' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/Texture.h:40] -> [Arx/src/graphics/opengl/GLTexture2D.h:42]: (style) The function 'Upload' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/Texture.h:41] -> [Arx/src/graphics/d3d9/D3D9Texture2D.h:47]: (style) The function 'Destroy' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/Texture.h:41] -> [Arx/src/graphics/opengl/GLTexture2D.h:43]: (style) The function 'Destroy' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/Texture.h:57] -> [Arx/src/graphics/d3d9/D3D9Texture2D.h:45]: (style) The function 'Create' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/Texture.h:57] -> [Arx/src/graphics/opengl/GLTexture2D.h:41]: (style) The function 'Create' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:66] -> [Arx/src/graphics/d3d9/D3D9TextureStage.h:33]: (style) The function 'SetTexture' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:66] -> [Arx/src/graphics/opengl/GLTextureStage.h:36]: (style) The function 'SetTexture' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:67] -> [Arx/src/graphics/d3d9/D3D9TextureStage.h:34]: (style) The function 'ResetTexture' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:67] -> [Arx/src/graphics/opengl/GLTextureStage.h:37]: (style) The function 'ResetTexture' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:69] -> [Arx/src/graphics/d3d9/D3D9TextureStage.h:36]: (style) The function 'SetColorOp' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:69] -> [Arx/src/graphics/opengl/GLTextureStage.h:39]: (style) The function 'SetColorOp' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:70] -> [Arx/src/graphics/d3d9/D3D9TextureStage.h:37]: (style) The function 'SetColorOp' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:70] -> [Arx/src/graphics/opengl/GLTextureStage.h:40]: (style) The function 'SetColorOp' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:74] -> [Arx/src/graphics/d3d9/D3D9TextureStage.h:38]: (style) The function 'SetAlphaOp' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:74] -> [Arx/src/graphics/opengl/GLTextureStage.h:41]: (style) The function 'SetAlphaOp' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:75] -> [Arx/src/graphics/d3d9/D3D9TextureStage.h:39]: (style) The function 'SetAlphaOp' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:75] -> [Arx/src/graphics/opengl/GLTextureStage.h:42]: (style) The function 'SetAlphaOp' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:79] -> [Arx/src/graphics/d3d9/D3D9TextureStage.h:41]: (style) The function 'SetWrapMode' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:79] -> [Arx/src/graphics/opengl/GLTextureStage.h:44]: (style) The function 'SetWrapMode' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:81] -> [Arx/src/graphics/d3d9/D3D9TextureStage.h:43]: (style) The function 'SetMinFilter' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:81] -> [Arx/src/graphics/opengl/GLTextureStage.h:46]: (style) The function 'SetMinFilter' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:82] -> [Arx/src/graphics/d3d9/D3D9TextureStage.h:44]: (style) The function 'SetMagFilter' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:82] -> [Arx/src/graphics/opengl/GLTextureStage.h:47]: (style) The function 'SetMagFilter' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:83] -> [Arx/src/graphics/d3d9/D3D9TextureStage.h:45]: (style) The function 'SetMipFilter' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:83] -> [Arx/src/graphics/opengl/GLTextureStage.h:48]: (style) The function 'SetMipFilter' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:91] -> [Arx/src/graphics/d3d9/D3D9TextureStage.h:47]: (style) The function 'SetMipMapLODBias' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/graphics/texture/TextureStage.h:91] -> [Arx/src/graphics/opengl/GLTextureStage.h:50]: (style) The function 'SetMipMapLODBias' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:289] -> [Arx/src/gui/MenuWidgets.h:386]: (style) The function 'Move' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:289] -> [Arx/src/gui/MenuWidgets.h:471]: (style) The function 'Move' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:289] -> [Arx/src/gui/MenuWidgets.h:500]: (style) The function 'Move' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:289] -> [Arx/src/gui/MenuWidgets.h:528]: (style) The function 'Move' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:290] -> [Arx/src/gui/MenuWidgets.h:447]: (style) The function 'SetPos' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:301] -> [Arx/src/gui/MenuWidgets.h:395]: (style) The function 'IsMouseOver' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:352] -> [Arx/src/gui/MenuWidgets.h:393]: (style) The function 'OnShortCut' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:352] -> [Arx/src/gui/MenuWidgets.h:417]: (style) The function 'OnShortCut' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:352] -> [Arx/src/gui/MenuWidgets.h:449]: (style) The function 'OnShortCut' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:352] -> [Arx/src/gui/MenuWidgets.h:473]: (style) The function 'OnShortCut' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:352] -> [Arx/src/gui/MenuWidgets.h:502]: (style) The function 'OnShortCut' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:353] -> [Arx/src/gui/MenuWidgets.h:392]: (style) The function 'OnMouseClick' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:353] -> [Arx/src/gui/MenuWidgets.h:418]: (style) The function 'OnMouseClick' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:353] -> [Arx/src/gui/MenuWidgets.h:450]: (style) The function 'OnMouseClick' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:353] -> [Arx/src/gui/MenuWidgets.h:472]: (style) The function 'OnMouseClick' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:353] -> [Arx/src/gui/MenuWidgets.h:501]: (style) The function 'OnMouseClick' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:353] -> [Arx/src/gui/MenuWidgets.h:529]: (style) The function 'OnMouseClick' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:354] -> [Arx/src/gui/MenuWidgets.h:390]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:354] -> [Arx/src/gui/MenuWidgets.h:419]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:354] -> [Arx/src/gui/MenuWidgets.h:451]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:354] -> [Arx/src/gui/MenuWidgets.h:474]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:354] -> [Arx/src/gui/MenuWidgets.h:503]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:354] -> [Arx/src/gui/MenuWidgets.h:530]: (style) The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:355] -> [Arx/src/gui/MenuWidgets.h:391]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:355] -> [Arx/src/gui/MenuWidgets.h:420]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:355] -> [Arx/src/gui/MenuWidgets.h:452]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:355] -> [Arx/src/gui/MenuWidgets.h:475]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:355] -> [Arx/src/gui/MenuWidgets.h:504]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:355] -> [Arx/src/gui/MenuWidgets.h:531]: (style) The function 'Render' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:356] -> [Arx/src/gui/MenuWidgets.h:394]: (style) The function 'RenderMouseOver' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:356] -> [Arx/src/gui/MenuWidgets.h:422]: (style) The function 'RenderMouseOver' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:356] -> [Arx/src/gui/MenuWidgets.h:453]: (style) The function 'RenderMouseOver' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:356] -> [Arx/src/gui/MenuWidgets.h:476]: (style) The function 'RenderMouseOver' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:356] -> [Arx/src/gui/MenuWidgets.h:505]: (style) The function 'RenderMouseOver' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:356] -> [Arx/src/gui/MenuWidgets.h:532]: (style) The function 'RenderMouseOver' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:357] -> [Arx/src/gui/MenuWidgets.h:477]: (style) The function 'EmptyFunction' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:357] -> [Arx/src/gui/MenuWidgets.h:506]: (style) The function 'EmptyFunction' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:358] -> [Arx/src/gui/MenuWidgets.h:426]: (style) The function 'OnMouseDoubleClick' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:359] -> [Arx/src/gui/MenuWidgets.h:396]: (style) The function 'GetZoneWithID' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/gui/MenuWidgets.h:367] -> [Arx/src/gui/MenuWidgets.h:479]: (style) The function 'setEnabled' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:27] -> [Arx/src/input/DInput8Backend.h:56]: (style) The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:27] -> [Arx/src/input/SDLInputBackend.h:37]: (style) The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:28] -> [Arx/src/input/DInput8Backend.h:59]: (style) The function 'acquireDevices' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:28] -> [Arx/src/input/SDLInputBackend.h:40]: (style) The function 'acquireDevices' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:29] -> [Arx/src/input/DInput8Backend.h:60]: (style) The function 'unacquireDevices' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:29] -> [Arx/src/input/SDLInputBackend.h:41]: (style) The function 'unacquireDevices' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:31] -> [Arx/src/input/DInput8Backend.h:57]: (style) The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:31] -> [Arx/src/input/SDLInputBackend.h:38]: (style) The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:35] -> [Arx/src/input/DInput8Backend.h:63]: (style) The function 'getAbsoluteMouseCoords' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:35] -> [Arx/src/input/SDLInputBackend.h:44]: (style) The function 'getAbsoluteMouseCoords' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:36] -> [Arx/src/input/DInput8Backend.h:64]: (style) The function 'setAbsoluteMouseCoords' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:36] -> [Arx/src/input/SDLInputBackend.h:45]: (style) The function 'setAbsoluteMouseCoords' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:37] -> [Arx/src/input/DInput8Backend.h:65]: (style) The function 'getRelativeMouseCoords' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:37] -> [Arx/src/input/SDLInputBackend.h:46]: (style) The function 'getRelativeMouseCoords' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:38] -> [Arx/src/input/DInput8Backend.h:66]: (style) The function 'isMouseButtonPressed' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:38] -> [Arx/src/input/SDLInputBackend.h:47]: (style) The function 'isMouseButtonPressed' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:39] -> [Arx/src/input/DInput8Backend.h:67]: (style) The function 'getMouseButtonClickCount' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:39] -> [Arx/src/input/SDLInputBackend.h:48]: (style) The function 'getMouseButtonClickCount' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:42] -> [Arx/src/input/DInput8Backend.h:70]: (style) The function 'isKeyboardKeyPressed' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:42] -> [Arx/src/input/SDLInputBackend.h:51]: (style) The function 'isKeyboardKeyPressed' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:43] -> [Arx/src/input/DInput8Backend.h:71]: (style) The function 'getKeyAsText' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/input/InputBackend.h:43] -> [Arx/src/input/SDLInputBackend.h:52]: (style) The function 'getKeyAsText' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/io/log/LogBackend.h:48] -> [Arx/src/io/log/ColorLogger.h:40]: (style) The function 'log' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/io/log/LogBackend.h:48] -> [Arx/src/io/log/ConsoleLogger.h:36]: (style) The function 'log' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/io/log/LogBackend.h:48] -> [Arx/src/io/log/CriticalLogger.h:40]: (style) The function 'log' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/io/log/LogBackend.h:48] -> [Arx/src/io/log/FileLogger.h:45]: (style) The function 'log' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/io/log/LogBackend.h:48] -> [Arx/src/io/log/MsvcLogger.h:40]: (style) The function 'log' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/io/log/LogBackend.h:50] -> [Arx/src/io/log/ColorLogger.h:42]: (style) The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/io/log/LogBackend.h:50] -> [Arx/src/io/log/ConsoleLogger.h:38]: (style) The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/io/log/LogBackend.h:50] -> [Arx/src/io/log/FileLogger.h:47]: (style) The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/io/log/LogBackend.h:52] -> [Arx/src/io/log/FileLogger.h:41]: (style) The function 'quickShutdown' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/platform/Thread.h:112] -> [Arx/src/ai/PathFinderManager.cpp:79]: (style) The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/platform/Thread.h:112] -> [Arx/src/scene/GameSound.cpp:1853]: (style) The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/platform/crashhandler/CrashHandlerImpl.h:61] -> [Arx/src/platform/crashhandler/CrashHandlerPOSIX.h:32]: (style) The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/platform/crashhandler/CrashHandlerImpl.h:73] -> [Arx/src/platform/crashhandler/CrashHandlerPOSIX.h:34]: (style) The function 'registerThreadCrashHandlers' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/platform/crashhandler/CrashHandlerImpl.h:73] -> [Arx/src/platform/crashhandler/CrashHandlerWindows.h:30]: (style) The function 'registerThreadCrashHandlers' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/platform/crashhandler/CrashHandlerImpl.h:74] -> [Arx/src/platform/crashhandler/CrashHandlerPOSIX.h:35]: (style) The function 'unregisterThreadCrashHandlers' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/platform/crashhandler/CrashHandlerImpl.h:74] -> [Arx/src/platform/crashhandler/CrashHandlerWindows.h:31]: (style) The function 'unregisterThreadCrashHandlers' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/platform/crashhandler/CrashHandlerImpl.h:77] -> [Arx/src/platform/crashhandler/CrashHandlerPOSIX.h:47]: (style) The function 'registerCrashHandlers' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/platform/crashhandler/CrashHandlerImpl.h:77] -> [Arx/src/platform/crashhandler/CrashHandlerWindows.h:41]: (style) The function 'registerCrashHandlers' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/platform/crashhandler/CrashHandlerImpl.h:78] -> [Arx/src/platform/crashhandler/CrashHandlerPOSIX.h:48]: (style) The function 'unregisterCrashHandlers' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/platform/crashhandler/CrashHandlerImpl.h:78] -> [Arx/src/platform/crashhandler/CrashHandlerWindows.h:42]: (style) The function 'unregisterCrashHandlers' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/platform/crashhandler/CrashHandlerImpl.h:84] -> [Arx/src/platform/crashhandler/CrashHandlerPOSIX.h:46]: (style) The function 'fillBasicCrashInfo' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/script/ScriptedLang.cpp:541] -> [Arx/src/script/ScriptedLang.cpp:687]: (style) The function 'number' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/script/ScriptedLang.cpp:541] -> [Arx/src/script/ScriptedLang.cpp:703]: (style) The function 'number' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/script/ScriptedLang.cpp:541] -> [Arx/src/script/ScriptedLang.cpp:715]: (style) The function 'number' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/script/ScriptedLang.cpp:541] -> [Arx/src/script/ScriptedLang.cpp:727]: (style) The function 'number' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/script/ScriptedLang.cpp:541] -> [Arx/src/script/ScriptedLang.cpp:739]: (style) The function 'number' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/script/ScriptedLang.cpp:541] -> [Arx/src/script/ScriptedLang.cpp:751]: (style) The function 'number' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/script/ScriptedLang.cpp:547] -> [Arx/src/script/ScriptedLang.cpp:581]: (style) The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/script/ScriptedLang.cpp:547] -> [Arx/src/script/ScriptedLang.cpp:607]: (style) The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/script/ScriptedLang.cpp:547] -> [Arx/src/script/ScriptedLang.cpp:620]: (style) The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/script/ScriptedLang.cpp:547] -> [Arx/src/script/ScriptedLang.cpp:635]: (style) The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/script/ScriptedLang.cpp:547] -> [Arx/src/script/ScriptedLang.cpp:650]: (style) The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/script/ScriptedLang.cpp:547] -> [Arx/src/script/ScriptedLang.cpp:671]: (style) The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/script/ScriptedLang.cpp:547] -> [Arx/src/script/ScriptedLang.cpp:683]: (style) The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/script/ScriptedLang.cpp:547] -> [Arx/src/script/ScriptedLang.cpp:699]: (style) The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/RenderWindow.h:59] -> [Arx/src/core/ArxGame.h:110]: (style) The function 'onRendererInit' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/RenderWindow.h:60] -> [Arx/src/core/ArxGame.h:111]: (style) The function 'onRendererShutdown' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/RenderWindow.h:68] -> [Arx/src/window/D3D9Window.h:40]: (style) The function 'initializeFramework' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/RenderWindow.h:68] -> [Arx/src/window/SDLWindow.h:36]: (style) The function 'initializeFramework' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/RenderWindow.h:78] -> [Arx/src/window/D3D9Window.h:46]: (style) The function 'showFrame' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/RenderWindow.h:78] -> [Arx/src/window/SDLWindow.h:45]: (style) The function 'showFrame' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Win32Window.h:35] -> [Arx/src/window/D3D9Window.h:42]: (style) The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Win32Window.h:39] -> [Arx/src/window/D3D9Window.h:51]: (style) The function 'setFullscreenMode' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Win32Window.h:40] -> [Arx/src/window/D3D9Window.h:52]: (style) The function 'setWindowSize' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Win32Window.h:41] -> [Arx/src/window/D3D9Window.h:44]: (style) The function 'tick' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Win32Window.h:50] -> [Arx/src/window/D3D9Window.h:62]: (style) The function 'changeDisplay' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Window.h:35] -> [Arx/src/window/SDLWindow.h:37]: (style) The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Window.h:35] -> [Arx/src/window/Win32Window.h:35]: (style) The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Window.h:42] -> [Arx/src/window/SDLWindow.h:40]: (style) The function 'setFullscreenMode' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Window.h:42] -> [Arx/src/window/Win32Window.h:39]: (style) The function 'setFullscreenMode' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Window.h:45] -> [Arx/src/window/SDLWindow.h:41]: (style) The function 'setWindowSize' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Window.h:45] -> [Arx/src/window/Win32Window.h:40]: (style) The function 'setWindowSize' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Window.h:47] -> [Arx/src/window/SDLWindow.h:39]: (style) The function 'getHandle' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Window.h:47] -> [Arx/src/window/Win32Window.h:38]: (style) The function 'getHandle' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Window.h:48] -> [Arx/src/window/SDLWindow.h:42]: (style) The function 'tick' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Window.h:48] -> [Arx/src/window/Win32Window.h:41]: (style) The function 'tick' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Window.h:50] -> [Arx/src/window/SDLWindow.h:47]: (style) The function 'hide' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Window.h:50] -> [Arx/src/window/Win32Window.h:44]: (style) The function 'hide' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Window.h:53] -> [Arx/src/window/SDLWindow.h:43]: (style) The function 'getCursorPosition' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Window.h:53] -> [Arx/src/window/Win32Window.h:42]: (style) The function 'getCursorPosition' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Window.h:62] -> [Arx/src/core/ArxGame.h:105]: (style) The function 'onDestroyWindow' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Window.h:65] -> [Arx/src/core/ArxGame.h:103]: (style) The function 'onResizeWindow' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Window.h:69] -> [Arx/src/core/ArxGame.h:106]: (style) The function 'onToggleFullscreen' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Window.h:70] -> [Arx/src/core/ArxGame.h:101]: (style) The function 'onWindowGotFocus' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Window.h:71] -> [Arx/src/core/ArxGame.h:102]: (style) The function 'onWindowLostFocus' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/src/window/Window.h:72] -> [Arx/src/core/ArxGame.h:104]: (style) The function 'onPaintWindow' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/tools/crashreporter/ErrorReport.h:62] -> [Arx/tools/crashreporter/ui/ErrorReportDialog.h:60]: (style) The function 'taskStarted' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/tools/crashreporter/ErrorReport.h:63] -> [Arx/tools/crashreporter/ui/ErrorReportDialog.h:61]: (style) The function 'taskStepStarted' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/tools/crashreporter/ErrorReport.h:64] -> [Arx/tools/crashreporter/ui/ErrorReportDialog.h:62]: (style) The function 'taskStepEnded' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/tools/crashreporter/ErrorReport.h:65] -> [Arx/tools/crashreporter/ui/ErrorReportDialog.h:65]: (style) The function 'setError' overrides a function in a base class but is not marked with a 'override' specifier. -[Arx/tools/crashreporter/ErrorReport.h:66] -> [Arx/tools/crashreporter/ui/ErrorReportDialog.h:71]: (style) The function 'setDetailedError' overrides a function in a base class but is not marked with a 'override' specifier.