IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 22 years ago

Closed 22 years ago

Last modified 21 years ago

#234 closed defect (remind)

psImageIO: char --> const char

Reported by: Paul Price Owned by: robert.desonia@…
Priority: lowest Milestone:
Component: imageops Version: 0.3.0
Severity: trivial Keywords:
Cc:

Description

Got a warning on compiling a program that uses psLib:

stac.c:47: warning: passing arg 7 of `psImageWriteSection' discards qualifiers
from pointer target type

The solution to removing this warning is that the "chars" in psImageIO.h should
be "const char"s.

Change History (1)

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

Resolution: remind
Status: newclosed

This function is to be deprecated by the new FITS API, so it is not worth
dealing with at this time. We can revisit this issue with the new API at the
next release.

-rdd

Note: See TracTickets for help on using tickets.