Opened 18 years ago
Closed 18 years ago
#1091 closed defect (fixed)
error message in ppstamp
| Reported by: | Owned by: | bills | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | ppstamp | Version: | 2.5 |
| Severity: | minor | Keywords: | |
| Cc: | ljhuang@… |
Description
When I did psbuild, I got the following message.
=========================================================================
cc1: warnings being treated as errors
pstampparse.c: In function ¡¥idToStr¡¦:
pstampparse.c:194: warning: format ¡¥%lu¡¦ expects type ¡¥long unsigned int¡¦, but argument
3 has type ¡¥psU64¡¦
pstampparse.c: In function ¡¥queueOneJob¡¦:
pstampparse.c:606: warning: format ¡¥%ld¡¦ expects type ¡¥long int¡¦, but argument 6 has
type ¡¥psS64¡¦
pstampparse.c: In function ¡¥queueGetImageJob¡¦:
pstampparse.c:703: warning: format ¡¥%ld¡¦ expects type ¡¥long int¡¦, but argument 6 has
type ¡¥psS64¡¦
make[2]: * [pstampparse-pstampparse.o] Error 1
make[2]: Leaving directory `/home/qq/ipp/ipp-2.5/pstamp/src'
make[1]: * [all] Error 2
make[1]: Leaving directory `/home/qq/ipp/ipp-2.5/pstamp/src'
make: * [all-recursive] Error 1

This problem was fixed after the release in version 1.9 of pstampparse.c