diff options
author | brucec <brucec@FreeBSD.org> | 2010-11-22 20:10:48 +0000 |
---|---|---|
committer | brucec <brucec@FreeBSD.org> | 2010-11-22 20:10:48 +0000 |
commit | 621e6d10d808024e7f014b908cbcc5da124bd745 (patch) | |
tree | 6a56b3f4589aac0feed490c2a3650fe296d1d9b0 /sbin/hastctl | |
parent | 31be61effab180d09c8e91e953af32e1e7aea5e3 (diff) | |
download | FreeBSD-src-621e6d10d808024e7f014b908cbcc5da124bd745.zip FreeBSD-src-621e6d10d808024e7f014b908cbcc5da124bd745.tar.gz |
Fix some more warnings found by clang.
Diffstat (limited to 'sbin/hastctl')
-rw-r--r-- | sbin/hastctl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/hastctl/Makefile b/sbin/hastctl/Makefile index 301493c..0592e16 100644 --- a/sbin/hastctl/Makefile +++ b/sbin/hastctl/Makefile @@ -24,6 +24,7 @@ CFLAGS+=-DINET6 .endif # This is needed to have WARNS > 1. CFLAGS+=-DYY_NO_UNPUT +CFLAGS+=-DYY_NO_INPUT DPADD= ${LIBL} LDADD= -ll |