Re: mc-4.6.1 release?



Pavel Tsekov wrote:
Hello,

On Thu, 21 Oct 2004, Pavel Roskin wrote:

Another warning that I get on Cygwin:

regex.c: In function `regerror':
regex.c:8247: warning: implicit declaration of function `__mempcpy'
regex.c:8247: warning: cast does not match function type


I've tried to address this issue here:

http://mail.gnome.org/archives/mc-devel/2003-June/msg00005.html

I have fixed this with:
- #if defined HAVE_MEMPCPY || defined _LIBC
+ #if 0 && (defined HAVE_MEMPCPY || defined _LIBC)

I hope there won't be complaints about not discussing it in advance.

Roland



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]