[Bug 24270] kernel32/time.c tests fail due to being miscompiled by clang, but not gcc (not a Wine bug)

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Sep 5 04:37:40 CDT 2010


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

--- Comment #7 from Luca Bennati <lucak3 at gmail.com> 2010-09-05 04:37:40 CDT ---
Can confirm the test failures.

But I get 1 warning here:
clang -c -I. -I. -I../../../include -I../../../include 
-DWINE_STRICT_PROTOTYPES  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings
-Wpointer-arith  -std=gnu89 -O0 -Wall -Wextra -Wsign-compare  -o time.o time.c
time.c:286:12: warning: comparison of integers of different signs: 'BOOL' (aka
'int') and 'DWORD' (aka 'unsigned int') [-Wsign-compare]
    ok(res != TIME_ZONE_ID_INVALID, "GetTimeZoneInformation failed\n");
       ~~~ ^  ~~~~~~~~~~~~~~~~~~~~
1 diagnostic generated.

-- 
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