]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/outcome/test/compile-fail/result-int-int-1.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / outcome / test / compile-fail / result-int-int-1.cpp
index e4eb920312b587471ba7db1fc251e07a50a2af77..70aa1aea6579985c6dee7fdcf5faf7a5ed4a1d58 100644 (file)
@@ -29,5 +29,6 @@ int main()
   using namespace BOOST_OUTCOME_V2_NAMESPACE;
   // Must not be possible to initialise a result with same R and S types
   result<int, int> m(5);
+  (void) m;
   return 0;
 }