mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-27 12:35:46 +00:00
bd7f56ddb4
apps/openmw/mwrender/animation.cpp:1841:60: warning: Call to virtual method 'ObjectAnimation::canBeHarvested' during construction bypasses virtual dispatch [clang-analyzer-optin.cplusplus.VirtualCall] if (ptr.getRefData().getCustomData() != nullptr && canBeHarvested()) ^~~~~~~~~~~~~~~~ apps/openmw/mwrender/bulletdebugdraw.cpp:33:5: warning: Call to virtual method 'DebugDrawer::setDebugMode' during construction bypasses virtual dispatch [clang-analyzer-optin.cplusplus.VirtualCall] setDebugMode(debugMode); ^~~~~~~~~~~~~~~~~~~~~~~ openmw/mwinput/controllermanager.cpp:63:17: warning: Call to virtual method 'ControllerManager::controllerAdded' during construction bypasses virtual dispatch [clang-analyzer-optin.cplusplus.VirtualCall] controllerAdded(fakeDeviceID, evt); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~