GNU bug report logs -
#63415
30.0.50; More Build Warnings
Previous Next
Full log
View this message in rfc822 format
> Avoiding it is too much
> trouble (will make the code harder to read), and this configuration is
> rare enough to not justify that. So I've left that alone.
FWIW the following silences the warning. But up to you
diff --git a/src/dispnew.c b/src/dispnew.c
index fe661579daf..f456a60246b 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -3808,6 +3808,8 @@ update_window (struct window *w, bool force_p)
redraw_overlapped_rows (w, yb);
redraw_overlapping_rows (w, yb);
}
+#else
+ (void)changed_p;
#endif
/* Make cursor visible at cursor position of W. */
Best regards,
Jacob Faibussowitsch
(Jacob Fai - booss - oh - vitch)
> On May 11, 2023, at 09:25, Eli Zaretskii <eliz <at> gnu.org> wrote:
>
>> From: Jacob Faibussowitsch <jacob.fai <at> gmail.com>
>> Date: Wed, 10 May 2023 07:25:34 -0400
>>
>> dispnew.c:3650:12: warning: variable 'changed_p' set but not used [-Wunused-but-set-variable]
>> bool changed_p = 0, mouse_face_overwritten_p = 0;
>> ^
>> 1 warning generated.
>
> This is expected in a build --without-x. Avoiding it is too much
> trouble (will make the code harder to read), and this configuration is
> rare enough to not justify that. So I've left that alone.
>
>> In native--compile-async:
>> comp.el:4240:14: Warning: value from call to ‘cl-substitute’ is unused
>
> Andrea, would you please take care of this warning?
>
> I hope I've now fixed the rest, thanks.
This bug report was last modified 1 year and 158 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.