git: pflogd(8): lower WARNS and fix logic errors
John Marino
marino at crater.dragonflybsd.org
Tue Feb 10 14:20:47 PST 2015
commit 5e2f99e962f18646b3f4bca59ea12a7e0b054027
Author: John Marino <draco at marino.st>
Date: Tue Feb 10 23:17:53 2015 +0100
pflogd(8): lower WARNS and fix logic errors
The contrib files trigger a new -Wunused-value warning, so lower WARNS
to 3 to suppress that. Also, a [logical-not-parenthesis] error was
triggering [-Werror=bool-compare]. Fixing it fixed the compare too.
Summary of changes:
usr.sbin/pflogd/Makefile | 2 +-
usr.sbin/pflogd/pflogd.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5e2f99e962f18646b3f4bca59ea12a7e0b054027
--
DragonFly BSD source repository
More information about the Commits
mailing list