grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v4 0/1] enable checkers on grub-module-verifierxx


From: Robbie Harwood
Subject: [PATCH v4 0/1] enable checkers on grub-module-verifierxx
Date: Tue, 4 Oct 2022 17:05:19 -0400

Address Daniel's comments on previous version.

In particular, gcc (Debian 12.2.0-3) only warns when the redefinition is
to a different value.  It gets confused by the space, so just remove it.
This causes

    gcc -x c -fsyntax-only -Iinclude -I. util/grub-module-verifierXX.c

to build without warnings.

Interdiff attached.

Be well,
--Robbie

Peter Jones (1):
  grub-module-verifierxx.c: enable running standalone checkers

 util/grub-module-verifier32.c | 2 ++
 util/grub-module-verifier64.c | 2 ++
 util/grub-module-verifierXX.c | 9 +++++++++
 3 files changed, 13 insertions(+)

Interdiff against v3:
-- 
2.35.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]