all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs 26 warning about no previous prototype for 'surrogates_to_codepoint'
@ 2018-06-27  7:33 martin rudalics
  2018-06-27 15:04 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: martin rudalics @ 2018-06-27  7:33 UTC (permalink / raw)
  To: emacs-devel

When compiling xdisp.c for Emacs 26.2 I currently see under MinGW (GCC 4.8.1)

   CC       xdisp.o
In file included from ../../src/keyboard.h:23:0,
                  from ../../src/xdisp.c:313:
../../src/coding.h:680:1: warning: no previous prototype for 'surrogates_to_codepoint' [-Wmissing-prototypes]
  surrogates_to_codepoint (int low, int high)
  ^

I'm somewhat lost with this.

martin



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

end of thread, other threads:[~2018-06-28  8:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-27  7:33 Emacs 26 warning about no previous prototype for 'surrogates_to_codepoint' martin rudalics
2018-06-27 15:04 ` Eli Zaretskii
2018-06-28  8:03   ` martin rudalics

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.