Index: qcdloop-2.1.0/src/types.cc =================================================================== --- qcdloop-2.1.0.orig/src/types.cc +++ qcdloop-2.1.0/src/types.cc @@ -14,7 +14,7 @@ namespace std { char buf[200]; std::ostringstream format; - format << "%." << (std::min)(190L, out.precision()) << "Qe"; + format << "%." << (std::min)(190L, (long int)out.precision()) << "Qe"; quadmath_snprintf(buf, 200, format.str().c_str(), f); out << buf; return out;