diff --git a/tests/is_function_test.cpp b/tests/is_function_test.cpp index cac26ac..39094a6 100644 --- a/tests/is_function_test.cpp +++ b/tests/is_function_test.cpp @@ -59,12 +59,12 @@ void is_function_tester::check() } template -void is_function_test(T* foo) +void is_function_test(T*) { is_function_tester::check(); } template -void is_function_test(T foo) +void is_function_test(T) { is_function_tester::check(); }