1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +00:00
OpenMW/components/sdlutil
elsid b07a6afa91
Avoid virtual call in GraphicsWindowSDL2 ctor
/home/elsid/dev/openmw/components/sdlutil/sdlgraphicswindow.cpp:23:8: warning: Call to virtual function during construction [clang-analyzer-optin.cplusplus.VirtualCall]
    if(valid())
       ^
/home/elsid/dev/openmw/components/sdlutil/sdlgraphicswindow.cpp:23:8: note: This constructor of an object of type 'GraphicsWindowSDL2' has not returned when the virtual method was called
/home/elsid/dev/openmw/components/sdlutil/sdlgraphicswindow.cpp:23:8: note: Call to virtual function during construction
2019-11-17 18:50:11 +01:00
..
events.hpp Implement mouse wheel bindings (bug #2679) 2019-10-30 20:45:51 +04:00
imagetosurface.cpp
imagetosurface.hpp
OISCompat.hpp
sdlcursormanager.cpp Remove redundant includes 2019-02-23 08:02:12 +04:00
sdlcursormanager.hpp
sdlgraphicswindow.cpp Avoid virtual call in GraphicsWindowSDL2 ctor 2019-11-17 18:50:11 +01:00
sdlgraphicswindow.hpp Vsync tweaks 2019-03-18 21:45:02 +03:00
sdlinputwrapper.cpp Implement mouse wheel bindings (bug #2679) 2019-10-30 20:45:51 +04:00
sdlinputwrapper.hpp
sdlvideowrapper.cpp
sdlvideowrapper.hpp