Annotations
1 error and 11 warnings
build
Process completed with exit code 2.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/openssl_decrypt.cpp#L9
comparison of integer expressions of different signedness: ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
build:
src/openssl_decrypt.cpp#L18
comparison of integer expressions of different signedness: ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
build:
src/openssl_encrypt.cpp#L14
comparison of integer expressions of different signedness: ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
build:
src/openssl_encrypt.cpp#L31
comparison of integer expressions of different signedness: ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
build:
src/openssl_encryption_udf.cpp#L15
comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
|
build:
src/openssl_encryption_udf.cpp#L35
unused parameter ‘result’ [-Wunused-parameter]
|
build:
src/openssl_encryption_udf.cpp#L75
comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
|
build:
src/openssl_encryption_udf.cpp#L95
unused parameter ‘result’ [-Wunused-parameter]
|
build:
src/openssl_encryption_udf.cpp#L144
unused parameter ‘args’ [-Wunused-parameter]
|
build:
src/openssl_encryption_udf.cpp#L144
unused parameter ‘result’ [-Wunused-parameter]
|