Skip to content

Fixing various issues reported by static code analysis and compiler w… #29

Fixing various issues reported by static code analysis and compiler w…

Fixing various issues reported by static code analysis and compiler w… #29

Triggered via push August 17, 2024 13:07
Status Success
Total duration 23m 7s
Artifacts

ci.yaml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings and 4 notices
build (macos-latest)
Vcpkg folder already exists at /Users/runner/vcpkg. Skipping the clone
build (ubuntu-latest, gcc)
Vcpkg folder already exists at /home/runner/vcpkg. Skipping the clone
build (ubuntu-latest, clang)
Vcpkg folder already exists at /home/runner/vcpkg. Skipping the clone
build (windows-latest, msvc)
Vcpkg folder already exists at C:\Users\runneradmin\vcpkg. Skipping the clone
build (ubuntu-latest, clang): include/restc-cpp/RequestBuilder.h#L190
unqualified call to 'std::move' [-Wunqualified-std-cast-call]
build (ubuntu-latest, clang): include/restc-cpp/RequestBuilder.h#L190
unqualified call to 'std::move' [-Wunqualified-std-cast-call]
build (ubuntu-latest, clang): include/restc-cpp/RequestBuilder.h#L205
unqualified call to 'std::move' [-Wunqualified-std-cast-call]
build (ubuntu-latest, clang): include/restc-cpp/RequestBuilder.h#L212
unqualified call to 'std::move' [-Wunqualified-std-cast-call]
build (ubuntu-latest, clang): include/restc-cpp/RequestBuilder.h#L255
unqualified call to 'std::move' [-Wunqualified-std-cast-call]
build (ubuntu-latest, clang): include/restc-cpp/RequestBuilder.h#L371
unqualified call to 'std::move' [-Wunqualified-std-cast-call]
build (ubuntu-latest, clang): include/restc-cpp/RequestBuilder.h#L190
unqualified call to 'std::move' [-Wunqualified-std-cast-call]
build (ubuntu-latest, clang): include/restc-cpp/RequestBuilder.h#L190
unqualified call to 'std::move' [-Wunqualified-std-cast-call]
build (ubuntu-latest, clang): include/restc-cpp/RequestBuilder.h#L205
unqualified call to 'std::move' [-Wunqualified-std-cast-call]
build (ubuntu-latest, clang): include/restc-cpp/RequestBuilder.h#L212
unqualified call to 'std::move' [-Wunqualified-std-cast-call]
build (windows-latest, msvc): src/RequestImpl.cpp#L123
'initializing': conversion from 'unsigned long' to 'uint16_t', possible loss of data
build (windows-latest, msvc): src/RequestImpl.cpp#L123
'initializing': conversion from 'unsigned long' to 'const uint16_t', possible loss of data
build (windows-latest, msvc): src/RequestImpl.cpp#L962
throwing an object of non-copyable type 'restc_cpp::RequestImpl::RedirectException' is non-standard. If a copy is needed at runtime it will be made as if by memcpy.
build (windows-latest, msvc): src/RequestBodyFileImpl.cpp#L49
'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
build (windows-latest, msvc): include/restc-cpp/test_helper.h#L17
'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
build (windows-latest, msvc): include/restc-cpp/test_helper.h#L17
'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
build (windows-latest, msvc): include/restc-cpp/test_helper.h#L17
'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
build (windows-latest, msvc): include/restc-cpp/SerializeJson.h#L289
'=': conversion from 'const argT' to '_Ty', possible loss of data
build (windows-latest, msvc): include/restc-cpp/SerializeJson.h#L289
'=': conversion from 'const argT' to '_Ty', possible loss of data
build (windows-latest, msvc): include/restc-cpp/SerializeJson.h#L289
'=': conversion from 'const argT' to '_Ty', possible loss of data