mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 19:11:39 -06:00
Silence some warnings in the antlr code
This commit is contained in:
@@ -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*/)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user