Skip to content

Fix warnings

Fix warnings #200

Triggered via push September 30, 2024 14:19
Status Failure
Total duration 2m 53s
Artifacts
Matrix: job
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 16 warnings
macos-14-hosted-ninja-vcpkg_submod-autocache
run-cmake action execution failed: 'Error: "'/Users/runner/work/_temp/1854734699/cmake-3.29.6-macos-universal/CMake.app/Contents/bin/ctest' failed with error code: '8'.'
ubuntu-latest-hosted-ninja-vcpkg_submod-autocache
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/1406096797/cmake-3.29.6-linux-x86_64/bin/ctest' failed with error code: '8'.'
macos-13-hosted-ninja-vcpkg_submod-autocache
run-cmake action execution failed: 'Error: "'/Users/runner/work/_temp/1854734699/cmake-3.29.6-macos-universal/CMake.app/Contents/bin/ctest' failed with error code: '8'.'
windows-latest-hosted-ninja-vcpkg_submod-autocache
run-cmake action execution failed: 'Error: "'D:\a\_temp\1754600467\cmake-3.29.6-windows-x86_64\bin\ctest.exe' failed with error code: '8'.'
macos-14-hosted-ninja-vcpkg_submod-autocache: src/s3plugin.cpp#L474
unused parameter 'default_value' [-Wunused-parameter]
macos-14-hosted-ninja-vcpkg_submod-autocache: src/s3plugin.cpp#L487
non-void function does not return a value in all control paths [-Wreturn-type]
ubuntu-latest-hosted-ninja-vcpkg_submod-autocache: src/s3plugin.cpp#L474
unused parameter ‘default_value’ [-Wunused-parameter]
ubuntu-latest-hosted-ninja-vcpkg_submod-autocache: src/s3plugin.cpp#L487
control reaches end of non-void function [-Wreturn-type]
macos-13-hosted-ninja-vcpkg_submod-autocache: src/s3plugin.cpp#L474
unused parameter 'default_value' [-Wunused-parameter]
macos-13-hosted-ninja-vcpkg_submod-autocache: src/s3plugin.cpp#L487
non-void function does not return a value in all control paths [-Wreturn-type]
windows-latest-hosted-ninja-vcpkg_submod-autocache: src/ini.h#L533
'argument': conversion from 'size_t' to 'const __int64', signed/unsigned mismatch
windows-latest-hosted-ninja-vcpkg_submod-autocache: src/s3plugin.cpp#L292
'argument': conversion from 'unsigned __int64' to 'R', signed/unsigned mismatch
windows-latest-hosted-ninja-vcpkg_submod-autocache: src/s3plugin.cpp#L474
'default_value': unreferenced formal parameter
windows-latest-hosted-ninja-vcpkg_submod-autocache: src/s3plugin.cpp#L777
'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.
windows-latest-hosted-ninja-vcpkg_submod-autocache: src/s3plugin.cpp#L778
'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.
windows-latest-hosted-ninja-vcpkg_submod-autocache: src/s3plugin.cpp#L1231
'initializing': conversion from 'size_t' to 'int64_t', signed/unsigned mismatch
windows-latest-hosted-ninja-vcpkg_submod-autocache: src/s3plugin.cpp#L1231
'initializing': conversion from 'size_t' to 'const int64_t', signed/unsigned mismatch
windows-latest-hosted-ninja-vcpkg_submod-autocache: src/s3plugin.cpp#L1246
'argument': conversion from 'size_t' to 'int64_t', signed/unsigned mismatch
windows-latest-hosted-ninja-vcpkg_submod-autocache: src/s3plugin.cpp#L1611
'return': conversion from 'const size_t' to '__int64', signed/unsigned mismatch
windows-latest-hosted-ninja-vcpkg_submod-autocache: src/s3plugin.cpp#L1851
Implicit conversion from 'int' to bool. Possible information loss