MSVC: fix warnings about conversion between float and double

This commit is contained in:
wmayer
2023-11-21 21:20:29 +01:00
committed by wwmayer
parent 624b5a396a
commit 451c094f39
2 changed files with 5 additions and 1 deletions

View File

@@ -38,6 +38,10 @@
#include <Mod/Material/App/ModelManager.h>
#include <Mod/Material/App/ModelUuids.h>
#ifdef _MSC_VER
#pragma warning(disable : 4834)
#endif
// clang-format off
class TestMaterial : public ::testing::Test {