Jeremy Huddleston
610dd8a58a
mi: Correct a miscall of abs() to instead call fabs()
...
miarc.c:1714:9: warning: using integer absolute value function
'abs' when
argument is of floating point type [-Wabsolute-value,Semantic Issue]
if (abs(parc->angle2) >= 360.0)
^
miarc.c:1714:9: note: use function 'fabs' instead [Semantic Issue]
if (abs(parc->angle2) >= 360.0)
^~~
fabs
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2015-10-19 11:49:52 -04:00
..
2014-10-27 15:45:29 -04:00
2014-11-12 10:25:00 +10:00
2015-10-19 11:49:52 -04:00
2015-04-21 16:58:08 -07:00
2015-04-21 16:58:08 -07:00
2012-03-21 13:54:42 -07:00
2014-07-28 12:20:44 -07:00
2015-04-21 16:58:08 -07:00
2014-11-12 10:25:00 +10:00
2015-06-30 12:17:51 +10:00
2015-09-23 11:07:23 -04:00
2015-07-08 16:41:28 -04:00
2015-04-13 18:41:26 -07:00
2014-10-27 15:45:21 -04:00
2015-04-21 16:58:08 -07:00
2014-11-12 10:25:00 +10:00
2014-10-27 15:46:05 -04:00
2014-01-12 10:24:12 -08:00
2015-07-08 16:40:57 -04:00
2015-04-21 16:58:08 -07:00
2012-03-21 13:54:42 -07:00
2015-08-17 18:23:40 -07:00
2012-03-21 13:54:42 -07:00
2015-01-05 14:26:45 -08:00
2013-09-10 13:29:21 -04:00
2012-03-21 13:54:42 -07:00
2015-04-21 16:58:08 -07:00
2014-11-12 10:25:00 +10:00
2015-04-21 16:58:08 -07:00
2015-04-21 16:58:08 -07:00
2014-11-12 10:25:00 +10:00
2014-11-12 10:25:00 +10:00
2014-11-12 10:25:00 +10:00
2012-03-21 13:54:42 -07:00
2015-07-08 16:41:28 -04:00
2014-07-17 11:17:20 -07:00
2012-03-21 13:54:42 -07:00
2014-11-12 10:25:00 +10:00
2012-03-21 13:54:42 -07:00
2014-11-12 10:25:00 +10:00
2015-08-17 18:50:25 -07:00
2014-10-27 15:45:22 -04:00
2015-07-08 16:41:28 -04:00
2015-04-21 16:58:08 -07:00
2012-03-21 13:54:42 -07:00
2014-11-12 10:25:00 +10:00
2015-04-21 16:58:08 -07:00