Message ID | 1446316381-5070-1-git-send-email-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
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 --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)
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(-)