change generated releases for tags #162
cmake-test.yml
on: push
Matrix: cmake-test-macos
Matrix: cmake-test-ubuntu
Matrix: cmake-test-windows
cmake-test
15s
Annotations
60 warnings
|
cmake-test-ubuntu (ubuntu, 24.04, g++, arm64) / firestarr-ubuntu-24.04-arm64-gcc-Release
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:185:25: warning: declaration of ‘prec’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test-ubuntu (ubuntu, 24.04, g++, arm64) / firestarr-ubuntu-24.04-arm64-gcc-Release
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:186:16: warning: declaration of ‘ffmc’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test-ubuntu (ubuntu, 24.04, g++, arm64) / firestarr-ubuntu-24.04-arm64-gcc-Release
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:187:15: warning: declaration of ‘dmc’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test-ubuntu (ubuntu, 24.04, g++, arm64) / firestarr-ubuntu-24.04-arm64-gcc-Release
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:188:14: warning: declaration of ‘dc’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test-ubuntu (ubuntu, 24.04, g++, arm64) / firestarr-ubuntu-24.04-arm64-gcc-Release
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:189:15: warning: declaration of ‘isi’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test-ubuntu (ubuntu, 24.04, g++, arm64) / firestarr-ubuntu-24.04-arm64-gcc-Release
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:190:15: warning: declaration of ‘bui’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test-ubuntu (ubuntu, 24.04, g++, arm64) / firestarr-ubuntu-24.04-arm64-gcc-Release
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:191:15: warning: declaration of ‘fwi’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test-ubuntu (ubuntu, 24.04, g++, arm64) / firestarr-ubuntu-24.04-arm64-gcc-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 (ubuntu, 24.04, g++, arm64) / firestarr-ubuntu-24.04-arm64-gcc-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 (ubuntu, 24.04, g++, arm64) / firestarr-ubuntu-24.04-arm64-gcc-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-macos (macos, latest, clang++) / firestarr-macos-latest-arm64-clang-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 (macos, latest, clang++) / firestarr-macos-latest-arm64-clang-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 (macos, latest, clang++) / firestarr-macos-latest-arm64-clang-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 (macos, latest, clang++) / firestarr-macos-latest-arm64-clang-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 (macos, latest, clang++) / firestarr-macos-latest-arm64-clang-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 (macos, latest, clang++) / firestarr-macos-latest-arm64-clang-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 (macos, latest, clang++) / firestarr-macos-latest-arm64-clang-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 (macos, latest, clang++) / firestarr-macos-latest-arm64-clang-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 (macos, latest, clang++) / firestarr-macos-latest-arm64-clang-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 (macos, latest, clang++) / firestarr-macos-latest-arm64-clang-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-ubuntu (ubuntu, 24.04, g++, x64) / firestarr-ubuntu-24.04-x64-gcc-Release
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:185:25: warning: declaration of ‘prec’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test-ubuntu (ubuntu, 24.04, g++, x64) / firestarr-ubuntu-24.04-x64-gcc-Release
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:186:16: warning: declaration of ‘ffmc’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test-ubuntu (ubuntu, 24.04, g++, x64) / firestarr-ubuntu-24.04-x64-gcc-Release
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:187:15: warning: declaration of ‘dmc’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test-ubuntu (ubuntu, 24.04, g++, x64) / firestarr-ubuntu-24.04-x64-gcc-Release
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:188:14: warning: declaration of ‘dc’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test-ubuntu (ubuntu, 24.04, g++, x64) / firestarr-ubuntu-24.04-x64-gcc-Release
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:189:15: warning: declaration of ‘isi’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test-ubuntu (ubuntu, 24.04, g++, x64) / firestarr-ubuntu-24.04-x64-gcc-Release
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:190:15: warning: declaration of ‘bui’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test-ubuntu (ubuntu, 24.04, g++, x64) / firestarr-ubuntu-24.04-x64-gcc-Release
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:191:15: warning: declaration of ‘fwi’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
|
|
cmake-test-ubuntu (ubuntu, 24.04, g++, x64) / firestarr-ubuntu-24.04-x64-gcc-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 (ubuntu, 24.04, g++, x64) / firestarr-ubuntu-24.04-x64-gcc-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 (ubuntu, 24.04, g++, x64) / firestarr-ubuntu-24.04-x64-gcc-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 (ubuntu, 24.04, clang++, x64) / firestarr-ubuntu-24.04-x64-clang-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 (ubuntu, 24.04, clang++, x64) / firestarr-ubuntu-24.04-x64-clang-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 (ubuntu, 24.04, clang++, x64) / firestarr-ubuntu-24.04-x64-clang-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 (ubuntu, 24.04, clang++, x64) / firestarr-ubuntu-24.04-x64-clang-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 (ubuntu, 24.04, clang++, x64) / firestarr-ubuntu-24.04-x64-clang-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 (ubuntu, 24.04, clang++, x64) / firestarr-ubuntu-24.04-x64-clang-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 (ubuntu, 24.04, clang++, x64) / firestarr-ubuntu-24.04-x64-clang-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 (ubuntu, 24.04, clang++, x64) / firestarr-ubuntu-24.04-x64-clang-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 (ubuntu, 24.04, clang++, x64) / firestarr-ubuntu-24.04-x64-clang-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 (ubuntu, 24.04, clang++, x64) / firestarr-ubuntu-24.04-x64-clang-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-windows (windows, latest, cl) / firestarr-windows-latest-x64-cl-Release:
src/cpp/fs/Grid.h#L604
conversion from 'uint32_t' to 'fs::Idx', possible loss of data
|
|
cmake-test-windows (windows, latest, cl) / firestarr-windows-latest-x64-cl-Release:
src/cpp/fs/GridMap.h#L99
conversion from 'const int' to 'const T', possible loss of data
|
|
cmake-test-windows (windows, latest, cl) / firestarr-windows-latest-x64-cl-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 (windows, latest, cl) / firestarr-windows-latest-x64-cl-Release:
src/cpp/fs/FireSpread.cpp#L216
conversion from 'const int' to 'const fs::Day', possible loss of data
|
|
cmake-test-windows (windows, latest, cl) / firestarr-windows-latest-x64-cl-Release:
src/cpp/fs/Grid.h#L605
conversion from 'uint32_t' to 'const fs::Idx', possible loss of data
|
|
cmake-test-windows (windows, latest, cl) / firestarr-windows-latest-x64-cl-Release:
src/cpp/fs/Grid.h#L605
conversion from 'uint32_t' to 'fs::Idx', possible loss of data
|
|
cmake-test-windows (windows, latest, cl) / firestarr-windows-latest-x64-cl-Release:
src/cpp/fs/Grid.h#L604
conversion from 'uint32_t' to 'const fs::Idx', possible loss of data
|
|
cmake-test-windows (windows, latest, cl) / firestarr-windows-latest-x64-cl-Release:
src/cpp/fs/Grid.h#L604
conversion from 'uint32_t' to 'fs::Idx', possible loss of data
|
|
cmake-test-windows (windows, latest, cl) / firestarr-windows-latest-x64-cl-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 (windows, latest, cl) / firestarr-windows-latest-x64-cl-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-ubuntu (ubuntu, 24.04, clang++, arm64) / firestarr-ubuntu-24.04-arm64-clang-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 (ubuntu, 24.04, clang++, arm64) / firestarr-ubuntu-24.04-arm64-clang-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 (ubuntu, 24.04, clang++, arm64) / firestarr-ubuntu-24.04-arm64-clang-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 (ubuntu, 24.04, clang++, arm64) / firestarr-ubuntu-24.04-arm64-clang-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 (ubuntu, 24.04, clang++, arm64) / firestarr-ubuntu-24.04-arm64-clang-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 (ubuntu, 24.04, clang++, arm64) / firestarr-ubuntu-24.04-arm64-clang-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 (ubuntu, 24.04, clang++, arm64) / firestarr-ubuntu-24.04-arm64-clang-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 (ubuntu, 24.04, clang++, arm64) / firestarr-ubuntu-24.04-arm64-clang-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 (ubuntu, 24.04, clang++, arm64) / firestarr-ubuntu-24.04-arm64-clang-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 (ubuntu, 24.04, clang++, arm64) / firestarr-ubuntu-24.04-arm64-clang-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]
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
firestarr-macos-arm64-clang-Release
|
7.66 MB |
sha256:e8a3b8b6595f3b33cddfdde362e5f723cbb4055015bf278cbe7f2f0fb25aee96
|
|
|
firestarr-ubuntu-arm64-clang-Release
|
8.6 MB |
sha256:17dfb1463861c1726d0a37d5fa236f63a4bfe88f4fd50ac9022a68e3249415ed
|
|
|
firestarr-ubuntu-arm64-gcc-Release
|
8.69 MB |
sha256:c56c4bdbb1afe533ed6371c07e1e28cd3ceab41e54765bb5a8aca811e92ecd6f
|
|
|
firestarr-ubuntu-x64-clang-Release
|
8.27 MB |
sha256:1381964f6b234dde5f7d5989249a4a9cfe40bbb3572c9364a085d7087e9fb08b
|
|
|
firestarr-ubuntu-x64-gcc-Release
|
8.53 MB |
sha256:c57c500c75d144de25ba4b4557e108f0710392fcce70f865a18857fd2be1bf73
|
|
|
firestarr-windows-x64-cl-Release
|
5.35 MB |
sha256:dfee6409067518e9ed8559120bb829ea890896756a1db4cb60c169b08f7b5ba5
|
|