Re: [PATCH 1/2] gnulib: Bring back the fix for resolving unused variable

2025-06-23 Thread Daniel Kiper via Grub-devel
On Wed, Jun 18, 2025 at 07:12:15PM +, Lidong Chen wrote: > This patch resolved a minor issue spotted by Coverity: > a983d36bd917 gnulib/regexec: Resolve unused variable > > But, it was removed by the gnulib update: > 2b7902459803 Update gnulib version and drop most gnulib patches > > It cau

[PATCH 1/2] gnulib: Bring back the fix for resolving unused variable

2025-06-18 Thread Lidong Chen via Grub-devel
This patch resolved a minor issue spotted by Coverity: a983d36bd917 gnulib/regexec: Resolve unused variable But, it was removed by the gnulib update: 2b7902459803 Update gnulib version and drop most gnulib patches It caused Coverity to continue to flag the issue. Daniel Kiper sugguested to br