refactor: Rewrite AMF and property behavior logic to use smart pointers, references, and string_views over raw pointers and std::string& #4173
Annotations
10 errors and 4 warnings
cmake:
tests/dGameTests/dGameMessagesTests/GameMessageTests.cpp#L91
no matching constructor for initialization of 'AddStripMessage'
|
cmake:
tests/dGameTests/dGameMessagesTests/GameMessageTests.cpp#L106
no matching constructor for initialization of 'RemoveStripMessage'
|
cmake:
tests/dGameTests/dGameMessagesTests/GameMessageTests.cpp#L115
no matching constructor for initialization of 'MergeStripsMessage'
|
cmake:
tests/dGameTests/dGameMessagesTests/GameMessageTests.cpp#L127
no matching constructor for initialization of 'SplitStripMessage'
|
cmake:
tests/dGameTests/dGameMessagesTests/GameMessageTests.cpp#L142
no matching constructor for initialization of 'UpdateStripUiMessage'
|
cmake:
tests/dGameTests/dGameMessagesTests/GameMessageTests.cpp#L153
no matching constructor for initialization of 'AddActionMessage'
|
cmake:
tests/dGameTests/dGameMessagesTests/GameMessageTests.cpp#L167
no matching constructor for initialization of 'MigrateActionsMessage'
|
cmake:
tests/dGameTests/dGameMessagesTests/GameMessageTests.cpp#L180
no matching constructor for initialization of 'RearrangeStripMessage'
|
cmake:
tests/dGameTests/dGameMessagesTests/GameMessageTests.cpp#L191
no matching constructor for initialization of 'AddMessage'
|
cmake:
tests/dGameTests/dGameMessagesTests/GameMessageTests.cpp#L199
no matching constructor for initialization of 'RemoveActionsMessage'
|
Install libssl and switch to XCode 15.2 (Mac Only)
openssl@3 3.4.0 is already installed and up-to-date.
To reinstall 3.4.0, run:
brew reinstall openssl@3
|
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]
|
Loading