From 5f353e5f15d03a5f721cbee274bd02a4dc678153 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Fri, 27 Jul 2018 17:31:07 -0700 Subject: [PATCH] rgw: pubsub: remove warning Signed-off-by: Yehuda Sadeh --- src/rgw/rgw_sync_module_pubsub.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rgw/rgw_sync_module_pubsub.cc b/src/rgw/rgw_sync_module_pubsub.cc index b162fbaa2be..2de53b1e90d 100644 --- a/src/rgw/rgw_sync_module_pubsub.cc +++ b/src/rgw/rgw_sync_module_pubsub.cc @@ -1113,7 +1113,8 @@ public: } } -#warning push notification + /* FIXME: add push notification */ + } if (retcode < 0) { return set_cr_error(retcode); -- 2.39.5