http://bugs.winehq.org/show_bug.cgi?id=16752
Summary: winhlp32/hlp_file.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 hlpfile.o hlpfile.c hlpfile.c: In function ‘HLPFILE_RtfAddText’: hlpfile.c:646: warning: comparison is always false due to limited range of data type
http://bugs.winehq.org/show_bug.cgi?id=16752
Kirill K. Smirnov lich@math.spbu.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lich@math.spbu.ru
--- Comment #1 from Kirill K. Smirnov lich@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?
http://bugs.winehq.org/show_bug.cgi?id=16752
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2009-01-13 08:44:49 --- (In reply to comment #1)
What version of gcc should be used to handle -Wtype-limits option?
-Wtype-limits should be detected by a configure script, have a look at your config.log (after re-running configure just in case).
http://bugs.winehq.org/show_bug.cgi?id=16752
--- Comment #3 from Kirill K. Smirnov lich@math.spbu.ru 2009-01-13 09:20:11 --- configure tried to detect it but failed - my gcc is just too old.
Ah, I've just found, that -Wextra can be used instead of -Wtype-limit for gcc-4.2
http://bugs.winehq.org/show_bug.cgi?id=16752
--- Comment #4 from Austin English austinenglish@gmail.com 2009-08-30 15:22:11 --- Still present in git.
http://bugs.winehq.org/show_bug.cgi?id=16752
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|Macintosh |ppc32
http://bugs.winehq.org/show_bug.cgi?id=16752
--- Comment #5 from Austin English austinenglish@gmail.com 2010-12-02 16:10:59 CST --- Still in wine-1.3.8-153-g27d2b9b
http://bugs.winehq.org/show_bug.cgi?id=16752
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #6 from André H. nerv@dawncrow.de 2011-04-01 13:36:44 CDT --- for easier finding, it's line: if (*p < 0) /* escape non ASCII chars */
http://bugs.winehq.org/show_bug.cgi?id=16752
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #7 from joaopa jeremielapuree@yahoo.fr 2013-04-20 23:37:36 CDT --- still a bug in current wine?
http://bugs.winehq.org/show_bug.cgi?id=16752
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |147d4bc88a4059e129073effa30 | |bd615eef54632 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com 2013-04-21 02:00:16 CDT --- This was likely fixed with 147d4bc88a4059e129073effa30bd615eef54632.
http://bugs.winehq.org/show_bug.cgi?id=16752
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2013-04-26 13:16:35 CDT --- Closing bugs fixed in 1.5.29.