diff mbox

[1/9] Disable lrount_tes() function

Message ID 1446316381-5070-1-git-send-email-raj.khem@gmail.com
State New
Headers show

Commit Message

Khem Raj Oct. 31, 2015, 6:32 p.m. UTC
Its not used anyway, avoids some strict compiler warnings

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 test/math/libm-test.inc | 2 --
 1 file changed, 2 deletions(-)

Comments

Baruch Siach Oct. 31, 2015, 9:21 p.m. UTC | #1
Hi Khem Raj,

On Sat, Oct 31, 2015 at 06:32:53PM +0000, Khem Raj wrote:
> Its not used anyway, avoids some strict compiler warnings

There is a typo in lround_test() name in the subject.

> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  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

You actually enable these functions instead of disabling.

baruch
diff mbox

Patch

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)