This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Long double complex methods


On Jul  5 03:26, Aditya Upadhyay wrote:
> Removed blank lines from complex.h.
> The modified patch for fix warnings , i am attaching here. Please check it once.

No, the attached patch is only fixing whitespace, the rest of the patch
is missing.  Please make sure to send the complete patch.


Thanks,
Corinna

> From bd596dd4125acbe7bd2922f25a44e4dbf31bc4b0 Mon Sep 17 00:00:00 2001
> From: Aditya Upadhyay <aadit0402@gmail.com>
> Date: Wed, 5 Jul 2017 03:20:19 +0530
> Subject: [PATCH v2 2/2] Fixed warnings for some long double complex methods
> 
> ---
>  newlib/libc/include/complex.h | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/newlib/libc/include/complex.h b/newlib/libc/include/complex.h
> index af2a3ce..9ee40c0 100644
> --- a/newlib/libc/include/complex.h
> +++ b/newlib/libc/include/complex.h
> @@ -130,8 +130,6 @@ float complex clog10f(float complex);
>  
>  #if defined(__CYGWIN__)
>  long double complex cacosl(long double complex);
> -
> -
>  long double complex ccosl(long double complex);
>  long double complex csinl(long double complex);
>  long double complex ctanl(long double complex);
> @@ -144,8 +142,6 @@ long double complex ctanhl(long double complex);
>  long double complex cexpl(long double complex);
>  long double complex clogl(long double complex);
>  long double complex cpowl(long double complex, long double complex);
> -
> -
>  long double complex conjl(long double complex);
>  long double complex cprojl(long double complex);
>  #if __GNU_VISIBLE
> -- 
> 2.7.4
> 


-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

Attachment: signature.asc
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]