• Peter Eisentraut's avatar
    Add missing format attributes · 52ce2058
    Peter Eisentraut authored
    Add __attribute__ decorations for printf format checking to the places that
    were missing them.  Fix the resulting warnings.  Add
    -Wmissing-format-attribute to the standard set of warnings for GCC, so these
    don't happen again.
    
    The warning fixes here are relatively harmless.  The one serious problem
    discovered by this was already committed earlier in
    cf15fb5c.
    52ce2058
configure.in 62.2 KB