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

Resolve float comparison warning in `Compressor.cpp` #104

Open JoseDiazRohena opened 5 months ago

JoseDiazRohena commented 5 months ago

warning: comparing floating point with == or != is unsafe [-Wfloat-equal] jassert (W != -1.0f);