Changed PatatOCS to Zephyr #2
Annotations
1 error and 11 warnings
Build
Process completed with exit code 2.
|
Setup Cpp
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
|
Build:
includes/Core/Events/EventHandler.hpp#L40
Member variable 'EventHandler::_mutex' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy]
|
Build:
includes/Core/Events/EventHandler.hpp#L44
Member variable 'EventHandler::_mutex' is not assigned in the move constructor. Should it be moved? [missingMemberCopy]
|
Build:
includes/Core/Events/EventHandler.hpp#L86
Technically the member function 'Engine::Event::EventHandler::getEvents' can be const. [functionConst]
|
Build:
includes/Core/World.hpp#L172
Technically the member function 'Engine::Core::World::hasComponents' can be static (but you may consider moving to unnamed namespace). [functionStatic]
|
Build:
includes/Core/App.hpp#L62
Moved-from object 'world' is moved [clang-analyzer-cplusplus.Move]
|
Build:
test/tests.cpp#L68
class 'MySystemClass' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor [cppcoreguidelines-special-member-functions,hicpp-special-member-functions]
|
Build:
test/tests.cpp#L77
move constructors should be marked noexcept [hicpp-noexcept-move,performance-noexcept-move-constructor]
|
Build:
test/tests.cpp#L80
move assignment operators should be marked noexcept [hicpp-noexcept-move,performance-noexcept-move-constructor]
|
Build:
test/tests.cpp#L96
unused parameter 'idx' [clang-diagnostic-unused-parameter]
|
Build:
test/tests.cpp#L96
parameter 'idx' is unused [misc-unused-parameters]
|
The logs for this run have expired and are no longer available.
Loading