pflogd(8): lower WARNS and fix logic errors
authorJohn Marino <draco@marino.st>
Tue, 10 Feb 2015 22:17:53 +0000 (23:17 +0100)
committerJohn Marino <draco@marino.st>
Tue, 10 Feb 2015 22:17:53 +0000 (23:17 +0100)
commit5e2f99e962f18646b3f4bca59ea12a7e0b054027
treecde8ffc830b7635287a645347ae2276eb6ec8a56
parentb6e6d219fc552e5d731a1190db879b401f445dc7
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.
usr.sbin/pflogd/Makefile
usr.sbin/pflogd/pflogd.c