Bug hunting: in cve tests use proper compiler define
This commit is contained in:
parent
184977730c
commit
4a96799446
|
@ -18,7 +18,7 @@ RUN_CLANG = ('--clang' in sys.argv)
|
|||
|
||||
def check():
|
||||
cmd = [CPPCHECK_PATH,
|
||||
'-D_GNUC',
|
||||
'-D__GNUC__',
|
||||
'--bug-hunting',
|
||||
'--inconclusive',
|
||||
'--platform=unix64',
|
||||
|
|
Loading…
Reference in New Issue