This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [patch libgfortran]: Fix build of libgfortran for mingw and improve POSIX ctime_r implementation


On Saturday 29 January 2011 18:20:55 Kai Tietz wrote:
[...]
> >>  ctime_r (const time_t * timep, char * buf __attribute__((unused)))
[...]
> >> +    tmp = strcpy (buf, tmp);
[...]
> Applied at revision 169389.

You may want to remove the "__attribute_((unused))" on "buf" as well?

Cheers

	Daniel


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