X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=ETL%2Ftrunk%2Ftest%2Ffixed.cpp;fp=ETL%2Ftrunk%2Ftest%2Ffixed.cpp;h=030b5c7ddacaf57f1b0ac16bcdd4f0c2ead5deb2;hb=117425a5858bb094f2e54af5d018499ab703b227;hp=fbdac51af53fef1a19a59c5d6f460a3e71e78625;hpb=acc2e299d146ba31e030c8e5ed775427b6f0607e;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();