From: Bernd Zeimetz Date: Fri, 31 Jan 2020 23:47:27 +0000 (+0000) Subject: Fix building with clang. X-Git-Tag: archive/raspbian/14.2.7-1+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=33e8b7cefe0463863228f9181bc79041ef288008;p=ceph.git Fix building with clang. Forwarded: yes https://tracker.ceph.com/issues/43437 Gbp-Pq: Name fix-clang-build.patch --- diff --git a/src/rgw/rgw_rest_conn.h b/src/rgw/rgw_rest_conn.h index 82047d24e..9a210292b 100644 --- a/src/rgw/rgw_rest_conn.h +++ b/src/rgw/rgw_rest_conn.h @@ -438,7 +438,7 @@ public: int wait(T *dest, E *err_result = nullptr); }; -template +template int RGWRESTSendResource::wait(T *dest, E *err_result) { int ret = req.wait();