#234 closed defect (remind)
psImageIO: char --> const char
| Reported by: | Paul Price | Owned by: | |
|---|---|---|---|
| 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.
Note:
See TracTickets
for help on using tickets.

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