1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-21 17:17:06 +02:00
vcmi/.gitmodules

13 lines
353 B
Plaintext
Raw Normal View History

2017-07-09 18:31:21 +02:00
[submodule "test/googletest"]
path = test/googletest
url = https://github.com/google/googletest
Update googletest submodule Fixes the following warning, occurring during the linux-clang-test CI builds: [824/832] Building CXX object test/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o In file included from /home/runner/work/vcmi/vcmi/test/googletest/googletest/src/gtest-all.cc:38: In file included from /home/runner/work/vcmi/vcmi/test/googletest/googletest/include/gtest/gtest.h:65: In file included from /home/runner/work/vcmi/vcmi/test/googletest/googletest/include/gtest/gtest-death-test.h:43: In file included from /home/runner/work/vcmi/vcmi/test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h:47: In file included from /home/runner/work/vcmi/vcmi/test/googletest/googletest/include/gtest/gtest-matchers.h:48: /home/runner/work/vcmi/vcmi/test/googletest/googletest/include/gtest/gtest-printers.h:532:9: warning: implicit conversion from 'int32_t' (aka 'int') to 'float' may lose precision [-Wimplicit-int-float-conversion] 532 | if (static_cast<int32_t>(val * mulfor6 + 0.5) / mulfor6 == val) return 6; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ /home/runner/work/vcmi/vcmi/test/googletest/googletest/include/gtest/gtest-printers.h:551:17: note: in instantiation of function template specialization 'testing::internal::AppropriateResolution<float>' requested here 551 | os->precision(AppropriateResolution(f)); | ^ /home/runner/work/vcmi/vcmi/test/googletest/googletest/include/gtest/gtest-printers.h:544:9: warning: implicit conversion from 'int32_t' (aka 'int') to 'float' may lose precision [-Wimplicit-int-float-conversion] 544 | if (static_cast<int32_t>(val / divfor6 + 0.5) * divfor6 == val) return 6; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ 2 warnings generated.
2024-07-23 01:47:10 +02:00
branch = v1.15.x
[submodule "AI/FuzzyLite"]
path = AI/FuzzyLite
url = https://github.com/fuzzylite/fuzzylite.git
branch = release
2024-04-01 02:31:33 +02:00
[submodule "innoextract"]
path = launcher/lib/innoextract
url = https://github.com/vcmi/innoextract.git
branch = vcmi