Remove 'yyunput defined but not used' compilation warning Signed-off-by: Yevgeny Kliteynik <[EMAIL PROTECTED]> --- 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 _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
