]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/test/ublas_interop/test42.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / multiprecision / test / ublas_interop / test42.cpp
index fbc3d81f0f869b64d4cd9bee6a207f96fce66cc0..83a84d2fbc60721f0484df7cef1df7a208a55f55 100644 (file)
@@ -52,6 +52,10 @@ struct test_my_matrix_vector
          std::cout << "prod (m1, v1) = " << v2 << std::endl;
          v2 = ublas::prod(v1, m1);
          std::cout << "prod (v1, m1) = " << v2 << std::endl;
+#else
+      (void)v1;  // warning suppression
+      (void)v2;  // warning suppression
+      (void)m1;  // warning suppression
 #endif
       }
    }