gcc44: Teach gcc44 about our special conversions, such as %b and %D.
authorSascha Wildner <saw@online.de>
Tue, 5 Oct 2010 07:26:41 +0000 (09:26 +0200)
committerSascha Wildner <saw@online.de>
Tue, 5 Oct 2010 07:27:40 +0000 (09:27 +0200)
commiteee5178b87144adabe3b741ad9b8b62fe3f95abb
tree6b1b1be81003f3eb2f1e1a634114fe74cc3177b8
parentef545754b79a4825fd17ba97ea8f91145ae30f3c
gcc44: Teach gcc44 about our special conversions, such as %b and %D.

Some special code is necessary to have %D take precedence over the DD
length specifier (which is not present in gcc41). Eventually, we will
probably have to get rid of all these local conversions entirely.

This commit gets rid of a large bunch of warnings when compiling the
kernel with gcc44.
contrib/gcc-4.4/gcc/c-format.c