parser: add `no_warning` in generated files to disable some warnings
[nit.git] / src / parser / parser.nit
index 113a2a3..cb93087 100644 (file)
@@ -1,6 +1,6 @@
 # Parser.
 # This file was generated by SableCC (http://www.sablecc.org/).
-module parser
+module parser is no_warning("missing-doc", "unread-variable")
 
 intrude import parser_prod
 intrude import parser_work