git: gcc44: Teach gcc44 about our special conversions, such as %b and %D.

Sascha Wildner swildner at crater.dragonflybsd.org
Tue Oct 5 00:29:35 PDT 2010


commit eee5178b87144adabe3b741ad9b8b62fe3f95abb
Author: Sascha Wildner <saw at online.de>
Date:   Tue Oct 5 09:26:41 2010 +0200

    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.

Summary of changes:
 contrib/gcc-4.4/gcc/c-format.c |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/eee5178b87144adabe3b741ad9b8b62fe3f95abb


-- 
DragonFly BSD source repository





More information about the Commits mailing list