dyne / frei0r

A large collection of free and portable video plugins
https://frei0r.dyne.org/
GNU General Public License v2.0
427 stars 89 forks source link

fabsf warning #30

Closed rrrapha closed 5 years ago

rrrapha commented 6 years ago

clang generates warnings like this:

/home/rapha/frei0r/src/filter/c0rners/c0rners.c:240:8: warning: absolute value function 'fabsf' given an argument of type 'double' but has parameter of type 'float' which may cause truncation of value [-Wabsolute-value]
                        if (fabsf(aa)>fabsf(bb))