emacs-devel
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (3c586e1 -> 0bbf00c)


From: Eli Zaretskii
Subject: [Emacs-diffs] master updated (3c586e1 -> 0bbf00c)
Date: Fri, 16 Sep 2016 10:07:41 +0300

This commit causes compilation warnings in the MinGW build:

  In file included from w32notify.c:88:0:
  ./config.h:1773:0: warning: "__USE_MINGW_ANSI_STDIO" redefined
   #define __USE_MINGW_ANSI_STDIO 1
   ^
  In file included from d:\usr\include\errno.h:15:0,
                   from ../lib/errno.h:27,
                   from w32notify.c:85:
  d:\usr\include\_mingw.h:282:0: note: this is the location of the previous 
definition
   #  define __USE_MINGW_ANSI_STDIO    (__MINGW_FEATURES__ & 
__MINGW_ANSI_STDIO__)
   ^

I don't like the idea that Gnulib should dictate whether Emacs uses
this MinGW feature or not.  If there are good reasons for that (can
you tell what they are?), let's define this in nt/inc/ms-w32.h, where
we can do that in a way that prevents the above redefinition.

Thanks.



reply via email to

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