emacs-ng / emacs-ng

A new approach to Emacs - Including TypeScript, Threading, Async I/O, and WebRender.

Home Page:https://emacs-ng.github.io/emacs-ng/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

implicit declaration of function 'Fx_hide_tip' is invalid in C99

declantsien opened this issue · comments

macOS Webrender build is failing with error below:

menu.c:1375:5: error: implicit declaration of function 'Fx_hide_tip' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    Fx_hide_tip ();

https://github.com/emacs-ng/emacs-ng/actions/runs/8672891238/job/23785630333