- More a "clang issue" than "Suse Leap issue" - seen on other environments since original report
- Only S3_0 affeced. Later branches (from where this was backported) have those variables as floats
- I've concluded that right thing to do (in S3_0 - if other branches affected would have been affected, they could have had different fix) is to do partial revert of osdn #47901
Patch attached.
S3_0 build fails on Suse Leap. It doesn't like the fact that fabs() gets an non-float parameter on dai_process_defender_want().
I guess it's referring to 'desire' being an int, and that looks like real bug to me (definitely should support non-integer values)