Hello there,
CFITSIO.c:14739:32: warning: variable 'card' is uninitialized when used here [-Wuninitialized]
Source code is
RETVAL = ffgstr(fptr, string, card, &status);
Suggest initialise local variable "card" before first use.
Regards
David Binderman