Ramsay Jones wrote:
In order to suppress the warnings we use the C99 format specifier
macros PRIo32 and PRIu32 from <inttypes.h>.
Thanks.
The addition to git-compat-util.h is required in order to not break
the build on both MinGW and MSVC
Yep, looks sane. So for what it's worth:
Acked-by: Jonathan Nieder [off-list ref]
I see that David has already applied this to the svn-da tree, but it
would be good to have the fix in git, too.