audk/CryptoPkg
jljusten f114914b39 CryptoPkg SysCall Lib: Fix warning with GCC in CrtWrapper.c
Exit is declared to be 'noreturn' function, but GCC sees
that the empty function will return.  Therefore, GCC flags
a warning.

To work-around this, we use a function pointer, along with
a cast to force the code to think that a 'noreturn' function
is being called.

Signed-off-by: jljusten
Reviewed-by: qlong

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11609 6f19259b-4bc3-4df7-8a09-765794883524
2011-05-04 00:56:33 +00:00
..
Application/Cryptest Refine code to make code follow the coding style. 2011-01-13 01:05:59 +00:00
CryptRuntimeDxe Add CryptoPkg (from UDK2010.UP3) 2010-11-01 06:30:58 +00:00
Include CryptoPkg OpenSslSupport.h: Do not instantiate data in an include file 2011-05-04 00:56:11 +00:00
Library CryptoPkg SysCall Lib: Fix warning with GCC in CrtWrapper.c 2011-05-04 00:56:33 +00:00
CryptoPkg.dec Add CryptoPkg (from UDK2010.UP3) 2010-11-01 06:30:58 +00:00
CryptoPkg.dsc Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. 2011-04-20 00:18:57 +00:00