Bug hunting: in cve tests use proper compiler define

This commit is contained in:
Daniel Marjamäki 2020-05-01 20:29:11 +02:00
parent 184977730c
commit 4a96799446
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ RUN_CLANG = ('--clang' in sys.argv)
def check():
cmd = [CPPCHECK_PATH,
'-D_GNUC',
'-D__GNUC__',
'--bug-hunting',
'--inconclusive',
'--platform=unix64',