diff --git a/test/boost_has_sgi_type_traits.ipp b/test/boost_has_sgi_type_traits.ipp index 6c5fcef9..0d945bc3 100644 --- a/test/boost_has_sgi_type_traits.ipp +++ b/test/boost_has_sgi_type_traits.ipp @@ -24,6 +24,9 @@ int test() typedef ::__type_traits::has_trivial_default_constructor tdc; typedef ::__type_traits::is_POD_type isp; + (void) &t; // avoid "unused variable" warnings + (void) &f; + return 0; }