[ros-bugs] [Bug 7027] New: Wine's use of isnan and isinf causes warnings

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Fri Apr 27 11:29:10 UTC 2012


http://www.reactos.org/bugzilla/show_bug.cgi?id=7027

           Summary: Wine's use of isnan and isinf causes warnings
           Product: ReactOS
           Version: TRUNK
          Platform: x86 Hardware
        OS/Version: ReactOS
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: Other
        AssignedTo: thfabba at gmx.de
        ReportedBy: thfabba at gmx.de
         QAContact: ros-bugs at reactos.org


isnan and isfinite aren't ANSI C, and MSVC doesn't have them.

We have weird compiler definitions like isnan=_isnan and isinf=!_finite in
jscript and wined3d to hack this to work. It should be fixed properly instead.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the Ros-bugs mailing list