]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/log/test/compile_fail/attr_functor_void_return.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / log / test / compile_fail / attr_functor_void_return.cpp
index c9701e077d1c0ef606ad22540965a90d70075b37..5ad7a59971b7e7a6c7293a9a59690b269ec37d73 100644 (file)
@@ -25,7 +25,7 @@ namespace attrs = logging::attributes;
 namespace {
 
     // A test function that returns an attribute value
-    void get_attr_value();
+    void get_attr_value() {}
 
 } // namespace