36a9133c8e
PCCTS parser generator uses K&R-style function pointers void (*)() which modern GCC (12+) rejects under -Werror (treats () as (void)). Build with -std=gnu89 -Wno-error for the BaseTools C toolchain.