GNU bug report logs -
#62518
30.0.50; Misc Build Warnings
Previous Next
Reported by: Jacob Faibussowitsch <jacob.fai <at> gmail.com>
Date: Wed, 29 Mar 2023 12:40:02 UTC
Severity: normal
Found in version 30.0.50
Done: Stefan Kangas <stefankangas <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 62518 <at> debbugs.gnu.org (full text, mbox):
> From: Jacob Faibussowitsch <jacob.fai <at> gmail.com>
> Date: Wed, 29 Mar 2023 08:38:59 -0400
>
> Building C src
> --------------
>
> 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;
> ^
>
> Building Lisp src
> -----------------
>
> dynamic-setting.el:58:12: Warning: the function ‘reconsider-frame-fonts’ is not known to be defined.
>
> image/wallpaper.el:455:35: Warning: the function ‘x-open-connection’ is not known to be defined.
>
> net/eww.el:1205:59: Warning: the function ‘imagep’ is not known to be defined.
>
These are because you build --without-x. They are harmless.
> In org-table-make-reference:
> org/org-table.el:2864:23: Warning: ‘eq’ called with literal string that may never match (arg 2)
>
> In org-remove-timestamp-with-keyword:
> org/org.el:10218:14: Warning: ‘backward-delete-char’ is for interactive use only; use ‘delete-char’ instead.
>
> In org-fast-tag-selection:
> org/org.el:12009:22: Warning: ‘condition-case’ without handlers
>
> In org-delete-backward-char:
> org/org.el:16535:8: Warning: ‘backward-delete-char’ is for interactive use only; use ‘delete-char’ instead.
These are real (though minor) problems, but Org is developed
elsewhere, and has requirements to support older Emacs versions, so
I'll defer to the Org developers (CC'ed) to do TRT about these.
Thanks.
This bug report was last modified 1 year and 260 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.