From: Adam C. Emerson Date: Tue, 6 Apr 2021 19:20:55 +0000 (-0400) Subject: rgw: Fix warnings from s3select X-Git-Tag: v17.1.0~2328^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=607da6aa09c6226ffe251eb419dfffbe00dbc386;p=ceph.git rgw: Fix warnings from s3select Since this is a submodule, just wrap the include in a pragma. Signed-off-by: Adam C. Emerson --- diff --git a/src/rgw/rgw_rest_s3.cc b/src/rgw/rgw_rest_s3.cc index 6338219f6556..8cb8b6162db5 100644 --- a/src/rgw/rgw_rest_s3.cc +++ b/src/rgw/rgw_rest_s3.cc @@ -18,7 +18,10 @@ #include #include #define BOOST_BIND_GLOBAL_PLACEHOLDERS +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wimplicit-const-int-float-conversion" #include +#pragma clang diagnostic pop #undef BOOST_BIND_GLOBAL_PLACEHOLDERS #include