emacs-devel
[Top][All Lists]
Advanced

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

Re: make-docfile warnings


From: Po Lu
Subject: Re: make-docfile warnings
Date: Tue, 04 Jan 2022 11:34:05 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

Stefan Kangas <stefankangas@gmail.com> writes:

> 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.

Thanks.


reply via email to

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