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

Sascha Wildner swildner at crater.dragonflybsd.org
Thu Oct 18 05:07:50 PDT 2012


commit 3b9190e3452cb6b432d53686b03a8ebe03ddbd90
Author: Sascha Wildner <saw at 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/3b9190e3452cb6b432d53686b03a8ebe03ddbd90


-- 
DragonFly BSD source repository



More information about the Commits mailing list