Merge pull request #1 from dmorrill10/master

Resolved gcc compiler warning (Thanks Dustin!)
This commit is contained in:
Mark VanderVoord
2013-08-24 13:43:31 -07:00
+1 -1
View File
@@ -62,7 +62,7 @@ extern volatile CEXCEPTION_FRAME_T CExceptionFrames[];
CExceptionFrames[MY_ID].pFrame = (jmp_buf*)(&NewFrame); \
CExceptionFrames[MY_ID].Exception = CEXCEPTION_NONE; \
if (setjmp(NewFrame) == 0) { \
if (&PrevFrame)
if (1)
//Catch (see C file for explanation)
#define Catch(e) \