Conversation
Addresses -Wformat compiler warnings.
metzm
left a comment
There was a problem hiding this comment.
Fine with me.
I am not sure if the community understands that accepting C99 or something higher as C standard does not mean we need to change the remaining code base.
C code written for an older C standard works fine with newer C standards.
This is different with Python: if we require a certain Python version, code written for a previous Python version might no longer work with a newer Python version.
Indeed. Re: |
I agree, merged. On the off chance this causes trouble, it is easy to revert. |
Addresses -Wformat compiler warnings.
Addresses -Wformat compiler warnings.
Addresses -Wformat compiler warnings.
Use platform independent int64 format specifier, with the
PRId64macro from <inttypes.h> available with c99.Lifted out of PR #1256, awaiting community decision on C standard usage within the GRASS GIS project, see discussion on grass-dev mail list.
Addresses
-Wformatcompiler warnings.Ninth part addressing #1247.