VCVRack / Befaco

Befaco Eurorack modules for VCV Rack
https://library.vcvrack.com/Befaco
Other
146 stars 27 forks source link

Fix for fabsf casting warning #4

Closed mhetrick closed 6 years ago

AndrewBelt commented 7 years ago

What OS does the warning appear on? I'd actually rather just add a custom absf to math.hpp than use any of the std math functions. I guess technically nothing in C++ is defined outside of std...

mhetrick commented 7 years ago

I was getting the warning on Mac. I can check to see if it also appears on Windows.