[Bug 16750] New: ntdll/tests/rtlbitmap.c: comparison is always false due to limited range of data type

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 2 23:15:32 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=16750

           Summary: ntdll/tests/rtlbitmap.c: comparison is always false due
                    to limited range of data type
           Product: Wine
           Version: 1.1.12
          Platform: Macintosh
        OS/Version: Linux
            Status: NEW
          Keywords: source
          Severity: minor
          Priority: P2
         Component: build-env
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: austinenglish at gmail.com


gcc -c -I. -I. -I../../../include -I../../../include   -D_REENTRANT -fPIC -Wall
-pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings
-Wtype-limits -Wpointer-arith  -g -O2  -o rtlbitmap.o rtlbitmap.c
rtlbitmap.c: In function ‘test_RtlFindMostSignificantBit’:
rtlbitmap.c:439: warning: comparison is always false due to limited range of
data type
rtlbitmap.c: In function ‘test_RtlFindLeastSignificantBit’:
rtlbitmap.c:466: warning: comparison is always false due to limited range of
data type


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the wine-bugs mailing list