summaryrefslogtreecommitdiff
path: root/rint.c
diff options
context:
space:
mode:
authorpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2004-02-24 13:23:35 +0000
committerpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2004-02-24 13:23:35 +0000
commit98127874b53bdb6ff58610957055bef91fbd7087 (patch)
tree7ae98077352d0cdab1f3300fd1cf2c4e0bfa0cd9 /rint.c
parent53062736c152be21b77b11fec1a29699e6c7a30c (diff)
downloadmpfr-98127874b53bdb6ff58610957055bef91fbd7087.tar.gz
Remove some warnings.
MPFR can be compiled (but not checked!) with a C++ compiler. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2802 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'rint.c')
-rw-r--r--rint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rint.c b/rint.c
index e5c6048f2..3915716d0 100644
--- a/rint.c
+++ b/rint.c
@@ -22,7 +22,7 @@ MA 02111-1307, USA. */
#include "mpfr-impl.h"
/* This may be a standard rounding mode in the future. */
-#define NEAREST_AWAY ((mp_rnd_t) -1)
+/*#define NEAREST_AWAY ((mp_rnd_t) -1)*/
/* Merge the following mpfr_rint code with mpfr_round_raw_generic? */