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():
|
def check():
|
||||||
cmd = [CPPCHECK_PATH,
|
cmd = [CPPCHECK_PATH,
|
||||||
'-D_GNUC',
|
'-D__GNUC__',
|
||||||
'--bug-hunting',
|
'--bug-hunting',
|
||||||
'--inconclusive',
|
'--inconclusive',
|
||||||
'--platform=unix64',
|
'--platform=unix64',
|
||||||
|
|
Loading…
Reference in New Issue