[PATCH 1/9] Disable lrount_tes() function

Khem Raj <[email protected]> Sat, 31 Oct 2015 18:32:53 +0000
Newsgroups gmane.comp.lib.uclibc.general
Message-ID <[email protected]>
Its not used anyway, avoids some strict compiler warnings

Signed-off-by: Khem Raj <[email protected]>
---
 test/math/libm-test.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/math/libm-test.inc b/test/math/libm-test.inc
index f50b48b..6d70a95 100644
--- a/test/math/libm-test.inc
+++ b/test/math/libm-test.inc
@@ -3470,7 +3470,6 @@ logb_test (void)
 }
 
 
-#if 0
 static void
 lround_test (void)
 {
@@ -3605,7 +3604,6 @@ llround_test (void)
 
   END (llround);
 }
-#endif
 
 static void
 modf_test (void)
-- 
2.6.2