remove warning

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@342 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2005-11-02 13:58:03 +00:00
parent 6f647c1a21
commit 10cdcd9d59

View file

@ -527,7 +527,7 @@ namespace Loki
template<class F>
struct IsDestroyed
{
static void ScheduleDestruction(F* pObj, atexit_pfn_t pFun)
static void ScheduleDestruction(F*, atexit_pfn_t pFun)
{
Followers<Master>::AddFollower(pFun);
}