From unknown Tue Jun 17 20:08:29 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#52276 <52276@debbugs.gnu.org> To: bug#52276 <52276@debbugs.gnu.org> Subject: Status: 28.0.50; [PATCH] Scuttle compiler warning in image.c Reply-To: bug#52276 <52276@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:08:29 +0000 retitle 52276 28.0.50; [PATCH] Scuttle compiler warning in image.c reassign 52276 emacs submitter 52276 dick severity 52276 normal tag 52276 moreinfo patch wontfix thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 04 07:35:55 2021 Received: (at submit) by debbugs.gnu.org; 4 Dec 2021 12:35:55 +0000 Received: from localhost ([127.0.0.1]:53058 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtUGg-0004fN-H0 for submit@debbugs.gnu.org; Sat, 04 Dec 2021 07:35:55 -0500 Received: from lists.gnu.org ([209.51.188.17]:58860) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtUGe-0004fG-O2 for submit@debbugs.gnu.org; Sat, 04 Dec 2021 07:35:53 -0500 Received: from eggs.gnu.org ([209.51.188.92]:43256) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mtUGc-0002cF-R7 for bug-gnu-emacs@gnu.org; Sat, 04 Dec 2021 07:35:52 -0500 Received: from [2607:f8b0:4864:20::72c] (port=34718 helo=mail-qk1-x72c.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mtUGP-0003n1-K4 for bug-gnu-emacs@gnu.org; Sat, 04 Dec 2021 07:35:50 -0500 Received: by mail-qk1-x72c.google.com with SMTP id t6so6434078qkg.1 for ; Sat, 04 Dec 2021 04:35:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:mime-version; bh=DnEJ3IxtozC5D5WUqJn3aq7f1NIlZvPMFFXeymv/H7w=; b=VGD+OcelBfpjf1sTeNtgPwA+ngLRELFfec6MYNqAtG92wvfa1tZEU2JgkBwnkWau5n Iwv4iL4Bf/OU63zTE50ldbPrc8T5aKxUgK7Rv5djnuM1QHXysG5gGiwClYU+DYZj5W3J isemDE5t05bM7XTNSYNGPeWCKfVHNY2iZCZBqyZUUM1m2rBJbaCAlrXqX0M3BFM7SjAz G6mybGOMEhKmdNTME7mJWHANdxhk/Hyoy24t9k2jzFWQKsnyHXqHDREozTWA7GeDAJYe 97m3o+RlOqxrLPU/+c5F8/Zz1/OXkRDqjzhiEaq41u7vF08xUUpg7nFAcj+iCnuxE1fF tVyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=DnEJ3IxtozC5D5WUqJn3aq7f1NIlZvPMFFXeymv/H7w=; b=dOSlKK0SDPAyAYUcCraxboE0bmXXxDz5NMftazVfre1zswpCJn32labx9jSG3vaRSS DlFE2EfR21pDXx2/pS4TmutRsbUTIY8iBT4Si7HdVwwz7YxRUAJeIfchCrQtMKbPAb0s FIg6G/44NYT9pWg+0/CK5DyEkqpByha5qFmKemje81gnOw0/2rQ2pepf8eT/sTuXD5zr FMYAv0bsDZU20vQ2oWtIOfsVlHNeJlEsl+w4aH45H0byymOx+MmZHL/g/LJGq+t8TDCj rKfX+B/AsDetIApVVriuvMHC4WjTZftqe1i7U+KigVfdwB/PXt0HqFarZxmMtqgVJafx jZmg== X-Gm-Message-State: AOAM530JbGUKHIYVrU9gBwxD7bb4g7as9f9DlZ1PRVkgjordFx8k2Oox yfxyjJJPQ3IZm3RwRkW278nU7gu7h1A= X-Google-Smtp-Source: ABdhPJzYwW+LnJ9h5di78ofVy58+f96I+xeeH3QRYq6A2Nh0J7+RrMpSUKDjRpl0YICvDRrWFDF2bg== X-Received: by 2002:a05:620a:2229:: with SMTP id n9mr22653928qkh.155.1638621335720; Sat, 04 Dec 2021 04:35:35 -0800 (PST) Received: from localhost ([68.237.93.126]) by smtp.gmail.com with ESMTPSA id m20sm4196230qkp.112.2021.12.04.04.35.34 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sat, 04 Dec 2021 04:35:35 -0800 (PST) From: dick To: bug-gnu-emacs Subject: 28.0.50; [PATCH] Scuttle compiler warning in image.c Date: Sat, 04 Dec 2021 07:35:34 -0500 Message-ID: <87r1asv97t.fsf@dick> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:f8b0:4864:20::72c (failed) Received-SPF: pass client-ip=2607:f8b0:4864:20::72c; envelope-from=dick.r.chiang@gmail.com; helo=mail-qk1-x72c.google.com X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, PDS_HP_HELO_NORDNS=0.001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-Scuttle-a-compiler-warning-under-enable-checking.patch >From 2f1a3475910bfea5d0c0ead874a238db3ecbf3ad Mon Sep 17 00:00:00 2001 From: dickmao Date: Sat, 4 Dec 2021 07:32:00 -0500 Subject: [PATCH] Scuttle a compiler warning under --enable-checking * src/image.c (webp_load): Scuttle compiler warning. --- src/image.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/image.c b/src/image.c index b85c405487..709abc21aa 100644 --- a/src/image.c +++ b/src/image.c @@ -8970,7 +8970,7 @@ webp_load (struct frame *f, struct image *img) { ptrdiff_t size = 0; uint8_t *contents; - Lisp_Object file; + Lisp_Object file = Qnil; /* Open the WebP file. */ Lisp_Object specified_file = image_spec_value (img->spec, QCfile, NULL); @@ -9007,7 +9007,7 @@ webp_load (struct frame *f, struct image *img) /* Validate the WebP image header. */ if (!WebPGetInfo (contents, size, NULL, NULL)) { - if (NILP (specified_data)) + if (! NILP (file)) image_error ("Not a WebP file: `%s'", file); else image_error ("Invalid header in WebP image data"); @@ -9030,7 +9030,7 @@ webp_load (struct frame *f, struct image *img) case VP8_STATUS_USER_ABORT: default: /* Error out in all other cases. */ - if (NILP (specified_data)) + if (! NILP (file)) image_error ("Error when interpreting WebP image data: `%s'", file); else image_error ("Error when interpreting WebP image data"); -- 2.26.2 --=-=-= Content-Type: text/plain In Commercial Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30, cairo version 1.15.10) of 2021-12-04 built on dick Repository revision: 496cf662a994ab288a4fb75f70ceb053af27a2a9 Repository branch: dev Windowing system distributor 'The X.Org Foundation', version 11.0.11906000 System Description: Ubuntu 18.04.4 LTS Configured using: 'configure --prefix=/home/dick/.local --enable-checking --with-tree-sitter --enable-dumping-overwrite 'CFLAGS=-g3 -Og -I/home/dick/.local/include/' LDFLAGS=-L/home/dick/.local/lib' Configured features: CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON TREE-SITTER LCMS2 LIBSELINUX LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XPM GTK3 ZLIB Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Magit Minor modes in effect: async-bytecomp-package-mode: t global-git-commit-mode: t shell-dirtrack-mode: t projectile-mode: t flx-ido-mode: t override-global-mode: t global-hl-line-mode: t winner-mode: t tooltip-mode: t show-paren-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t column-number-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: /home/dick/gomacro-mode/gomacro-mode hides /home/dick/.emacs.d/elpa/gomacro-mode-20200326.1103/gomacro-mode /home/dick/.emacs.d/elpa/hydra-20170924.2259/lv hides /home/dick/.emacs.d/elpa/lv-20191106.1238/lv /home/dick/.emacs.d/elpa/magit-3.3.0/magit-section-pkg hides /home/dick/.emacs.d/elpa/magit-section-3.3.0/magit-section-pkg /home/dick/org-gcal.el/org-gcal hides /home/dick/.emacs.d/elpa/org-gcal-0.3/org-gcal /home/dick/.emacs.d/elpa/tree-sitter-0.15.2/tree-sitter hides /home/dick/.local/share/emacs/28.0.50/lisp/tree-sitter /home/dick/.emacs.d/lisp/json hides /home/dick/.local/share/emacs/28.0.50/lisp/json /home/dick/.emacs.d/elpa/transient-0.3.6/transient hides /home/dick/.local/share/emacs/28.0.50/lisp/transient /home/dick/.emacs.d/elpa/hierarchy-20171221.1151/hierarchy hides /home/dick/.local/share/emacs/28.0.50/lisp/emacs-lisp/hierarchy Features: (shadow sort footnote mail-extr gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime dig gnus-sum shr pixel-fill kinsoku svg dom gnus-group mm-url gnus-undo gnus-start gnus-dbus dbus xml gnus-cloud nnimap nnmail mail-source utf7 netrc nnoo parse-time iso8601 gnus-spec gnus-int gnus-range gnus-win emacsbug sendmail benchmark vc cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs vc-git vc-dispatcher bug-reference face-remap magit-patch-changelog magit-patch magit-submodule magit-obsolete magit-popup async-bytecomp async magit-blame magit-stash magit-reflog magit-bisect magit-push magit-pull magit-fetch magit-clone magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-tag magit-merge magit-branch magit-reset magit-files magit-refs magit-status magit magit-repos magit-apply magit-wip magit-log which-func imenu magit-diff smerge-mode diff diff-mode git-commit log-edit message yank-media rmc puny dired-x dired dired-loaddefs rfc822 mml mml-sec epa epg rfc6068 epg-config mm-decode mm-bodies mm-encode mailabbrev gmm-utils mailheader pcvs-util add-log magit-core magit-margin magit-transient magit-process with-editor shell pcomplete server magit-mode transient format-spec paredit-ext paredit subed subed-vtt subed-srt subed-common subed-mpv subed-debug subed-config inf-ruby ruby-mode smie company pcase haskell-interactive-mode haskell-presentation-mode haskell-process haskell-session haskell-compile haskell-mode haskell-cabal haskell-utils haskell-font-lock haskell-indentation haskell-string haskell-sort-imports haskell-lexeme haskell-align-imports haskell-complete-module haskell-ghc-support noutline outline flymake-proc flymake warnings etags fileloop generator xref project dabbrev haskell-customize hydra lv use-package-ensure solarized-theme solarized-definitions projectile lisp-mnt mail-parse rfc2231 ibuf-ext ibuffer ibuffer-loaddefs thingatpt magit-autorevert autorevert filenotify magit-git magit-section magit-utils crm dash rx grep compile comint ansi-color gnus nnheader gnus-util rmail rmail-loaddefs rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils text-property-search time-date flx-ido flx google-translate-default-ui google-translate-core-ui facemenu color ido google-translate-core google-translate-tk google-translate-backend use-package-bind-key bind-key auto-complete easy-mmode advice edmacro kmacro popup cus-edit pp cus-load wid-edit emms-player-mplayer emms-player-simple emms emms-compat cl-extra help-mode use-package-core derived hl-line winner ring finder-inf json-reformat-autoloads json-snatcher-autoloads sml-mode-autoloads tornado-template-mode-autoloads info package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json map url-vars seq gv subr-x byte-opt bytecomp byte-compile cconv cl-loaddefs cl-lib iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tree-sitter tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 475721 14692) (symbols 48 33157 1) (strings 32 119335 3487) (string-bytes 1 4084749) (vectors 16 48784) (vector-slots 8 611093 13083) (floats 8 409 442) (intervals 56 544 2) (buffers 992 14)) --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 04 14:18:31 2021 Received: (at 52276) by debbugs.gnu.org; 4 Dec 2021 19:18:31 +0000 Received: from localhost ([127.0.0.1]:54982 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtaYJ-0004ni-5n for submit@debbugs.gnu.org; Sat, 04 Dec 2021 14:18:31 -0500 Received: from quimby.gnus.org ([95.216.78.240]:39966) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtaYH-0004nR-UF for 52276@debbugs.gnu.org; Sat, 04 Dec 2021 14:18:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=FmO+P9+W6SxsstB6hPkPgqcEB2s3lwHRXpUnsOPsVvk=; b=Ntt0BRSqOr7xVGZGhHgTngg/M3 Y/CgJLPUQ1yMuSD/nC9iNe4O6AJrzg0Qe0yZzSyXTmtmNEjVIpo/uzW0Td0otHuidnv724UItjAke Gzu1S/QfnGgbn0SBRRngn+NTA3lJnfsBCbs3tYvKtSDyn+khZ4gYfcHwRSMRpsi5LpC8=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mtaY9-00085u-2Y; Sat, 04 Dec 2021 20:18:23 +0100 From: Lars Ingebrigtsen To: dick Subject: Re: bug#52276: 28.0.50; [PATCH] Scuttle compiler warning in image.c References: <87r1asv97t.fsf@dick> X-Now-Playing: Pink Floyd's _Wish You Were Here_: "Shine On You Crazy Diamond (Part 2)" Date: Sat, 04 Dec 2021 20:18:19 +0100 In-Reply-To: <87r1asv97t.fsf@dick> (dick's message of "Sat, 04 Dec 2021 07:35:34 -0500") Message-ID: <87r1as5gck.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: dick writes: > * src/image.c (webp_load): Scuttle compiler warning. [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 52276 Cc: 52276@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) dick writes: > * src/image.c (webp_load): Scuttle compiler warning. [...] > + Lisp_Object file = Qnil; What gcc version gives you a warning? I'm not seeing a warning in gcc (Debian 10.2.1-6) 10.2.1 20210110 or gcc (Debian 11.2.0-10) 11.2.0 and the warning seems spurious to me. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 04 14:18:35 2021 Received: (at control) by debbugs.gnu.org; 4 Dec 2021 19:18:35 +0000 Received: from localhost ([127.0.0.1]:54985 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtaYN-0004o0-Cy for submit@debbugs.gnu.org; Sat, 04 Dec 2021 14:18:35 -0500 Received: from quimby.gnus.org ([95.216.78.240]:39980) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtaYM-0004nZ-77 for control@debbugs.gnu.org; Sat, 04 Dec 2021 14:18:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ovaN5x9vpkHrNJTgNDS2bp69F6r7/7bQ20Ym/mzgNGo=; b=Fi8dmOMliYvohmJdHPYGhijFcw TNDjvabva+TBqDFNJeExAMkn3zzXMR+XBwKRI3SpyV2Y3RHxwChit0pDK/j+M9o11X7Lhgw9KDIf2 RY4IFbFGp521+azCqgNhMJxE0aKuvXoB8LSzBjYtPrvlOg8ANRsq3ID+h9ge6ESVbCu0=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mtaYE-000862-N4 for control@debbugs.gnu.org; Sat, 04 Dec 2021 20:18:28 +0100 Date: Sat, 04 Dec 2021 20:18:26 +0100 Message-Id: <87pmqc5gcd.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #52276 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 52276 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 52276 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 04 14:36:20 2021 Received: (at 52276) by debbugs.gnu.org; 4 Dec 2021 19:36:20 +0000 Received: from localhost ([127.0.0.1]:55011 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtapX-0007SM-R6 for submit@debbugs.gnu.org; Sat, 04 Dec 2021 14:36:19 -0500 Received: from mail-qk1-f182.google.com ([209.85.222.182]:38559) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtapW-0007S9-0N for 52276@debbugs.gnu.org; Sat, 04 Dec 2021 14:36:18 -0500 Received: by mail-qk1-f182.google.com with SMTP id q64so7188730qkd.5 for <52276@debbugs.gnu.org>; Sat, 04 Dec 2021 11:36:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=Jwi+7QsRRTzKAOPTjSF2idtj4bp3vnBMn758ZOrNVSA=; b=OFI+nrCGX4C3uEyNkUJaF762oXHprvhSbNhAGlMyeRSGjGggFuvKYBtidd6GEKWe1O t/4PC4NfkJuL/ux1HU5zbf9we6XEvqpYAkL5tsp3nx29zuE97Gz30fKO7wRq5qayssa1 98gu5MVevWGsuL5wlXDiy9lwkoa9JNyb/WFH+pCoDha6s1536165zLq9pXSNB2U6tcYP X7u7lPVOlRPNGki+0b8v2GXSqdD97+fTZCOe6oOH9oypjKL/+eBkyQ2SW9YhcJVyJ6Hb N9S99hJtb8MoW3wcct6gm2m1P0420hlJSTjZxWzJXnXlVzp+vgMZODFfMGOUFBCUMCj/ 7P4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=Jwi+7QsRRTzKAOPTjSF2idtj4bp3vnBMn758ZOrNVSA=; b=1dbDfMwgw4KTk/SmRkKmLIi8VuUBij7JaiiGDOEoR8tE+0G7RLsZF3k80tuVO4Lrd2 TdG9eG7gDHxKGNvIXdfGvQPUoLK+FI4iawPCx/FTg4YHwEtyZFcnr4zjgH5EDtz88o/H oxvwO3rWpfI1GfcAiIahM34XBSNc+vpEXR4GvV5un3s48KJq329UWtzfZt6YqmZ0Lbc2 sZzOTyqMDb5aPEem97cCJnRu+5PD31YtZEVOyuYf7j/mOjJAl8Yh58nPgtuMKgE0Wjdt p8lLaNXollLz7H7odBA8vfUFfryFxfTarjCU1KsiGHuSuDJbeIHmrcm8VNQofoVqTFB6 ImJA== X-Gm-Message-State: AOAM531OVPyX+HuOBPDD4AwkdTa5K0xjgI2u7MbFfPa1LKb/TmEu0zvs f6dAAKxMxv8jfE6DbQmIA9A= X-Google-Smtp-Source: ABdhPJz+0B06+p8D4gU8cp5hkTJNyKuPK1Mg8hS8v6uecN73NFbDhcq5sW3AjssKA5ZI8mLBNOOy4g== X-Received: by 2002:a05:620a:1a8d:: with SMTP id bl13mr24879278qkb.200.1638646569573; Sat, 04 Dec 2021 11:36:09 -0800 (PST) Received: from localhost ([68.237.93.126]) by smtp.gmail.com with ESMTPSA id a24sm4468557qtp.95.2021.12.04.11.36.09 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sat, 04 Dec 2021 11:36:09 -0800 (PST) From: dick To: Lars Ingebrigtsen Subject: Re: bug#52276: 28.0.50; [PATCH] Scuttle compiler warning in image.c References: <87r1asv97t.fsf@dick> <87r1as5gck.fsf@gnus.org> Date: Sat, 04 Dec 2021 14:36:08 -0500 In-Reply-To: <87r1as5gck.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sat, 04 Dec 2021 20:18:19 +0100") Message-ID: <874k7ojh7b.fsf@dick> User-Agent: Gnus/5.14 (Gnus v5.14) Commercial/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 52276 Cc: 52276@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) I only recently discovered --enable-checking. And here I thought all my easserts were actually in force. >>>>> Lars Ingebrigtsen writes: > dick writes: >> * src/image.c (webp_load): Scuttle compiler warning. > [...] >> + Lisp_Object file = Qnil; > What gcc version gives you a warning? I'm not seeing a warning in > gcc (Debian 10.2.1-6) 10.2.1 20210110 > or > gcc (Debian 11.2.0-10) 11.2.0 > and the warning seems spurious to me. From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 05 16:22:12 2021 Received: (at 52276) by debbugs.gnu.org; 5 Dec 2021 21:22:12 +0000 Received: from localhost ([127.0.0.1]:59823 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtyxY-0006EJ-CB for submit@debbugs.gnu.org; Sun, 05 Dec 2021 16:22:12 -0500 Received: from quimby.gnus.org ([95.216.78.240]:56444) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtyxW-0006E3-VZ for 52276@debbugs.gnu.org; Sun, 05 Dec 2021 16:22:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=II54s85NobIWuMg6Mk4wyGNyFEJG8786gXMMT1Bufl4=; b=OsDcNkywOkGxEjjEjqjTMNo3cJ ErCS1UZ9P6+G+fETp/y2CLxzJDLjDEL0dfTBiLWw+HCZmMH64Zu0NUBSUuV8NJkWKWRXgVPHsPshB nNfOSZ5hAQo2V3I1u1pMuGrskgxVXVSEAY4GVHzsaU/ZokJJQxZ0sN7y7CENfYRRlme4=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mtyxO-000343-Nl; Sun, 05 Dec 2021 22:22:05 +0100 From: Lars Ingebrigtsen To: dick Subject: Re: bug#52276: 28.0.50; [PATCH] Scuttle compiler warning in image.c References: <87r1asv97t.fsf@dick> <87r1as5gck.fsf@gnus.org> <874k7ojh7b.fsf@dick> X-Now-Playing: Genesis's _And Then There Were Three_: "Burning Rope" Date: Sun, 05 Dec 2021 22:22:02 +0100 In-Reply-To: <874k7ojh7b.fsf@dick> (dick's message of "Sat, 04 Dec 2021 14:36:08 -0500") Message-ID: <87bl1un3wl.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: dick writes: > I only recently discovered --enable-checking. And here I thought all my > easserts were actually in force. [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 52276 Cc: 52276@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) dick writes: > I only recently discovered --enable-checking. And here I thought all my > easserts were actually in force. [...] >> What gcc version gives you a warning? You didn't answer my question, but: > System Description: Ubuntu 18.04.4 LTS So I guess it's an old gcc version. Looking at the function in question again, the warning seems spurious. We do cater to compiler bugs, but not for older gcc versions (which I have to guess you're using, since you didn't answer), so I'm closing this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 05 16:22:17 2021 Received: (at control) by debbugs.gnu.org; 5 Dec 2021 21:22:18 +0000 Received: from localhost ([127.0.0.1]:59826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtyxd-0006Ea-IA for submit@debbugs.gnu.org; Sun, 05 Dec 2021 16:22:17 -0500 Received: from quimby.gnus.org ([95.216.78.240]:56458) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtyxc-0006EC-6F for control@debbugs.gnu.org; Sun, 05 Dec 2021 16:22:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=l4MKErob986gsmL2qf1w2x6WR5SxaovM+hf6KMW4XXA=; b=kMDIY3lGLzguktOfHjvPGZBQrW CVjXRj8aY+6QKrVkDYP7fF4m0Uap8tiJ4m5kEjK2+9pqC44Nu51qx3tOndKYvnUBgRduPZaKIV1VL oWlPtMoSZk2ym1nr2PsZxClFfOzpFMEOmT6OGZutAhHEOdTBaZiLD4k4W99SsWEUio/M=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mtyxU-00034B-HZ for control@debbugs.gnu.org; Sun, 05 Dec 2021 22:22:10 +0100 Date: Sun, 05 Dec 2021 22:22:08 +0100 Message-Id: <87a6hen3wf.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #52276 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 52276 wontfix close 52276 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 52276 wontfix close 52276 quit From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 05 17:12:58 2021 Received: (at 52276) by debbugs.gnu.org; 5 Dec 2021 22:12:58 +0000 Received: from localhost ([127.0.0.1]:59914 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtzkg-0001HY-7D for submit@debbugs.gnu.org; Sun, 05 Dec 2021 17:12:58 -0500 Received: from mail-qk1-f179.google.com ([209.85.222.179]:35797) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtzke-0001HM-Dq for 52276@debbugs.gnu.org; Sun, 05 Dec 2021 17:12:56 -0500 Received: by mail-qk1-f179.google.com with SMTP id m192so9450239qke.2 for <52276@debbugs.gnu.org>; Sun, 05 Dec 2021 14:12:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=gQjQ7EM59HAUxg3n2vrrZqaTGEpQh8fuu1X1sawxdDA=; b=qPgTQc+J/I4VW90S2Qw9INhESXDIZSZRUXBeLme5YL1XiEpqyefCb22J7VKZ9a/oaD Wfv57PJyY64itlAurh+A7xOy6LyzJxHWAsjL2QOgayKPR37nT22dpGMEvba3JlU/GZJH iJVNHMJkLE/X52u66hws2zZBrkjq9buRyNUUNPt4KdY40VydJE9pe96BrzeSmoCw9WL2 qqxC7z3MfPJTz3ozY/9B1R3X/kb5j2tLZOwCfZCq2dYZ6qfi7m5WM/vOe5HW6rmdPlMd 02MLAqRMPqkDHhl5ddoOZpB4ow9p7Gm4W3OoFCsrxou4RYy+TcWiilgeIerfQH3JbBjD O4Iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=gQjQ7EM59HAUxg3n2vrrZqaTGEpQh8fuu1X1sawxdDA=; b=RgnjqkBB3OxTrCye5GWjkR/hnE18R9KoDZHeMlAU5IieDRHZai7HFIGQhmNz5Bv0Rt f15uLOK8pedQRNSuAU08jGGgrqto6E/ZCVi1ko1QflkmJlVklxgP04CNDzoHpc6Hnn0T qSEwRjGqirtwqx9f2fJm4NqXs7s++u4yp7jHHwf4cYkjWwxtLFkmFl3X7HLG7fqZrnEy HhE3yJ93KJNJlNNgsY+rcwKnBwqfxiqJvqOgO7+42UKSadoleZe2P0GfkGi1Y7t5us6J 7fczOnNPSrpP2SGCx7BgSaNJoaht4dSGqWdLy6zFUDCxalpdWFwqXVf6eO10hM5Muf0n 1pNw== X-Gm-Message-State: AOAM533TrcjNz0AZtoqQ3C+A1uyehoDyDiUpFOVDzh7ekU9LmKPL+unk R00XRJEdFz74jUb4M2ciStAQzCmFaoU= X-Google-Smtp-Source: ABdhPJz2D/TMLw0Fvc1YOyRgOhvihGKPvTQCwzyIftcK5aufPlaEQ24GiXC+Z3vmc4xYLbepbhqGog== X-Received: by 2002:a37:6103:: with SMTP id v3mr28349489qkb.694.1638742371016; Sun, 05 Dec 2021 14:12:51 -0800 (PST) Received: from localhost ([68.237.93.126]) by smtp.gmail.com with ESMTPSA id i16sm6402103qtx.57.2021.12.05.14.12.50 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sun, 05 Dec 2021 14:12:50 -0800 (PST) From: dick To: Lars Ingebrigtsen Subject: Re: bug#52276: 28.0.50; [PATCH] Scuttle compiler warning in image.c References: <87r1asv97t.fsf@dick> <87r1as5gck.fsf@gnus.org> <874k7ojh7b.fsf@dick> <87bl1un3wl.fsf@gnus.org> Date: Sun, 05 Dec 2021 17:12:50 -0500 In-Reply-To: <87bl1un3wl.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 05 Dec 2021 22:22:02 +0100") Message-ID: <87ee6qitul.fsf@dick> User-Agent: Gnus/5.14 (Gnus v5.14) Commercial/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 52276 Cc: 52276@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) > You didn't answer my question, but: My bad: gcc-10 (Ubuntu 10.3.0-1ubuntu1~18.04~1) 10.3.0 I dodged your question with some blather about "--enable-checking" because the warning doesn't manifest without that configure switch. From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 05 17:28:36 2021 Received: (at 52276) by debbugs.gnu.org; 5 Dec 2021 22:28:36 +0000 Received: from localhost ([127.0.0.1]:59936 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtzzo-0001f5-0n for submit@debbugs.gnu.org; Sun, 05 Dec 2021 17:28:36 -0500 Received: from quimby.gnus.org ([95.216.78.240]:56980) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtzzm-0001eq-Ub for 52276@debbugs.gnu.org; Sun, 05 Dec 2021 17:28:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=chgQ2jfvT9Gs3+dObfW2rJGe3ufPD1M5JdFtDO10zWg=; b=ooN1lOc2WOVe/xiVwDhlH3PZQ1 Hs4xL42F+ouTXI+XM30qgHXECoUxMZg1cgkcyMy0374fn9kuGgxHlqtkDf9iEfpPOTBOOCS5BK1zN JtUwW3Kx4hjXw3DGliDCYOCqZc0xf7YEQekHvzTILLJmhiruce2oecSo0cGdJT9AgNVs=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mtzzd-0003Si-GD; Sun, 05 Dec 2021 23:28:28 +0100 From: Lars Ingebrigtsen To: dick Subject: Re: bug#52276: 28.0.50; [PATCH] Scuttle compiler warning in image.c References: <87r1asv97t.fsf@dick> <87r1as5gck.fsf@gnus.org> <874k7ojh7b.fsf@dick> <87bl1un3wl.fsf@gnus.org> <87ee6qitul.fsf@dick> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAJ1BMVEUaGhoiIyIfHx8e JiEcIR4pTDMiOCkvZD0UDBIzbkMcHSANDQ3///80p4IIAAAAAWJLR0QMgbNRYwAAAAd0SU1FB+UM BRYaI3KSackAAADPSURBVDjLY2AUxAqUGQQYwABKMQoKQDiGMBFmBlRgyMDAEpZmlpaWYgwkHeDi jIJAIrTUPLU8Ir2sNNQAoQNoAqNYalhaaoBZaGpqAlxcwBmkIy3VJS3BzCwZySggEGQpDa00iYzI DA0LRZJgBJqWGJZmEuZgFhaWaoCsg1HAhcXBhcGZAR0IMiowYAWMDDiAIHZhLgbcQIBEcdyW4wD4 LCfVrFGADoZLCHJRTwICBDCDhouABmJARwOCzdHR0dG9e/fujo4dQHL3DiCXgQEA0lEnRjB5cFYA AAAldEVYdGRhdGU6Y3JlYXRlADIwMjEtMTItMDVUMjI6MjY6MzUrMDA6MDB4yXK3AAAAJXRFWHRk YXRlOm1vZGlmeQAyMDIxLTEyLTA1VDIyOjI2OjM1KzAwOjAwCZTKCwAAAABJRU5ErkJggg== X-Now-Playing: Talking Heads's _Fear of Music_: "Drugs" Date: Sun, 05 Dec 2021 23:28:25 +0100 In-Reply-To: <87ee6qitul.fsf@dick> (dick's message of "Sun, 05 Dec 2021 17:12:50 -0500") Message-ID: <871r2qn0ty.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: dick writes: > My bad: > > gcc-10 (Ubuntu 10.3.0-1ubuntu1~18.04~1) 10.3.0 Ah, I see... Ah! I didn't see the warning on Debian stable because I didn't have libwebp installed there. And the compiler bug is apparently gone in gcc 11. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 52276 Cc: 52276@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) dick writes: > My bad: > > gcc-10 (Ubuntu 10.3.0-1ubuntu1~18.04~1) 10.3.0 Ah, I see... Ah! I didn't see the warning on Debian stable because I didn't have libwebp installed there. And the compiler bug is apparently gone in gcc 11. But since the warning is manifesting in the current release of a major distribution, I think adding a workaround is in order, and I'm applying your patch to Emacs 29. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From unknown Tue Jun 17 20:08:29 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 03 Jan 2022 12:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator