Hi,

this patch disables the print_float function, which is only used in the already disabled main function.

Cheers
Rico

---
 tests/glean/tfpexceptions.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/tests/glean/tfpexceptions.cpp b/tests/glean/tfpexceptions.cpp
index acc170f..09c6329 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;

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to