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
2011-04-28 17:15:31 +00:00
2011-04-27 17:07:34 +00:00
2011-02-15 12:13:00 +00:00
2011-03-31 12:59:00 +00:00
2011-04-09 01:15:01 +00:00
2011-05-03 10:31:41 +00:00
2011-05-03 18:50:46 +00:00
2011-02-02 22:54:50 +00:00
2011-04-28 01:39:31 +00:00
2011-04-28 17:15:31 +00:00
2011-03-14 08:50:25 +00:00
2011-02-15 12:12:21 +00:00
2011-02-16 12:21:31 +00:00
2011-02-16 12:21:31 +00:00
Description
Acidanthera UEFI Development Kit based on EDK II edk2-stable202405
319 MiB
Languages
C 76.4%
Assembly 10.5%
Python 9.3%
Rich Text Format 1.5%
C++ 0.8%
Other 1.1%