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
# default max configs is set to 12, warn if code contains more configurations than that
3963
-
_, stdout, stderr=cppcheck(args)
3963
+
_, _, stderr=cppcheck(args)
3964
3964
assertstderr.splitlines() == [
3965
3965
'{}:0:0: information: Too many #ifdef configurations - cppcheck only checks 12 of 20 configurations. Use --force to check all configurations. [toomanyconfigs]'.format(test_file)
0 commit comments