|
From: | Lars Ingebrigtsen |
Subject: | Re: master b7f227ed8b 2/2: ; * src/xterm.c (XTset_vertical_scroll_bar): Fix typo in last change. |
Date: | Sun, 31 Jul 2022 09:00:20 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Lars Ingebrigtsen <larsi@gnus.org> writes: > With these scroll bar changes (probably), I'm getting the following > warning in a Gtk build: > > xterm.c: In function 'XTset_vertical_scroll_bar': > xterm.c:14936:7: warning: implicit declaration of function > 'x_scroll_bar_redraw'; did you mean 'x_scroll_bar_remove'? > [-Wimplicit-function-declaration] > 14936 | x_scroll_bar_redraw (bar); > | ^~~~~~~~~~~~~~~~~~~ > | x_scroll_bar_remove > xterm.c:14936:7: warning: nested extern declaration of > 'x_scroll_bar_redraw' [-Wnested-externs] And: /usr/bin/ld: xterm.o: in function `XTset_vertical_scroll_bar': /home/larsi/src/emacs/trunk/src/xterm.c:14936: undefined reference to `x_scroll_bar_redraw' collect2: error: ld returned 1 exit status
[Prev in Thread] | Current Thread | [Next in Thread] |