audk/MdeModulePkg/Core
Liming Gao 733c0c88c3 MdeModulePkg: Remove NORETURN for PeiCore() and DxeMain() function
PeiCore EntryPoint library _ModuleEntryPoint() will call PeiCore(), then call
CpuDeadLoop (). When NORETURN is added for PeiCore(), MSVC compiler will report
warning C4702: unreachable code for CpuDeadLoop (). And, the warning is treated
as error and cause build break. DxeMain() has the similar issue.

edk2 uses EntryPoint library to wrap every module entry point function except
for SEC. The module entry point is still called by _ModuleEntryPoint(). So,
there will be negative impact to add NORETURN for the module entry point.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
2016-06-23 15:45:40 +08:00
..
Dxe MdeModulePkg: Remove NORETURN for PeiCore() and DxeMain() function 2016-06-23 15:45:40 +08:00
DxeIplPeim MdeModulePkg: Allow DxeIpl to load without permanent memory 2016-05-30 09:31:53 +08:00
Pei MdeModulePkg: Remove NORETURN for PeiCore() and DxeMain() function 2016-06-23 15:45:40 +08:00
PiSmmCore MdeModulePkg/PiSmmIpl: Check order of EndOfDxe and DxeSmmReadyToLock 2016-05-30 09:41:02 +08:00
RuntimeDxe MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00