Skip to content

Fixing compiler warnings and static code analyzer warnings, macos and github actions #34

Fixing compiler warnings and static code analyzer warnings, macos and github actions

Fixing compiler warnings and static code analyzer warnings, macos and github actions #34

Triggered via pull request August 17, 2024 14:44
@jgaajgaa
opened #159
staging
Status Success
Total duration 22m 9s
Artifacts

ci.yaml

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

Annotations

10 warnings
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): include/restc-cpp/SerializeJson-cpp17.h#L313
'argument': conversion from 'const valT' to 'const _Elem', possible loss of data
build (windows-latest, msvc): include/restc-cpp/SerializeJson-cpp17.h#L313
'argument': conversion from 'const valT' to 'const _Elem', possible loss of data
build (windows-latest, msvc): include/restc-cpp/SerializeJson-cpp17.h#L313
'argument': conversion from 'const valT' to 'const _Elem', possible loss of data
build (windows-latest, msvc): include/restc-cpp/SerializeJson-cpp17.h#L313
'=': conversion from 'const argT' to '_Ty', possible loss of data
build (windows-latest, msvc): include/restc-cpp/SerializeJson-cpp17.h#L313
'=': conversion from 'const argT' to '_Ty', possible loss of data
build (windows-latest, msvc): include/restc-cpp/SerializeJson-cpp17.h#L313
'=': conversion from 'const argT' to '_Ty', possible loss of data
build (windows-latest, msvc): include/restc-cpp/SerializeJson-cpp17.h#L313
'argument': conversion from 'const valT' to 'const _Elem', possible loss of data