On Sat, Aug 30, 2025 at 10:32:39PM -0500, Andrew Hamilton wrote: > Attempts to build GRUB with Clang were failing due to errors > such as: > error: redefinition of typedef 'gcry_md_hd_t' is a C11 feature > > Correct this by adding a compiler pramga to disable the > Clang "typedef-redefinition" warnings. This required an update > to crypto.h and the import_gcry.py script to add the pragma > to libgcrypt-grub's types.h due to "u16" and similar types. > > Signed-off-by: Andrew Hamilton <[email protected]>
Reviewed-by: Daniel Kiper <[email protected]> Daniel _______________________________________________ Grub-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/grub-devel
