aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRico Schüller <kgbricola@web.de>2013-03-20 09:11:13 +0100
committerBrian Paul <brianp@vmware.com>2013-03-20 08:27:48 -0600
commit8eeb5ab1018517699d9cb2740726df857f83ecc5 (patch)
tree39587fd3131757c9dfac06a17de95f397a2eb3f8 /tests
parent9fcb008c520619bcdb18710daa349e0ac2e7442a (diff)
glean/tfpexceptions: disable unused print_float() function
It's only called from main(), which was already disabled. Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/glean/tfpexceptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glean/tfpexceptions.cpp b/tests/glean/tfpexceptions.cpp
index acc170fd..09c6329e 100644
--- a/tests/glean/tfpexceptions.cpp
+++ b/tests/glean/tfpexceptions.cpp
@@ -155,6 +155,7 @@ make_quiet_nan_double(double * /*dest*/)
}
+#if 0
static void
print_float(float f)
{
@@ -222,7 +223,6 @@ print_float(float f)
/* Examine some interesting floats
*/
-#if 0
int main()
{
float f;