emacs-devel
[Top][All Lists]
Advanced

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

Re: Too many warnings building Emacs with GCC 6 on MSYS2-MinGW64


From: Angelo Graziosi
Subject: Re: Too many warnings building Emacs with GCC 6 on MSYS2-MinGW64
Date: Wed, 31 Aug 2016 17:01:08 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Il 31/08/2016 16:27, Eli Zaretskii ha scritto:
From: Angelo Graziosi <address@hidden>
Date: Wed, 31 Aug 2016 10:01:25 +0200

Since there was the upgrade from GCC5 to GCC6 on MSYS2-MinGW64, the
build log of Emacs (master) contains a lot of warnings like this:

[...]/work/emacs-master/nt/inc/ms-w32.h:296:17: warning: conflicting
types for built-in function 'execve'

Please show at least one such warning in its entirety.  I don't have
GCC 6.x here, so I cannot know what does it not like in our prototype.

Oh yes, this is an example

make[2]: ingresso nella directory "/tmp/work/emacs-master/lib"
  CC       acl-errno-valid.o
  CCLD     ddeclient.exe
In file included from ../src/conf_post.h:32:0,

                 from ../src/config.h:1926,

                 from acl-errno-valid.c:20:

C:/msys64/tmp/work/emacs-master/nt/inc/ms-w32.h:296:17: warning: conflicting types for built-in function 'execve'

 extern intptr_t execve (const char *, char * const *, char * const *);

                 ^~~~~~

  CCLD     runemacs.exe
make[1]: uscita dalla directory "/tmp/work/emacs-master/nt"



The header ms-w32.h is included elsewhere and gives 134 of this warnings..

Thanks.

Angelo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]