]> git.ipfire.org Git - thirdparty/grub.git/commit
build: Tolerate unused-but-set in generated lexer/bison files
authorVladimir Serbinenko <phcoder@gmail.com>
Thu, 24 Aug 2023 00:32:26 +0000 (02:32 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 12 Dec 2023 16:18:18 +0000 (17:18 +0100)
commit3815acc57bd0402078693b36425b07f0d15a1695
tree012103e7808bd99f19c9e8d3f46c00fc8248fbb2
parentc129e44e7f9af9f0a753c5490f6cc36c25aa6579
build: Tolerate unused-but-set in generated lexer/bison files

We don't really control the small aspects of generated files and NetBSD
version has an unused variable that is then detected by gcc as warning
that is then promoted to error.

Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Makefile.util.def
grub-core/Makefile.core.def