emacs-devel
[Top][All Lists]
Advanced

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

Re: build on master broken on macOS? keyboard.c


From: Filipp Gunbin
Subject: Re: build on master broken on macOS? keyboard.c
Date: Fri, 15 Jun 2018 18:53:38 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (darwin)

On 15/06/2018 17:46 +0300, Eli Zaretskii wrote:

>> From: Filipp Gunbin <address@hidden>
>> Date: Fri, 15 Jun 2018 17:06:47 +0300
>>
>> make bootstrap (if it matters, config args were --without-all --without-ns 
>> --with-dbus --with-file-notification=no --with-gnutls --with-modules 
>> --with-xml2 --with-zlib)
>>
>> ...
>>
>> keyboard.c:5338:16: warning: implicit declaration of function 
>> 'make_lispy_focus_out' is invalid in C99 [-Wimplicit-function-declaration]
>>         return make_lispy_focus_out (event->frame_or_window);
>>                ^
>> keyboard.c:5338:16: warning: incompatible integer to pointer conversion 
>> returning 'int' from a function with result type 'Lisp_Object'
>>       (aka 'union Lisp_X *') [-Wint-conversion]
>>         return make_lispy_focus_out (event->frame_or_window);
>>                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> Thanks, please try again.  I hope I fixed this.

Fixed, thanks for the instant response!

Filipp



reply via email to

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