diff options
author | Adam C. Emerson <aemerson@redhat.com> | 2020-07-21 18:39:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 18:39:02 +0200 |
commit | 1613d272f43f11c444da3e53de96415d6968659a (patch) | |
tree | 349c65c4f3a85dcdbd562e370bb58af59f379939 /src/test/librados_test_stub | |
parent | Merge pull request #36206 from idryomov/wip-read-from-replica-log-msgs (diff) | |
parent | rbd: Parenthesize constant macro expressions (diff) | |
download | ceph-1613d272f43f11c444da3e53de96415d6968659a.tar.xz ceph-1613d272f43f11c444da3e53de96415d6968659a.zip |
Merge pull request #36149 from adamemerson/wip-warn-more
Warning Cleanup
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Jason Dillaman <jdillaman@redhat.com>
Diffstat (limited to 'src/test/librados_test_stub')
-rw-r--r-- | src/test/librados_test_stub/TestWatchNotify.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/librados_test_stub/TestWatchNotify.cc b/src/test/librados_test_stub/TestWatchNotify.cc index 9da9971fa80..4c43090ca1a 100644 --- a/src/test/librados_test_stub/TestWatchNotify.cc +++ b/src/test/librados_test_stub/TestWatchNotify.cc @@ -8,7 +8,7 @@ #include "common/Finisher.h" #include "test/librados_test_stub/TestCluster.h" #include "test/librados_test_stub/TestRadosClient.h" -#include <boost/bind.hpp> +#include <boost/bind/bind.hpp> #include <boost/function.hpp> #include "include/ceph_assert.h" |