revert pp_formline -Wformat-nonliteral fix
authorDavid Mitchell <davem@iabyn.com>
Sat, 30 Nov 2013 12:16:17 +0000 (12:16 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sat, 30 Nov 2013 12:16:17 +0000 (12:16 +0000)
commitbd7084a616a85eea78f3601244f5f6d1ca4f3906
tree48d5f1b60c27de73215c69b9981afa303048b889
parent1818d3caff904c667c8db00213e74c3c5c6e3dd1
revert pp_formline -Wformat-nonliteral fix

Revert the part of 5d37acd6b65eb421e938a3fde62cc1edde467dae that was
intended to silence non-literal format warnings. It's giving compiler
errors on AIX due (I suspect) to overlong macro expansions.

The next commit will fix the warning in a more prosaic fashion
pp_ctl.c