[Linuxwacom-devel] [PATCH 5/8] xsetwacom: Use 'fabs' instead of 'abs' where necessary

2015-01-29 Thread Jason Gerecke
Fixes multiple clang warnings about the use of 'abs' with a floating- point argument. Signed-off-by: Jason Gerecke killert...@gmail.com --- src/wcmCommon.c | 2 +- src/wcmTouchFilter.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wcmCommon.c b/src/wcmCommon.c

Re: [Linuxwacom-devel] [PATCH 5/8] xsetwacom: Use 'fabs' instead of 'abs' where necessary

2015-01-29 Thread Peter Hutterer
On Thu, Jan 29, 2015 at 06:14:07PM -0800, Jason Gerecke wrote: Fixes multiple clang warnings about the use of 'abs' with a floating- point argument. Signed-off-by: Jason Gerecke killert...@gmail.com --- src/wcmCommon.c | 2 +- src/wcmTouchFilter.c | 4 ++-- 2 files changed, 3