Skip to content
Snippets Groups Projects
Commit 9fb1c80f authored by Botond Baranyi's avatar Botond Baranyi
Browse files

Added 'not supported' warning for EXTENSIBILITY IMPLIED modifier (bug 544608)


Change-Id: Id4768cb24bfe4c463cf79a9d129121235da3794c
Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
parent 1d87e32f
No related branches found
No related tags found
No related merge requests found
......@@ -827,6 +827,9 @@ ModuleDefinition:
$$=new Asn::Module($1, $4, $5, $8.exp, $8.imp, $8.asss);
$$->set_location(asn1_infile, @1.first_line);
delete $2;
if ($5) {
$$->warning("EXTENSIBILITY IMPLIED is not supported.");
}
}
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment