audk/CryptoPkg/Library/BaseCryptLib
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
..
Cipher Update CryptoPkg for new ciphers (HMAC, Block Cipher, etc) supports. 2010-11-02 06:06:38 +00:00
Hash 1. Add new API supports for PEM & X509 key retrieving & verification; 2010-12-31 07:22:48 +00:00
Hmac 1. Add new API supports for PEM & X509 key retrieving & verification; 2010-12-31 07:22:48 +00:00
Pem Refine code to make code follow the coding style. 2011-01-13 01:05:59 +00:00
Pk 1. Add new API supports for PEM & X509 key retrieving & verification; 2010-12-31 07:22:48 +00:00
Rand Update CryptoPkg for new ciphers (HMAC, Block Cipher, etc) supports. 2010-11-02 06:06:38 +00:00
SysCall CryptoPkg SysCall Lib: Fix warning with GCC in CrtWrapper.c 2011-05-04 00:56:33 +00:00
BaseCryptLib.inf 1. Add new API supports for PEM & X509 key retrieving & verification; 2010-12-31 07:22:48 +00:00
InternalCryptLib.h Update CryptoPkg for new ciphers (HMAC, Block Cipher, etc) supports. 2010-11-02 06:06:38 +00:00
PeiCryptLib.inf 1. enable /GL optimization building on OpensslLib. 2010-11-26 07:23:30 +00:00
RuntimeCryptLib.inf 1. enable /GL optimization building on OpensslLib. 2010-11-26 07:23:30 +00:00
SmmCryptLib.inf 1. enable /GL optimization building on OpensslLib. 2010-11-26 07:23:30 +00:00