[01:45:20] --- DominusExult is now known as Dominus
[21:28:19] <Dominus> Marzo, if you ever revisit the xbr scaler, newer clang compiler warns about the no effect usage of abs in three or four cases
[21:28:59] <Dominus> wjp, marzo, this one might be a more useful abs warning:
[21:29:00] <Dominus> ucinternal.cc:644:11: warning: absolute value function 'abs' given an argument
[21:29:00] <Dominus> of type 'long' but has parameter of type 'int' which may cause truncation
[21:29:00] <Dominus> of value [-Wabsolute-value]
[21:29:24] <Dominus> ucinternal.cc:644:11: note: use function 'std::abs' instead