emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make-docfile warnings


From: Stefan Kangas
Subject: Re: make-docfile warnings
Date: Mon, 3 Jan 2022 22:00:37 -0500

Po Lu <luangruo@yahoo.com> writes:

> I get these trying to build make-docfile:
>
> make-docfile.c: In function ‘scan_lisp_file’:
> make-docfile.c:1333:7: warning: unused variable ‘flen’ [-Wunused-variable]
>  1333 |   int flen = strlen (filename);
>       |       ^~~~
> make-docfile.c:1332:7: warning: unused variable ‘i’ [-Wunused-variable]
>  1332 |   int i;

I removed those unused variables in commit 24a52df738.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]