add checkout to docker-cleanup #367
cmake-test.yml
on: push
Matrix: cmake-test
build-release
11s
Annotations
60 warnings
|
cmake-test (ubuntu, g++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:188:9: warning: declaration of ‘fwi’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test (ubuntu, g++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:183:16: warning: declaration of ‘ffmc’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test (ubuntu, g++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:184:15: warning: declaration of ‘dmc’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test (ubuntu, g++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:185:14: warning: declaration of ‘dc’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test (ubuntu, g++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:186:9: warning: declaration of ‘isi’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test (ubuntu, g++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:187:9: warning: declaration of ‘bui’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test (ubuntu, g++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:188:9: warning: declaration of ‘fwi’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test (ubuntu, g++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Util.h:472:57: warning: useless cast to type ‘using fs::MathSize = double’ {aka ‘double’} [-Wuseless-cast]
|
|
cmake-test (ubuntu, g++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/StrictType.h:47:49: warning: declaration of ‘value’ shadows a member of ‘fs::StrictType<ConcreteType, Units, ValueType, InvalidValue>’ [-Wshadow]
|
|
cmake-test (ubuntu, g++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/stdafx.h:203:25: warning: useless cast to type ‘using fs::ROSSize = using fs::MathSize = double’ {aka ‘double’} [-Wuseless-cast]
|
|
cmake-test (ubuntu, clang++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/ConstantGrid.h:189:7: warning: implicit conversion from '__tuple_element_t<0UL, tuple<long, long, unsigned short, unsigned short>>' (aka 'long') to 'double' may lose precision [-Wimplicit-int-float-conversion]
|
|
cmake-test (ubuntu, clang++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/ConstantGrid.h:190:7: warning: implicit conversion from '__tuple_element_t<1UL, tuple<long, long, unsigned short, unsigned short>>' (aka 'long') to 'double' may lose precision [-Wimplicit-int-float-conversion]
|
|
cmake-test (ubuntu, clang++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Grid.h:605:27: warning: implicit conversion changes signedness: 'Idx' (aka 'short') to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
|
|
cmake-test (ubuntu, clang++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Grid.h:605:61: warning: implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to 'const Idx' (aka 'const short') [-Wimplicit-int-conversion]
|
|
cmake-test (ubuntu, clang++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Grid.h:604:27: warning: implicit conversion changes signedness: 'Idx' (aka 'short') to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
|
|
cmake-test (ubuntu, clang++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Grid.h:604:53: warning: implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to 'const Idx' (aka 'const short') [-Wimplicit-int-conversion]
|
|
cmake-test (ubuntu, clang++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Grid.h:523:19: warning: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
|
|
cmake-test (ubuntu, clang++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Grid.h:521:35: warning: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
|
|
cmake-test (ubuntu, clang++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Duff.h:186:39: warning: implicit conversion increases floating-point precision: 'float' to 'const MathSize' (aka 'const double') [-Wdouble-promotion]
|
|
cmake-test (ubuntu, clang++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/stdafx.h:116:39: warning: implicit conversion increases floating-point precision: 'float' to 'const MathSize' (aka 'const double') [-Wdouble-promotion]
|
|
cmake-test (macos, clang++, arm64, Release)
clang: warning: argument unused during compilation: '-mno-avx512f' [-Wunused-command-line-argument]
|
|
cmake-test (macos, clang++, arm64, Release)
/Users/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/./Grid.h:605:27: warning: implicit conversion changes signedness: 'Idx' (aka 'short') to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
|
|
cmake-test (macos, clang++, arm64, Release)
/Users/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/./Grid.h:605:61: warning: implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to 'const Idx' (aka 'const short') [-Wimplicit-int-conversion]
|
|
cmake-test (macos, clang++, arm64, Release)
/Users/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/./Grid.h:604:27: warning: implicit conversion changes signedness: 'Idx' (aka 'short') to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
|
|
cmake-test (macos, clang++, arm64, Release)
/Users/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/./Grid.h:604:53: warning: implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to 'const Idx' (aka 'const short') [-Wimplicit-int-conversion]
|
|
cmake-test (macos, clang++, arm64, Release)
/Users/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/./Grid.h:523:19: warning: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
|
|
cmake-test (macos, clang++, arm64, Release)
/Users/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/./Grid.h:521:35: warning: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
|
|
cmake-test (macos, clang++, arm64, Release)
/Users/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/./Duff.h:186:39: warning: implicit conversion increases floating-point precision: 'float' to 'const MathSize' (aka 'const double') [-Wdouble-promotion]
|
|
cmake-test (macos, clang++, arm64, Release)
/Users/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/./stdafx.h:116:39: warning: implicit conversion increases floating-point precision: 'float' to 'const MathSize' (aka 'const double') [-Wdouble-promotion]
|
|
cmake-test (macos, clang++, arm64, Release)
clang: warning: argument unused during compilation: '-mno-avx512f' [-Wunused-command-line-argument]
|
|
cmake-test (ubuntu, clang++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/ConstantGrid.h:189:7: warning: implicit conversion from '__tuple_element_t<0UL, tuple<long, long, unsigned short, unsigned short>>' (aka 'long') to 'double' may lose precision [-Wimplicit-int-float-conversion]
|
|
cmake-test (ubuntu, clang++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/ConstantGrid.h:190:7: warning: implicit conversion from '__tuple_element_t<1UL, tuple<long, long, unsigned short, unsigned short>>' (aka 'long') to 'double' may lose precision [-Wimplicit-int-float-conversion]
|
|
cmake-test (ubuntu, clang++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Grid.h:605:27: warning: implicit conversion changes signedness: 'Idx' (aka 'short') to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
|
|
cmake-test (ubuntu, clang++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Grid.h:605:61: warning: implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to 'const Idx' (aka 'const short') [-Wimplicit-int-conversion]
|
|
cmake-test (ubuntu, clang++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Grid.h:604:27: warning: implicit conversion changes signedness: 'Idx' (aka 'short') to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
|
|
cmake-test (ubuntu, clang++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Grid.h:604:53: warning: implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to 'const Idx' (aka 'const short') [-Wimplicit-int-conversion]
|
|
cmake-test (ubuntu, clang++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Grid.h:523:19: warning: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
|
|
cmake-test (ubuntu, clang++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Grid.h:521:35: warning: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
|
|
cmake-test (ubuntu, clang++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Duff.h:186:39: warning: implicit conversion increases floating-point precision: 'float' to 'const MathSize' (aka 'const double') [-Wdouble-promotion]
|
|
cmake-test (ubuntu, clang++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/stdafx.h:116:39: warning: implicit conversion increases floating-point precision: 'float' to 'const MathSize' (aka 'const double') [-Wdouble-promotion]
|
|
cmake-test (ubuntu, g++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:188:9: warning: declaration of ‘fwi’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test (ubuntu, g++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:183:16: warning: declaration of ‘ffmc’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test (ubuntu, g++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:184:15: warning: declaration of ‘dmc’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test (ubuntu, g++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:185:14: warning: declaration of ‘dc’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test (ubuntu, g++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:186:9: warning: declaration of ‘isi’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test (ubuntu, g++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:187:9: warning: declaration of ‘bui’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test (ubuntu, g++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:188:9: warning: declaration of ‘fwi’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test (ubuntu, g++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Util.h:472:57: warning: useless cast to type ‘using fs::MathSize = double’ {aka ‘double’} [-Wuseless-cast]
|
|
cmake-test (ubuntu, g++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/StrictType.h:47:49: warning: declaration of ‘value’ shadows a member of ‘fs::StrictType<ConcreteType, Units, ValueType, InvalidValue>’ [-Wshadow]
|
|
cmake-test (ubuntu, g++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/stdafx.h:203:25: warning: useless cast to type ‘using fs::ROSSize = using fs::MathSize = double’ {aka ‘double’} [-Wuseless-cast]
|
|
cmake-test (windows, cl, x64, Release):
src/cpp/fs/Grid.h#L604
conversion from 'uint32_t' to 'fs::Idx', possible loss of data
|
|
cmake-test (windows, cl, x64, Release):
src/cpp/fs/GridMap.h#L99
conversion from 'const int' to 'const T', possible loss of data
|
|
cmake-test (windows, cl, x64, Release):
src/cpp/fs/Grid.cpp#L25
This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|
cmake-test (windows, cl, x64, Release):
src/cpp/fs/FireSpread.cpp#L216
conversion from 'const int' to 'const fs::Day', possible loss of data
|
|
cmake-test (windows, cl, x64, Release)
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.44.35207\include\functional(882): warning C4244: 'return': conversion from 'double' to '_Rx', possible loss of data
|
|
cmake-test (windows, cl, x64, Release)
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.44.35207\include\type_traits(1680): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
|
|
cmake-test (windows, cl, x64, Release):
src/cpp/fs/Grid.h#L605
conversion from 'uint32_t' to 'const fs::Idx', possible loss of data
|
|
cmake-test (windows, cl, x64, Release):
src/cpp/fs/Grid.h#L605
conversion from 'uint32_t' to 'fs::Idx', possible loss of data
|
|
cmake-test (windows, cl, x64, Release):
src/cpp/fs/Grid.h#L604
conversion from 'uint32_t' to 'const fs::Idx', possible loss of data
|
|
cmake-test (windows, cl, x64, Release):
src/cpp/fs/Grid.h#L604
conversion from 'uint32_t' to 'fs::Idx', possible loss of data
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
firestarr-macos-arm64-clang-Release
|
6.33 MB |
sha256:be9d7926c721ea14efe1031bce2fa33d95ce2895bc411daef8eb0f1486dcd51f
|
|
|
firestarr-ubuntu-arm64-clang-Release
|
7.92 MB |
sha256:2b1fc53c577dca7de48edfed9f02c87a0fd3ae64f06c5cf933d8f30f5fe01cb2
|
|
|
firestarr-ubuntu-arm64-gcc-Release
|
7.91 MB |
sha256:9f2f7aae83adbf8ba5a86b3b877b32c0f2e001ccf5feb07e14c39566157265ee
|
|
|
firestarr-ubuntu-x64-clang-Release
|
8.06 MB |
sha256:8b7aae31f5bc619e6c74a0d9e7647d92cd86aa2a0fd19129d7dceb20050db1a3
|
|
|
firestarr-ubuntu-x64-gcc-Release
|
8.22 MB |
sha256:1a38d3e6bc9d70e376f50bcb37d1aa5f0a1db7418c76eb86a98f8f2be4ac8911
|
|
|
firestarr-windows-x64-cl-Release
|
6.71 MB |
sha256:fd411b453df1754d237a99a0517b861c78cd080f839dcf572de1c2e4a7fabcb7
|
|