For the new SIZE_T_FMT, if not C99 then our size_t conversion specifier
authorPhil Pennock <pdp@exim.org>
Mon, 7 Jun 2010 18:09:07 +0000 (18:09 +0000)
committerPhil Pennock <pdp@exim.org>
Mon, 7 Jun 2010 18:09:07 +0000 (18:09 +0000)
commit2a137616793c7fe657cd8b78aba480f682264733
tree461d15abaeceadac7c6b0382b1c35a9c647f74ba
parent71265ae92dbf3153c8d4803d1621a5aad70250ef
For the new SIZE_T_FMT, if not C99 then our size_t conversion specifier
should use PRIdMAX; this was disabled because I was testing the other logic
and forgot to restore before commit.  Bleh, sorry.
Add #if to protect against unused variable complaints for this too.
src/src/buildconfig.c