You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// the internal errorlist is cleared after each check() call
621
-
ASSERT_EQUALS(1, errorLogger.errmsgs.size());
622
-
constauto it = errorLogger.errmsgs.cbegin();
623
-
ASSERT_EQUALS("a.c:0:0: information: Too many #ifdef configurations - cppcheck only checks 2 of 4 configurations. Use --force to check all configurations. [toomanyconfigs]", it->toString(false, templateFormat, ""));
0 commit comments