implemented visitor pattern #23
Annotations
10 errors and 4 warnings
cmake:
tests/dGameTests/dEntitiesTests/ArchetypeTests.cpp#L130
'/*' within block comment [-Werror,-Wcomment]
|
cmake:
dGame/dEntity/EntitySystem.h#L29
constexpr if condition is not a constant expression
|
cmake:
dGame/dEntity/Archetype.h#L107
static_assert failed due to requirement 'HasComponent<DestroyableComponent>()' "Archetype does not have container of requested component!"
|
cmake
static_assert failed due to requirement 'value != __not_found' "type not found in type list"
|
cmake:
dGame/dEntity/EntitySystem.h#L29
constexpr if condition is not a constant expression
|
cmake:
dGame/dEntity/EntitySystem.h#L29
constexpr if condition is not a constant expression
|
cmake:
dGame/dEntity/Archetype.h#L107
static_assert failed due to requirement 'HasComponent<DestroyableComponent>()' "Archetype does not have container of requested component!"
|
cmake
static_assert failed due to requirement 'value != __not_found' "type not found in type list"
|
cmake:
dGame/dEntity/EntitySystem.h#L29
constexpr if condition is not a constant expression
|
cmake:
dGame/dEntity/EntitySystem.h#L29
constexpr if condition is not a constant expression
|
cmake:
thirdparty/SQLite/sqlite3.c#L20294
'OSAtomicCompareAndSwapPtrBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from <stdatomic.h> instead [-Wdeprecated-declarations]
|
cmake:
thirdparty/mariadb-connector-cpp/src/logger/LoggerFactory.cpp#L28
variable 'NO_LOGGER' is uninitialized when used within its own initialization [-Wuninitialized]
|
cmake:
thirdparty/mariadb-connector-cpp/src/logger/LoggerFactory.cpp#L28
variable 'NO_LOGGER' is uninitialized when used within its own initialization [-Wuninitialized]
|
cmake:
thirdparty/mariadb-connector-cpp/src/com/RowProtocol.cpp#L260
shift count >= width of type [-Wshift-count-overflow]
|
The logs for this run have expired and are no longer available.
Loading