summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr')
-rwxr-xr-xsrc/usr/diag/prdf/common/framework/rule/prdrCompile.lex7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/usr/diag/prdf/common/framework/rule/prdrCompile.lex b/src/usr/diag/prdf/common/framework/rule/prdrCompile.lex
index 3f63a3785..a62e67717 100755
--- a/src/usr/diag/prdf/common/framework/rule/prdrCompile.lex
+++ b/src/usr/diag/prdf/common/framework/rule/prdrCompile.lex
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2004,2013 */
+/* COPYRIGHT International Business Machines Corp. 2004,2014 */
/* */
/* p1 */
/* */
@@ -36,10 +36,11 @@
#include <inttypes.h>
#include <prdrToken.H> // Token structure definition.
#include <prdrCompile.y.H> // Token enums from yacc code.
-
-#define YY_NO_UNPUT // No "Unput" function defined.
%}
+/* Suppress "yyunput defined but not used" warnings */
+%option nounput
+
/* --- Basic type definitions --- */
/* Digits */
OpenPOWER on IntegriCloud