Unused variable warning fix
This commit is contained in:
parent
0cfd53cff7
commit
aa9691b1a8
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ DoxygenParser::commandBelongs(const std::string &theCommand)
|
|||
}
|
||||
|
||||
// Check if this command is defined as an alias.
|
||||
if (String* const alias = Getattr(m_node, ("feature:doxygen:alias:" + theCommand).c_str())) {
|
||||
if (Getattr(m_node, ("feature:doxygen:alias:" + theCommand).c_str())) {
|
||||
return COMMAND_ALIAS;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue