Hi Matt,
Some fallout on FreeBSD/Clang for PR 22533.
Suggestions on how to fix this?
--WjW
In file included from
/home/jenkins/workspace/ceph-master/src/rgw/rgw_auth_s3.cc:12:
In file included from
/home/jenkins/workspace/ceph-master/src/rgw/rgw_auth_s3.h:19:
In file included from
/home/jenkins/workspace/ceph-master/src/rgw/rgw_rest_s3.h:15:
/home/jenkins/workspace/ceph-master/src/rgw/rgw_op.h:911:29: error:
expected '(' for function-style cast or type construction
s->cct->_conf->get_val<bool>("rgw_relaxed_region_enforcement");
~~~~^
/home/jenkins/workspace/ceph-master/src/rgw/rgw_op.h:911:17: error: no
member named 'get_val' in 'ConfigValues'; did you mean 'get_value'?
s->cct->_conf->get_val<bool>("rgw_relaxed_region_enforcement");
^~~~~~~
get_value
/home/jenkins/workspace/ceph-master/src/common/config_values.h:92:36:
note: 'get_value' declared here
std::pair<Option::value_t, bool> get_value(const std::string& name,
^
2 errors generated.
gmake[2]: *** [src/rgw/CMakeFiles/rgw_common.dir/build.make:119:
src/rgw/CMakeFiles/rgw_common.dir/rgw_auth_s3.cc.o] Error 1
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html