[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build on master broken on macOS? keyboard.c
From: |
Eli Zaretskii |
Subject: |
Re: build on master broken on macOS? keyboard.c |
Date: |
Fri, 15 Jun 2018 17:46:39 +0300 |
> 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.