Silence warning.

This commit is contained in:
Axel Naumann 2014-09-19 00:12:17 +02:00 committed by sftnight
parent f630fd58ed
commit 706874e879

View File

@ -168,6 +168,7 @@ namespace cling {
#undef DECL
#undef ABSTRACT_DECL
}
return false;
}
std::string getNameIfPossible(clang::Decl* D) { return "<not named>"; }