diff --git a/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c b/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c index 5d64f02645..cb009e7771 100644 --- a/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c +++ b/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c @@ -1040,6 +1040,7 @@ TianoDecompress ( RETURN_STATUS EFIAPI TianoDecompressLibConstructor ( + VOID ) { return ExtractGuidedSectionRegisterHandlers ( diff --git a/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/F86GuidedSectionExtraction.c b/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/F86GuidedSectionExtraction.c index ada9a809fa..b02dc515f8 100644 --- a/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/F86GuidedSectionExtraction.c +++ b/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/F86GuidedSectionExtraction.c @@ -207,6 +207,7 @@ LzmaArchGuidedSectionExtraction ( EFI_STATUS EFIAPI LzmaArchDecompressLibConstructor ( + VOID ) { return ExtractGuidedSectionRegisterHandlers ( diff --git a/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/GuidedSectionExtraction.c b/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/GuidedSectionExtraction.c index f19e0d28cd..7ef9fbbfc6 100644 --- a/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/GuidedSectionExtraction.c +++ b/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/GuidedSectionExtraction.c @@ -190,6 +190,7 @@ LzmaGuidedSectionExtraction ( EFI_STATUS EFIAPI LzmaDecompressLibConstructor ( + VOID ) { return ExtractGuidedSectionRegisterHandlers (