Re: Commit: patch 9.1.0066: gcc complains about use of uninitialized var

2024-01-31 Fir de Conversatie Christian Brabandt
On Mi, 31 Jan 2024, Tony Mechelynck wrote: > gui_gtk_x11.c: In function ‘scroll_event’: > gui_gtk_x11.c:2135:9: warning: ‘button’ may be used uninitialized > [-Wmaybe-uninitialized] > 2135 | gui_send_mouse_event(button, (int)event->x, (int)event->y, > |

Re: Commit: patch 9.1.0066: gcc complains about use of uninitialized var

2024-01-31 Fir de Conversatie Tony Mechelynck
On Wed, Jan 31, 2024 at 8:45 PM Christian Brabandt wrote: > > patch 9.1.0066: gcc complains about use of uninitialized var > > Commit: > https://github.com/vim/vim/commit/f2fb7dd3d3bb94fc51347c25d2829bb0a80c8719 > Author: Christian Brabandt > Date: Wed Jan 31 20:29:07 202

Commit: patch 9.1.0066: gcc complains about use of uninitialized var

2024-01-31 Fir de Conversatie Christian Brabandt
patch 9.1.0066: gcc complains about use of uninitialized var Commit: https://github.com/vim/vim/commit/f2fb7dd3d3bb94fc51347c25d2829bb0a80c8719 Author: Christian Brabandt Date: Wed Jan 31 20:29:07 2024 +0100 patch 9.1.0066: gcc complains about use of uninitialized var Problem