fontutils-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Built FontUtils with GCC 4.5.2


From: Adam M. Dutko
Subject: Built FontUtils with GCC 4.5.2
Date: Tue, 11 Jan 2011 00:22:46 -0500

address@hidden:/opt/fontutils/fontutils-0.7$ /opt/gcc/install/bin/gcc --version
gcc (GCC) 4.5.2
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

......

CC="/opt/gcc/install/bin/gcc"
LD_LIBRARY_PATH="/opt/mpc/install/lib:/opt/mpfr/install/lib:/opt/gmp/install/lib"
./configure

CC="/opt/gcc/install/bin/gcc"
LD_LIBRARY_PATH="/opt/mpc/install/lib:/opt/mpfr/install/lib:/opt/gmp/install/lib"
make 1> ../MAKE_SUCCESS
malloc.c:251:1: warning: function return types not compatible due to ‘volatile’
malloc.c:251:1: warning: function return types not compatible due to ‘volatile’
malloc.c:270:22: warning: function definition has qualified void return type
malloc.c: In function ‘malloc_user_error’:
malloc.c:275:74: warning: function with qualified void return type called
malloc.c: In function ‘mem2chunk’:
malloc.c:643:22: warning: function with qualified void return type called
malloc.c: In function ‘realloc’:
malloc.c:1102:17: warning: function with qualified void return type called
malloc.c: In function ‘memalign’:
malloc.c:1143:8: warning: cast from pointer to integer of different size
malloc.c:1148:35: warning: cast from pointer to integer of different size
malloc.c:1160:25: warning: cast from pointer to integer of different size
malloc.c:1165:24: warning: function with qualified void return type called
now.c: In function ‘now’:
now.c:31:3: warning: passing argument 2 of ‘strcpy’ makes pointer from
integer without a cast
/usr/include/string.h:84:14: note: expected ‘const char *
__restrict__’ but argument is of type ‘int’
xrealloc.c: In function ‘xrealloc’:
xrealloc.c:35:20: warning: cast from pointer to integer of different size
Viewport.c: In function ‘ScrollUpDownProc’:
Viewport.c:710:15: warning: cast from pointer to integer of different size
curve.c: In function ‘log_curve’:
curve.c:140:3: warning: cast from pointer to integer of different size
curve.c: In function ‘log_entire_curve’:
curve.c:201:3: warning: cast from pointer to integer of different size
fit.c: In function ‘fit_with_least_squares’:
fit.c:1195:11: warning: cast from pointer to integer of different size
fit.c:1204:11: warning: cast from pointer to integer of different size

Attachment: MAKE_SUCCESS
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]