fix some compiler warnings
This commit is contained in:
@@ -325,7 +325,7 @@ static void getModuleSymbols(SgStatement* func, set<SgSymbol*>& symbs)
|
||||
}
|
||||
}
|
||||
|
||||
const set<SgSymbol*>& getModuleSymbols(SgStatement *func)
|
||||
set<SgSymbol*> getModuleSymbols(SgStatement *func)
|
||||
{
|
||||
auto it = symbolsForFunc.find(func->symbol()->identifier());
|
||||
if (it != symbolsForFunc.end())
|
||||
|
||||
Reference in New Issue
Block a user