DragonFly commits List (threaded) for 2012-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: make(1): Use an inline function instead of a macro for Lst_Valid().
commit 3b9190e3452cb6b432d53686b03a8ebe03ddbd90
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/3b9190e3452cb6b432d53686b03a8ebe03ddbd90
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]