all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Jacob Faibussowitsch <jacob.fai@gmail.com>
Cc: Bastien <bzg@gnu.org>, Ihor Radchenko <yantar92@posteo.net>,
	62518@debbugs.gnu.org
Subject: bug#62518: 30.0.50; Misc Build Warnings
Date: Wed, 29 Mar 2023 17:38:47 +0300	[thread overview]
Message-ID: <83cz4r7hc8.fsf@gnu.org> (raw)
In-Reply-To: <1AE255FE-FBC6-4B4F-ADC7-91BEE29E785C@gmail.com> (message from Jacob Faibussowitsch on Wed, 29 Mar 2023 08:38:59 -0400)

> From: Jacob Faibussowitsch <jacob.fai@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.





  reply	other threads:[~2023-03-29 14:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-29 12:38 bug#62518: 30.0.50; Misc Build Warnings Jacob Faibussowitsch
2023-03-29 14:38 ` Eli Zaretskii [this message]
2023-03-29 15:01   ` Ihor Radchenko
2023-03-29 15:47     ` Eli Zaretskii
2023-09-05 23:56     ` Stefan Kangas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83cz4r7hc8.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=62518@debbugs.gnu.org \
    --cc=bzg@gnu.org \
    --cc=jacob.fai@gmail.com \
    --cc=yantar92@posteo.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.