]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/assert/test/assert_test.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / assert / test / assert_test.cpp
index 4919f6a613ddabe48d7207b6d92e11d3994333b4..5e440f53a4f9d31521dd75a3884a42b5c99ac000 100644 (file)
@@ -19,7 +19,7 @@
 
 void test_default()
 {
-    int x = 1;
+    int x = 1; (void)x;
 
     BOOST_ASSERT(1);
     BOOST_ASSERT(x);