summaryrefslogtreecommitdiffstats
path: root/usr.bin/ar
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-11-22 20:10:48 +0000
committerbrucec <brucec@FreeBSD.org>2010-11-22 20:10:48 +0000
commit621e6d10d808024e7f014b908cbcc5da124bd745 (patch)
tree6a56b3f4589aac0feed490c2a3650fe296d1d9b0 /usr.bin/ar
parent31be61effab180d09c8e91e953af32e1e7aea5e3 (diff)
downloadFreeBSD-src-621e6d10d808024e7f014b908cbcc5da124bd745.zip
FreeBSD-src-621e6d10d808024e7f014b908cbcc5da124bd745.tar.gz
Fix some more warnings found by clang.
Diffstat (limited to 'usr.bin/ar')
-rw-r--r--usr.bin/ar/acplex.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ar/acplex.l b/usr.bin/ar/acplex.l
index 3186d17..0acf5b7 100644
--- a/usr.bin/ar/acplex.l
+++ b/usr.bin/ar/acplex.l
@@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$");
#include "y.tab.h"
#define YY_NO_UNPUT
+#define YY_NO_INPUT
int lineno = 1;
int yylex(void);
OpenPOWER on IntegriCloud