Fixed -Weverything warnings

This commit is contained in:
Christophe Riccio
2017-08-10 19:57:35 +02:00
parent 5212c26da2
commit 3a06085edd
2 changed files with 5 additions and 4 deletions

View File

@@ -283,7 +283,7 @@ int test_diskRand()
{
float ResultFloat = 0.0f;
double ResultDouble = 0.0f;
double ResultDouble = 0.0;
for(std::size_t i = 0; i < TestSamples; ++i)
{
@@ -305,7 +305,7 @@ int test_ballRand()
{
float ResultFloat = 0.0f;
double ResultDouble = 0.0f;
double ResultDouble = 0.0;
for(std::size_t i = 0; i < TestSamples; ++i)
{