1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-02 14:36:42 +00:00
openmw/apps
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
..
benchmarks Remove redundant ostream, istream, iostream and sstream includes 2022-07-05 01:41:28 +02:00
bsatool Use target_precompile_headers for the most expensive headers 2022-07-01 14:05:17 +00:00
bulletobjecttool Use target_precompile_headers for the most expensive headers 2022-07-01 14:05:17 +00:00
esmtool Use target_precompile_headers for the most expensive headers 2022-07-01 14:05:17 +00:00
essimporter Init missing variables 2022-07-05 17:47:52 +04:00
launcher Avoid using reserved identifier in the global namespace 2022-07-06 13:52:28 +02:00
mwiniimporter Use target_precompile_headers for the most expensive headers 2022-07-01 14:05:17 +00:00
navmeshtool Use target_precompile_headers for the most expensive headers 2022-07-01 14:05:17 +00:00
niftest Use target_precompile_headers for the most expensive headers 2022-07-01 14:05:17 +00:00
opencs Do not use float as loop variable 2022-07-06 13:52:28 +02:00
openmw Don't rely on virtual dispatch in constructor 2022-07-06 13:52:28 +02:00
openmw_test_suite Remove redundant ostream, istream, iostream and sstream includes 2022-07-05 01:41:28 +02:00
wizard Clean up Qt includes 2022-06-17 11:56:54 +02:00
doc.hpp first set of additional doxygen comments 2010-09-25 15:03:53 +02:00