Teach GCC about our strftime()'s non-standard %+ conversion specifier.
authorSascha Wildner <saw@online.de>
Wed, 8 Jan 2014 20:57:22 +0000 (21:57 +0100)
committerSascha Wildner <saw@online.de>
Wed, 8 Jan 2014 20:57:22 +0000 (21:57 +0100)
commit9a4014fec0e113a339de98ed16f061c13ff8b6fb
treeefdd2bacdd8a25229ffb5511cce7bd0d946b3808
parentab7f9403ed1330caf041a602fb54aab91574ba21
Teach GCC about our strftime()'s non-standard %+ conversion specifier.

This silences warnings which appear when using -Wformat on functions
which have the "strftime" attribute and where %+ is used.
contrib/gcc-4.4/gcc/c-format.c
contrib/gcc-4.7/gcc/c-family/c-format.c