all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [Emacs-diffs] master updated (3c586e1 -> 0bbf00c)
@ 2016-09-16  7:07 Eli Zaretskii
  2016-09-16  7:58 ` Paul Eggert
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2016-09-16  7:07 UTC (permalink / raw)
  To: Paul Eggert; +Cc: emacs-devel

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.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-16  8:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-16  7:07 [Emacs-diffs] master updated (3c586e1 -> 0bbf00c) Eli Zaretskii
2016-09-16  7:58 ` Paul Eggert
2016-09-16  8:32   ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.