fix: Remove instances of undefined behavior #4192
Annotations
10 errors and 4 warnings
cmake:
dCommon/Amf3.h#L103
use of class template 'AMFValue' requires template arguments
|
cmake:
dCommon/Amf3.h#L133
use of undeclared identifier 'ValueType'
|
cmake:
dCommon/Amf3.h#L133
unknown type name 'ValueType'
|
cmake:
dCommon/Amf3.h#L186
use of undeclared identifier 'ValueType'
|
cmake:
dCommon/Amf3.h#L186
no template named 'ValueType'
|
cmake:
dCommon/Amf3.h#L241
use of undeclared identifier 'ValueType'
|
cmake:
dCommon/Amf3.h#L241
no template named 'ValueType'
|
cmake:
dCommon/Amf3.h#L304
use of undeclared identifier 'ValueType'
|
cmake:
dCommon/Amf3.h#L327
use of undeclared identifier 'ValueType'
|
cmake:
dCommon/Amf3.h#L135
use of undeclared identifier 'ValueType'; did you mean 'GetValueType'?
|
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