[ofa-general] [PATCH] opensm/osm_qos_parser.l: add 'noinput' lexer option to remove compiler warning
Yevgeny Kliteynik
kliteyn at dev.mellanox.co.il
Mon Aug 4 01:45:38 PDT 2008
Signed-off-by: Yevgeny Kliteynik <kliteyn at dev.mellanox.co.il>
---
opensm/opensm/osm_qos_parser.l | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opensm/opensm/osm_qos_parser.l b/opensm/opensm/osm_qos_parser.l
index 32e8ab3..40e061d 100644
--- a/opensm/opensm/osm_qos_parser.l
+++ b/opensm/opensm/osm_qos_parser.l
@@ -121,7 +121,7 @@ static void reset_new_line_flags();
%}
-%option nounput
+%option nounput noinput
QOS_ULPS_START qos\-ulps
QOS_ULPS_END end\-qos\-ulps
--
1.5.1.4
More information about the general
mailing list