]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Let pflogd's Makefile just use WARNS instead of changing CFLAGS.
authorEd Schouten <ed@FreeBSD.org>
Thu, 23 Apr 2009 09:11:37 +0000 (09:11 +0000)
committerEd Schouten <ed@FreeBSD.org>
Thu, 23 Apr 2009 09:11:37 +0000 (09:11 +0000)
commit5e51cafc609cee6d76ae6f05cf2bb1f87894ec30
tree65b9caf4d4826bb451d324b7a2e921ebfdcb4cfe
parent2a72feb42b5cfbb556999f1e0a75ebb6ba7d78d0
Let pflogd's Makefile just use WARNS instead of changing CFLAGS.

This change allows me to disable -Werror by using NO_WERROR. Right now
I can't build pflogd using Clang, because Clang generates more warnings
when passing -Wall.
sbin/pflogd/Makefile