fix: use encoding on latin1 strings from cdclient #4407
Annotations
6 errors and 4 warnings
cmake:
dCommon/BinaryIO.cpp#L6
out-of-line definition of 'ReadString' does not match any declaration in namespace 'BinaryIO'
|
cmake:
dCommon/BinaryIO.cpp#L22
no matching function for call to 'ReadString'
|
cmake:
dCommon/BinaryIO.cpp#L22
no viable conversion from returned value of type 'void' to function return type 'std::string' (aka 'basic_string<char>')
|
cmake:
dCommon/BinaryIO.cpp#L27
no matching function for call to 'ReadString'
|
cmake:
dCommon/BinaryIO.cpp#L27
no viable conversion from returned value of type 'void' to function return type 'std::u8string' (aka 'basic_string<char8_t>')
|
cmake
run-cmake action execution failed: 'Error: "'/usr/local/bin/cmake' failed with error code: '2'.'
|
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