[Bug 16752] winhlp32/hlp_file.c: comparison is always false due to limited range of data type

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jan 13 07:46:35 CST 2009


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


Kirill K. Smirnov <lich at math.spbu.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lich at math.spbu.ru




--- Comment #1 from Kirill K. Smirnov <lich at math.spbu.ru>  2009-01-13 07:46:35 ---
$ gcc -c -I../../../programs/winhlp32 -I. -I../../../include -I../../include  
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith  -g -O2  -o
hlpfile.o ../../../programs/winhlp32/hlpfile.c -Wtype-limits
cc1: error: unrecognized command line option "-Wtype-limits"

$ gcc -dumpversion
4.2.3

What version of gcc should be used to handle -Wtype-limits option?


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