Bug 216300 - x11-drivers/xf86-video-neomagic: call the correct (f)abs
Summary: x11-drivers/xf86-video-neomagic: call the correct (f)abs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-19 22:28 UTC by Matthew Rezny
Modified: 2017-02-15 10:18 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (x11)


Attachments
patch x11-drivers/xf86-video-neomagic (1.11 KB, patch)
2017-01-19 22:28 UTC, Matthew Rezny
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Rezny freebsd_committer freebsd_triage 2017-01-19 22:28:09 UTC
Created attachment 179115 [details]
patch  x11-drivers/xf86-video-neomagic

Replace a call to abs() with a call to fabs() in order to match types and eliminate a warning.  No other issues were found when verifying the build of this driver with a modern Xorg server (checked with 1.18.4 and 1.19.1).