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:
parent
6f647c1a21
commit
10cdcd9d59
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ namespace Loki
|
||||||
template<class F>
|
template<class F>
|
||||||
struct IsDestroyed
|
struct IsDestroyed
|
||||||
{
|
{
|
||||||
static void ScheduleDestruction(F* pObj, atexit_pfn_t pFun)
|
static void ScheduleDestruction(F*, atexit_pfn_t pFun)
|
||||||
{
|
{
|
||||||
Followers<Master>::AddFollower(pFun);
|
Followers<Master>::AddFollower(pFun);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue