]> granicus.if.org Git - mutt/commit
Enable C99 mode for compiler. (See #3638).
authorKevin McCarthy <kevin@8t8.us>
Mon, 17 Aug 2015 19:26:43 +0000 (12:26 -0700)
committerKevin McCarthy <kevin@8t8.us>
Mon, 17 Aug 2015 19:26:43 +0000 (12:26 -0700)
commitc32fca99830e3732dd66b600f8a09c4d86502016
tree511ddf08ba8d4880cef78fb29580f3df6772f443
parentfe2144d6e10971a794b9a286f1f66e4180fb4c8e
Enable C99 mode for compiler.  (See #3638).

This is already the default for clang (FreeBSD) so shouldn't cause any
issues.

Enabling this will increase the allowed static string length and remove
the Copyright length warning.
configure.ac