1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-07 03:40:15 +00:00
elsid bd7f56ddb4
Don't rely on virtual dispatch in constructor
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);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-07-06 13:52:28 +02:00
..
2010-08-07 20:25:17 +02:00
2022-04-28 21:05:34 +02:00
2020-06-07 15:51:03 +04:00
2022-05-15 10:03:58 -07:00
2022-05-15 10:03:58 -07:00
2022-06-21 02:21:20 +02:00
2022-04-28 21:05:34 +02:00
2021-11-02 18:01:22 +01:00
2019-02-23 08:02:12 +04:00
2022-07-03 15:44:31 +04:00
2015-04-21 23:40:10 +02:00
2020-03-14 09:38:24 +01:00
2021-08-15 19:50:28 +02:00
2022-06-27 21:51:41 +02:00
2022-06-21 02:21:20 +02:00
2022-05-15 10:03:58 -07:00
2021-08-04 17:49:57 -07:00
2021-08-04 17:49:57 -07:00
2021-10-27 09:16:01 -07:00
2021-10-27 09:16:01 -07:00