Opened 21 years ago
Closed 21 years ago
#622 closed defect (fixed)
pmConfig.c sign errors in psMetadataConfigParse
| Reported by: | eugene | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | detrend | Version: | 0.9.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
the compile errors:
pmConfig.c: In function 'readConfig':
pmConfig.c:34: warning: pointer targets in passing argument 2 of
'psMetadataConfigParse' differ in signedness
pmConfig.c: In function 'pmConfigCameraFromHeader':
pmConfig.c:362: warning: pointer targets in passing argument 2 of
'psMetadataConfigParse' differ in signedness
badLines in both of these function calls were int, not unsigned int
fixed in eam_rel9_b0
Change History (3)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
| blocked: | → 628 |
|---|
comment:3 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed in Bug 627 patch, which was applied.
-rdd
Note:
See TracTickets
for help on using tickets.

I've fixed this issue in the patch attached to bug #627.