unofficial mirror of emacs-devel@gnu.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

* Re: Emacs 26 warning about no previous prototype for 'surrogates_to_codepoint'
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2018-06-27 15:04 UTC (permalink / raw)
  To: martin rudalics; +Cc: emacs-devel

> Date: Wed, 27 Jun 2018 09:33:58 +0200
> From: martin rudalics <rudalics@gmx.at>
> 
> 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)
>   ^

Please try again, I hope I fixed this (but don't have GCC 4.8.1 to
make sure).



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

* Re: Emacs 26 warning about no previous prototype for 'surrogates_to_codepoint'
  2018-06-27 15:04 ` Eli Zaretskii
@ 2018-06-28  8:03   ` martin rudalics
  0 siblings, 0 replies; 3+ messages in thread
From: martin rudalics @ 2018-06-28  8:03 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

 > Please try again, I hope I fixed this (but don't have GCC 4.8.1 to
 > make sure).

Compiles without warnings now.

Thanks for fixing it, 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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).