Silence some warnings in the antlr code

This commit is contained in:
Martin Kleusberg
2014-07-27 13:39:36 +02:00
parent 7a5c60b300
commit e43f43a3f8

View File

@@ -137,12 +137,12 @@ public:
}
/// Set the token text for this node
virtual void setText(const ANTLR_USE_NAMESPACE(std)string& txt)
virtual void setText(const ANTLR_USE_NAMESPACE(std)string& /*txt*/)
{
}
/// Set the token type for this node
virtual void setType(int type)
virtual void setType(int /*type*/)
{
}