contrib: filter out mmx.md file.
contrib/ChangeLog: * filter-clang-warnings.py: Filter out -Wtautological-compare for the file.
This commit is contained in:
parent
703d8a4d39
commit
d7705b0ada
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ def skip_warning(filename, message):
|
|||
'i386.md': ['-Wparentheses-equality', '-Wtautological-compare',
|
||||
'-Wtautological-overlap-compare'],
|
||||
'sse.md': ['-Wparentheses-equality', '-Wtautological-compare'],
|
||||
'mmx.md': ['-Wtautological-compare'],
|
||||
'genautomata.c': ['-Wstring-plus-int'],
|
||||
'gfortran.texi': [''],
|
||||
'libtool': ['']
|
||||
|
|
Loading…
Add table
Reference in a new issue