[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#71638: 30.0.50; Compilation warnings
From: |
Stefan Kangas |
Subject: |
bug#71638: 30.0.50; Compilation warnings |
Date: |
Sat, 29 Jun 2024 22:36:30 -0700 |
Eli Zaretskii <eliz@gnu.org> writes:
>> From: Rudolf Adamkovič <rudolf@adamkovic.org>
>> Cc: Po Lu <luangruo@yahoo.com>, 71638@debbugs.gnu.org
>> Date: Thu, 20 Jun 2024 15:24:19 +0200
>>
>> Eli Zaretskii <eliz@gnu.org> writes:
>>
>> > Thanks, I tried to fix that now on master.
>>
>> All warnings are gone *except* this one:
>>
>> xwidget.c:492:17: warning: variable 'f' set but not used
>> struct frame *f = NULL;
>> ^
>
> Sorry, this one you will have to live with: the setting of 'f' is part
> of checking the validity of the function's arguments, so it must be
> left alone.
>
>> Also, CC'in Po Lu, as after his 'cebca072c33', I *cannot build*:
>>
>> CC nsxwidget.o
>> nsfns.m:1320:3: error: use of undeclared identifier 'image_cache_refcount'
>> image_cache_refcount =
>> ^
>> nsfns.m:3025:3: error: use of undeclared identifier 'image_cache_refcount'
>> image_cache_refcount =
>> ^
>> 2 errors generated.
>
> Please try again, I think this was fixed meanwhile.
It seems like everything was fixed here, so I'm closing this.