]> git.ipfire.org Git - thirdparty/grub.git/commit
gnulib: Bring back the fix for resolving unused variable issue
authorLidong Chen <lidong.chen@oracle.com>
Thu, 26 Jun 2025 15:05:01 +0000 (17:05 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 26 Jun 2025 15:19:25 +0000 (17:19 +0200)
commit5eca564b19f4891990074200b2391d3c0ab92b42
tree505a61d1b58aed70875d582bc6ebbf12f89486dd
parentac1512b872af8567b408518a7efa01607a0219ae
gnulib: Bring back the fix for resolving unused variable issue

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
suggested to bring back the patch a983d36bd917 (gnulib/regexec: Resolve
unused variable).

Fixes: CID 292459
Signed-off-by: Lidong Chen <lidong.chen@oracle.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
bootstrap.conf
conf/Makefile.extra-dist
grub-core/lib/gnulib-patches/fix-unused-value.patch [new file with mode: 0644]