aboutsummaryrefslogtreecommitdiffstats
path: root/trionan.c
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2003-08-06 04:43:55 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2003-08-06 04:43:55 +0000
commita71a8ef127c8811db2ebbce8086d6e2a8f3d241e (patch)
tree57fa57baee4f2768b538fc3d960f310d0ac96d6f /trionan.c
parentc193956ee1c3b229556301cf09f6ff1b6eb9cb70 (diff)
downloadandroid_external_libxml2-a71a8ef127c8811db2ebbce8086d6e2a8f3d241e.tar.gz
android_external_libxml2-a71a8ef127c8811db2ebbce8086d6e2a8f3d241e.tar.bz2
android_external_libxml2-a71a8ef127c8811db2ebbce8086d6e2a8f3d241e.zip
further small changes to elminate most of the remaining warnings.
* error.c trionan.[ch] testThreads.c python/generator.py: further small changes to elminate most of the remaining warnings.
Diffstat (limited to 'trionan.c')
-rw-r--r--trionan.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/trionan.c b/trionan.c
index 7e48b36e..2e276d8a 100644
--- a/trionan.c
+++ b/trionan.c
@@ -500,7 +500,8 @@ TRIO_ARGS1((number),
#endif
}
-
+#if 0
+ /* Temporary fix - this routine is not used anywhere */
/**
Check for finity.
@@ -542,6 +543,7 @@ TRIO_ARGS1((number),
#endif
}
+#endif
/*
* The sign of NaN is always false
@@ -729,6 +731,8 @@ TRIO_ARGS1((number),
return is_negative;
}
+#if 0
+ /* Temporary fix - this routine is not used in libxml */
/**
Examine the class of a number.
@@ -745,6 +749,7 @@ TRIO_ARGS1((number),
return trio_fpclassify_and_signbit(number, &dummy);
}
+#endif
/** @} SpecialQuantities */