Bug #531
Warnings when running 'make'
Status: | Closed | Start date: | 2014-03-30 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | Candidate for next bugfix release | |||
Affected version: | 5.x-svn | Platform: |
Description
Hi,
They are about 'grdcontour' and 'pscontour'. I got warnings as follows when I 'make' gmt5 unser Cygwin:
/cygdrive/c/progs/gmt5-dev/src/grdcontour.c: In function ‘GMT_grdcontour’: /cygdrive/c/progs/gmt5-dev/src/grdcontour.c:956:4: warning: implicit declaration of function ‘GMT_is_a_blank_line’ [-Wimplicit-function-declaration] if (GMT_is_a_blank_line (record)) continue; /* Nothing in this record */ ^ /cygdrive/c/progs/gmt5-dev/src/pscontour.c: In function ‘GMT_pscontour’: /cygdrive/c/progs/gmt5-dev/src/pscontour.c:906:4: warning: implicit declaration of function ‘GMT_is_a_blank_line’ [-Wimplicit-function-declaration] if (GMT_is_a_blank_line (record)) continue; /* Nothing in this record */ ^
-cj
History
#1
Updated by Paul about 7 years ago
- Status changed from New to Resolved
- Target version set to Candidate for next bugfix release
Thanks, this is something that was added last week but I forgot to update gmt_prototypes.h. Fixed in r13017.