Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / config / test / boost_no_cxx11_smart_ptr.ipp
index 817a024..5b563df 100644 (file)
@@ -26,6 +26,9 @@ int test()
    std::hash<std::shared_ptr<int> > h1;
    std::hash<std::unique_ptr<int> > h2;
 
+   (void)h1;
+   (void)h2;
+
    return 0;
 }