git: DragonFly_RELEASE_3_2 make(1): Use an inline function instead of a macro for Lst_Valid().
Sascha Wildner
swildner at crater.dragonflybsd.org
Thu Oct 18 05:08:04 PDT 2012
commit fff00aedbd593999f59cee5f1434eea1bed0bb8e
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/fff00aedbd593999f59cee5f1434eea1bed0bb8e
--
DragonFly BSD source repository
More information about the Commits
mailing list