argument name removed to avoid "unreference variable"warning

This commit is contained in:
ganovelli 2004-05-10 14:26:33 +00:00
parent 0574784d39
commit bb2b0a2013
1 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.1 2004/03/03 15:00:51 cignoni
Initial commit
****************************************************************************/
#ifndef __VCGLIB_CALLBACK
@ -38,7 +41,7 @@ typedef bool CallBack( const char * str );
typedef bool CallBackPos(const int pos, const char * str );
inline bool DummyCallBack( const char * ) {return true;}
inline bool DummyCallBackPos(const int pos, const char * ) {return true;}
inline bool DummyCallBackPos(const int , const char * ) {return true;}
} // End namespace