warning C4305: 'argument' : truncation from 'double' to 'float'
Warnings like this
and conversion from int to float, int to double, float to double, etc...
Assuming im not aiming for:
accuracy,
optimizing performance,
nor memory usage,
are there any possible OTHER side effects from just ignoring these stuff?
btw, i have got over 550 conversion warnings..!!