IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 20 years ago

#484 closed defect (fixed)

new warnings under gcc 4.0.1

Reported by: jhoblitt Owned by: robert.desonia@…
Priority: normal Milestone:
Component: build Version: 0.6.0
Severity: minor Keywords:
Cc:

Description

Although the build does complete if the -Werror flag is removed. It is
desirable to have this fixed before the.7.0 release as Fedore Core 4 shipped
with gcc-4.

cc1: warnings being treated as errors
psBitSet.c: In function 'psBitSetSet':
psBitSet.c:111: warning: pointer targets in assignment differ in signedness
psBitSet.c: In function 'psBitSetClear':
psBitSet.c:134: warning: pointer targets in assignment differ in signedness
psBitSet.c: In function 'psBitSetTest':
psBitSet.c:158: warning: pointer targets in assignment differ in signedness
psBitSet.c: In function 'psBitSetOp':
psBitSet.c:180: warning: pointer targets in assignment differ in signedness
psBitSet.c:220: warning: pointer targets in assignment differ in signedness
psBitSet.c:231: warning: pointer targets in assignment differ in signedness
make[4]: * [psBitSet.lo] Error 1

Change History (5)

comment:1 by robert.desonia@…, 21 years ago

Status: newassigned

comment:2 by robert.desonia@…, 21 years ago

Resolution: fixed
Status: assignedclosed

Fixed using gcc 4.0.0 on OS X (got same output as yours). Should be fine now.

comment:3 by Paul Price, 20 years ago

Keywords: VERIFIED added

comment:4 by Paul Price, 20 years ago

Bug has been resolved.... closing.

comment:5 by Paul Price, 20 years ago

Keywords: VERIFIED removed

Bugs have been fixed... closing.

Note: See TracTickets for help on using tickets.