We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d020c commit a4fe26cCopy full SHA for a4fe26c
lib/CException.c
@@ -1,9 +1,15 @@
1
#include "CException.h"
2
3
+#ifdef __GNUC__
4
#pragma GCC diagnostic push
5
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
6
+#endif
7
+
8
volatile CEXCEPTION_FRAME_T CExceptionFrames[CEXCEPTION_NUM_ID] = {{ 0 }};
9
10
11
#pragma GCC diagnostic pop
12
13
14
//------------------------------------------------------------------------------------------
15
// Throw
0 commit comments