> On Sep 7, 2024, at 10:54 PM, Eli Zaretskii <[email protected]> wrote:
>
>> From: Yuan Fu <[email protected]>
>> Date: Sat, 7 Sep 2024 22:44:53 -0700
>> Cc: Wilhelm Kirschbaum <[email protected]>,
>> Eli Zaretskii <[email protected]>,
>> [email protected]
>>
>> Meanwhile, I want to push the fix for the other bug I discovered to
>> emacs-30. Eli, I wrote a debugging function that prints parser states,
>> naturally this function isn’t called anywhere so there’ll be a compiler
>> warning, what should I do in this case?
>
> Why would there be a compiler warning? What kind of warning?
A function-not-used warning. Maybe it’s an lldb thing?
Yuan