aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lex
diff options
context:
space:
mode:
authorAssar Westerlund <assar@FreeBSD.org>2001-07-21 19:47:17 +0000
committerAssar Westerlund <assar@FreeBSD.org>2001-07-21 19:47:17 +0000
commit04625dfc306179015aff0e51fee467131be4b746 (patch)
tree3d418caa03c7f8b11cf67fc98e1517a893eb595b /usr.bin/lex
parent47a49221c2afcfb6a69b84b17ff641240615ace6 (diff)
Notes
Diffstat (limited to 'usr.bin/lex')
-rw-r--r--usr.bin/lex/flex.skl6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/lex/flex.skl b/usr.bin/lex/flex.skl
index e894a272e06d..b7d929787aa3 100644
--- a/usr.bin/lex/flex.skl
+++ b/usr.bin/lex/flex.skl
@@ -313,7 +313,11 @@ extern int yywrap YY_PROTO(( void ));
%-
#ifndef YY_NO_UNPUT
-static void yyunput YY_PROTO(( int c, char *buf_ptr ));
+static void yyunput YY_PROTO(( int c, char *buf_ptr ))
+#ifdef __GNUC__
+ __attribute__ ((unused))
+#endif
+;
#endif
%*