IntelFrameworkModulePkg: Fix MSFT C4255 warning

V2:
Fix MSFT C4255 warning
V1:
Enable MSFT C4255 warning.

From MSDN:
Compiler Warning (level 4) C4255
function' : no function prototype given: converting '()' to '(void)'
The compiler did not find an explicit list of arguments to a function.
This warning is for the C compiler only.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bell Song <binx.song@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
Song, BinX 2017-11-10 12:10:48 +08:00 committed by Liming Gao
parent 36513f3a6b
commit 2344d341e1
3 changed files with 3 additions and 0 deletions

View File

@ -1040,6 +1040,7 @@ TianoDecompress (
RETURN_STATUS
EFIAPI
TianoDecompressLibConstructor (
VOID
)
{
return ExtractGuidedSectionRegisterHandlers (

View File

@ -207,6 +207,7 @@ LzmaArchGuidedSectionExtraction (
EFI_STATUS
EFIAPI
LzmaArchDecompressLibConstructor (
VOID
)
{
return ExtractGuidedSectionRegisterHandlers (

View File

@ -190,6 +190,7 @@ LzmaGuidedSectionExtraction (
EFI_STATUS
EFIAPI
LzmaDecompressLibConstructor (
VOID
)
{
return ExtractGuidedSectionRegisterHandlers (