kill unused parameter warning

[SVN r13486]
This commit is contained in:
Dave Abrahams
2002-04-15 02:42:32 +00:00
parent 415b3247dc
commit fea7fc1a3a

View File

@ -82,7 +82,7 @@ struct typify{};
template <class T, class U>
struct type_checker
{
static void check(const char* TT, const char* TU, const char* expression)
static void check(const char* TT, const char*, const char* expression)
{
++test_count;
if(typeid(typify<T>) != typeid(typify<U>))