I have made mistakes while using git. Sorry for that. Thanks & Regards, Aditya Upadhyay On Wed, Jul 5, 2017 at 1:57 PM, Corinna Vinschen wrote: > 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 >> 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