http://sarovar.org/download.php/890/pdftex-1.40.0-alpha-20051226-20060106.di... http://sarovar.org/download.php/891/pdftex-1.40.0-alpha-20060106.tar.bz2 - many small fixes to remove warnings from -Wall - removed some unused variables - really fix bug 444 - add some GCC extensions and use *nprintf instead of *printf where possible - fixed a unicode bug in ttf2afm Have fun Martin -- http://www.tm.oneiros.de
Martin Schröder wrote:
http://sarovar.org/download.php/890/pdftex-1.40.0-alpha-20051226-20060106.di... http://sarovar.org/download.php/891/pdftex-1.40.0-alpha-20060106.tar.bz2
- many small fixes to remove warnings from -Wall
Probably harmless, but I get a few new warnings from GCC (that's the engine comparison code): pdfetexini.c: In function 'storefmtfile': pdfetexini.c:3349: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness pdfetexini.c: In function 'loadfmtfile': pdfetexini.c:3660: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness pdfetexini.c:3660: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness pdfetexini.c:3660: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness pdfetexini.c:3660: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness pdfetexini.c:3660: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness pdfetexini.c:3660: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness pdfetexini.c:4250: warning: comparison is always false due to limited range of data type Cheers, Taco
On 2006-01-10 12:28:50 +0100, Taco Hoekwater wrote:
Martin Schröder wrote:
- many small fixes to remove warnings from -Wall
Probably harmless, but I get a few new warnings from GCC (that's the engine comparison code):
There are still some warnings left, but these are caused by the web2c conversion (at least with gcc 2.95). I eleminated everything about unsused variables or implicit declarations. :-) Best Martin -- http://www.tm.oneiros.de
participants (2)
-
Martin Schröder
-
Taco Hoekwater