From: Sage Weil Date: Fri, 28 Jul 2017 14:07:23 +0000 (-0400) Subject: osd/PG: fix warning X-Git-Tag: v12.1.2~40^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F16655%2Fhead;p=ceph.git osd/PG: fix warning Introduced by 4af49a886679ceb8e8afba47f04e828e5911e325 Signed-off-by: Sage Weil --- diff --git a/src/osd/PG.h b/src/osd/PG.h index d0536fd61b5..5ce78db003a 100644 --- a/src/osd/PG.h +++ b/src/osd/PG.h @@ -1936,6 +1936,7 @@ public: explicit NotRecovering(my_context ctx); boost::statechart::result react(const CancelRecovery& evt) { /* no-op */ + return discard_event(); } void exit(); };