diff --git a/test/boost_no_mem_templ_frnds.ipp b/test/boost_no_mem_templ_frnds.ipp index ec22d963..c1c1b630 100644 --- a/test/boost_no_mem_templ_frnds.ipp +++ b/test/boost_no_mem_templ_frnds.ipp @@ -57,7 +57,7 @@ int test() { foo fi; foo fd(fi); - (void) &fd; // avoid "unused variable" warning + must_be_friend_proc(fd); foobar fb(fi); (void) &fb; // avoid "unused variable" warning return 0;