]> www.ginac.de Git - ginac.git/blobdiff - ginac/numeric.cpp
Fix some pedantic compiler warnings.
[ginac.git] / ginac / numeric.cpp
index 209cb7000b0db6043293245303003782334462f4..c86369fbe000cc2f885dac04a19ddcddb9c56394 100644 (file)
@@ -2023,7 +2023,7 @@ lanczos_coeffs::lanczos_coeffs()
        coeffs[3].swap(coeffs_120);
 }
 
-static const cln::float_format_t guess_precision(const cln::cl_N& x)
+static cln::float_format_t guess_precision(const cln::cl_N& x)
 {
        cln::float_format_t prec = cln::default_float_format;
        if (!instanceof(realpart(x), cln::cl_RA_ring))