]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/config/test/boost_no_cxx11_hdr_tuple.ipp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / config / test / boost_no_cxx11_hdr_tuple.ipp
index 34bdc4df020bd9cb3a57876fc1531d6655eabbd9..6911ee345ab729c519bd0061cdc4cd131d96022f 100644 (file)
@@ -17,6 +17,7 @@ namespace boost_no_cxx11_hdr_tuple {
 int test()
 {
   std::tuple<int, int, long> t(0, 1, 2);
+  (void)t;
   return 0;
 }