Skip to content

Commit be5d702

Browse files
committed
Remove wxWidgets folder from CppCheck ignores.
1 parent faabc7c commit be5d702

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Tools/CppCheck.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ def Main (argv):
2222
'--suppress=cstyleCast',
2323
'--suppress=missingInclude',
2424
'--suppress=useStlAlgorithm',
25-
'-iNodeEngineTest',
26-
'-iwxWidgetsAppSupport',
27-
'-iwxWidgetsTestApp'
25+
'-iNodeEngineTest'
2826
]
2927
proc = subprocess.Popen (command, shell = True, stdout = subprocess.PIPE, stderr = subprocess.PIPE)
3028
stdout, stderr = proc.communicate ()

0 commit comments

Comments
 (0)