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@winehq.org ReportedBy: austinenglish@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