[ofa-general] [PATCH] osm: QoS - remove 'yyunput' compilation warning

Yevgeny Kliteynik kliteyn at dev.mellanox.co.il
Tue Aug 28 07:49:46 PDT 2007


Remove 'yyunput defined but not used' compilation warning

Signed-off-by:  Yevgeny Kliteynik <kliteyn at dev.mellanox.co.il>
---
 opensm/opensm/osm_qos_parser.l |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/opensm/opensm/osm_qos_parser.l b/opensm/opensm/osm_qos_parser.l
index bc03123..0b096f8 100644
--- a/opensm/opensm/osm_qos_parser.l
+++ b/opensm/opensm/osm_qos_parser.l
@@ -109,6 +109,8 @@ static void reset_new_line_flags();

 %}

+%option nounput
+
 PORT_GROUPS_START       port\-groups
 PORT_GROUPS_END         end\-port\-groups
 PORT_GROUP_START        port\-group
-- 
1.5.1.4




More information about the general mailing list