X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Fboost%2Fmath%2Fspecial_functions%2Fdetail%2Fbessel_y1.hpp;h=98389a90e6815a6f5b0fb2d9a5c1785b1f40fafb;hb=92f5a8d42d07f9929ae4fa7e01342fe8d96808a8;hp=7dc99c42cd9ecb4e108bfb05dcc32858c48a2094;hpb=a0324939f9d0e1905d5df8f57442f09dc70af83d;p=ceph.git diff --git a/ceph/src/boost/boost/math/special_functions/detail/bessel_y1.hpp b/ceph/src/boost/boost/math/special_functions/detail/bessel_y1.hpp index 7dc99c42c..98389a90e 100644 --- a/ceph/src/boost/boost/math/special_functions/detail/bessel_y1.hpp +++ b/ceph/src/boost/boost/math/special_functions/detail/bessel_y1.hpp @@ -19,6 +19,16 @@ #include #include +#if defined(__GNUC__) && defined(BOOST_MATH_USE_FLOAT128) +// +// This is the only way we can avoid +// warning: non-standard suffix on floating constant [-Wpedantic] +// when building with -Wall -pedantic. Neither __extension__ +// nor #pragma dianostic ignored work :( +// +#pragma GCC system_header +#endif + // Bessel function of the second kind of order one // x <= 8, minimax rational approximations on root-bracketing intervals // x > 8, Hankel asymptotic expansion in Hart, Computer Approximations, 1968