tote-bag-labs / valentine

An open source compressor meant to pump and breathe
GNU General Public License v3.0
123 stars 6 forks source link

Fix warnings in Catch tests #103

Open JoseDiazRohena opened 5 months ago

JoseDiazRohena commented 5 months ago

Example:

warning: comparing floating point with == or != is unsafe [-Wfloat-equal] REQUIRE (result == -25.0f);

This needs to be an approximate comparison!