projects
/
ceph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8d7d9d
)
Fix building with clang.
author
Bernd Zeimetz
<bzed@debian.org>
Sun, 12 Jan 2020 22:13:27 +0000
(22:13 +0000)
committer
Bernd Zeimetz
<bzed@debian.org>
Sun, 12 Jan 2020 22:13:27 +0000
(22:13 +0000)
Forwarded: yes
https://tracker.ceph.com/issues/43437
Gbp-Pq: Name fix-clang-build.patch
src/rgw/rgw_rest_conn.h
patch
|
blob
|
history
diff --git
a/src/rgw/rgw_rest_conn.h
b/src/rgw/rgw_rest_conn.h
index 82047d24e5770f6ae2444a84391a6aea4c921cc4..9a210292b2422ea314c2b609fca295f2f0c7e236 100644
(file)
--- 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 <class T, class E
=int
>
+template <class T, class E>
int RGWRESTSendResource::wait(T *dest, E *err_result)
{
int ret = req.wait();