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

git: DragonFly_RELEASE_3_2 make(1): Use an inline function instead of a macro for Lst_Valid().


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 18 Oct 2012 05:08:04 -0700 (PDT)

commit fff00aedbd593999f59cee5f1434eea1bed0bb8e
Author: Sascha Wildner <saw@online.de>
Date:   Thu Oct 18 14:03:04 2012 +0200

    make(1): Use an inline function instead of a macro for Lst_Valid().
    
    This gives -Waddress something to test even if the address of a local
    variable is passed.
    
    Remove local CFLAGS and put back under -Werror.

Summary of changes:
 usr.bin/make/Makefile |    5 -----
 usr.bin/make/lst.h    |    2 +-
 2 files changed, 1 insertions(+), 6 deletions(-)

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


-- 
DragonFly BSD source repository



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