From 51e687eef2c0721d1d9b5af25dcd768e1918ff87 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 22 Jan 2008 00:19:25 +0000 Subject: [PATCH] Avoid some gcc warnings. --- ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/ChangeLog b/ChangeLog index e4ddc5f..dbf183a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2007-01-20 Bruno Haible + + Avoid some gcc warnings. + * autoconf/floatparam.c (flipped_double): Use a union instead of a + type-punning cast. + * include/cln/number.h (union ffloatjanus, union dfloatjanus): Remove + declarations. + (cl_float_to_FF_pointer, cl_double_to_DF_pointer): Change argument + type. + (CL_DEFINE_FLOAT_CONSTRUCTOR, CL_DEFINE_DOUBLE_CONSTRUCTOR): Update. + * src/float/ffloat/cl_FF.h (cl_float_to_FF_pointer): Change argument + type. + (cl_float_to_FF): Remove function. + * src/float/ffloat/conv/cl_FF_from_float.cc (FAST_FLOAT): Define. + (cl_float_to_FF_pointer): Change argument type. + * src/float/dfloat/cl_DF.h (cl_double_to_DF_pointer): Change argument + type. + (cl_double_to_DF): Remove function. + * src/float/dfloat/conv/cl_DF_from_double.cc (FAST_DOUBLE): Define. + (cl_double_to_DF_pointer): Change argument type. + * src/float/lfloat/cl_LF_impl.h (LF_decode): Mark the mantlen_zuweisung + assignment as possibly unused. + * src/base/cl_low.h (mulu32): Mark the hi_zuweisung assignment as + possibly unused. + * src/float/transcendental/cl_LF_zeta_int.cc (compute_zeta_cvz2): + Remove unused local variable. + 2007-01-19 Richard B. Kreckel * Version 1.2.0 released.