7 void AllWarningEnd(
bool);
8 void setError(
int errorID) { m_b8f =
true; mErrorID = errorID; }
9 static void CreateWarningManager();
10 static void addWarningForbid() NOINLINE { m_WarningForbid++; }
11 static void subWarningForbid() NOINLINE {
if (m_WarningForbid > 0) m_WarningForbid--; }
12 static bool isWarning() NOINLINE {
return m_Created && m_WarningCheck; }
13 static bool isWarningInline() {
return m_Created && m_WarningCheck; }
24 static bool m_Created;
25 static bool m_WarningCheck;
26 static int m_WarningForbid;