X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=ETL%2Ftrunk%2Ftest%2Ffixed.cpp;h=030b5c7ddacaf57f1b0ac16bcdd4f0c2ead5deb2;hb=48079f9badc89c74bbf0cb1abf6fb50d2936a67b;hp=fbdac51af53fef1a19a59c5d6f460a3e71e78625;hpb=b3016b249333ac0ab0008d8c6c4d9029b2ff30c9;p=synfig.git diff --git a/ETL/trunk/test/fixed.cpp b/ETL/trunk/test/fixed.cpp index fbdac51..030b5c7 100644 --- a/ETL/trunk/test/fixed.cpp +++ b/ETL/trunk/test/fixed.cpp @@ -100,7 +100,7 @@ struct speed_test a=value_type(0.25); b=value_type(2); c=value_type(4.5); - const value_type half(0.5); + const value_type half(static_cast(0.5)); int i; etl::clock MyTimer; MyTimer.reset();