DragonFly BSD
DragonFly commits List (threaded) for 2013-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: libc: Bring back warnings to libc.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 30 Mar 2013 04:55:53 -0700 (PDT)

commit b2ea2a51a6b802bbad74d60b9e29d01455cf02ae
Author: Sascha Wildner <saw@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]