git: libc: Bring back warnings to libc.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Mar 30 04:55:53 PDT 2013


commit b2ea2a51a6b802bbad74d60b9e29d01455cf02ae
Author: Sascha Wildner <saw at online.de>
Date:   Fri Mar 29 14:11:13 2013 +0100

    libc: Bring back warnings to libc.
    
    To disable warnings for the gdtoa sources only, the tweaking of the
    CWARNFLAGS has to come _after_ <bsd.lib.mk> is included.
    
    Therefore, it has to be done in libc's Makefile instead of its
    Makefile.inc.
    
    Before this commit warnings were completely disabled for libc due
    to '-w' passed to every command line.
    
    Also reset WARNS back to 0 since right now, libc doesn't even pass
    WARNS=1.

Summary of changes:
 lib/libc/Makefile     | 3 +++
 lib/libc/Makefile.inc | 5 ++---
 2 files changed, 5 insertions(+), 3 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list