Core/Misc: Some minor changes here and there

This commit is contained in:
Spp
2013-01-02 11:00:16 +01:00
parent d36c4a91ba
commit 5280a77fe1
8 changed files with 33 additions and 32 deletions

View File

@@ -38,7 +38,7 @@ template<class VISITOR, class TYPE_CONTAINER> void VisitorHelper(VISITOR &v, TYP
}
// terminate condition for container list
template<class VISITOR> void VisitorHelper(VISITOR &v, ContainerList<TypeNull> &c)
template<class VISITOR> void VisitorHelper(VISITOR &/*v*/, ContainerList<TypeNull> &/*c*/)
{
}