any body come across this error when doing an altermime
make on RHEL4 64bit
Code:
cc -Wall -Werror -g -I. -O2 -c qpe.c
qpe.c: In function `qp_encode':
qpe.c:100: warning: int format, different type arg (arg 3)
qpe.c:111: warning: int format, different type arg (arg 5)
qpe.c: In function `qp_encode_from_file':
qpe.c:152: warning: int format, different type arg (arg 3)
qpe.c:158: warning: int format, different type arg (arg 3)
qpe.c:172: warning: int format, different type arg (arg 4)
make: *** [qpe.o] Error 1