contrib: filter more in filter-clang-warnings.py
contrib/ChangeLog: * filter-clang-warnings.py: Filter more cases.
This commit is contained in:
parent
4c6a47c7dd
commit
5b17c3c605
@ -44,10 +44,12 @@ def skip_warning(filename, message):
|
||||
'insn-attrtab.c': ['-Wparentheses-equality'],
|
||||
'gimple-match.c': ['-Wunused-', '-Wtautological-compare'],
|
||||
'generic-match.c': ['-Wunused-', '-Wtautological-compare'],
|
||||
'i386.md': ['-Wparentheses-equality', '-Wtautological-compare'],
|
||||
'i386.md': ['-Wparentheses-equality', '-Wtautological-compare',
|
||||
'-Wtautological-overlap-compare'],
|
||||
'sse.md': ['-Wparentheses-equality', '-Wtautological-compare'],
|
||||
'genautomata.c': ['-Wstring-plus-int']
|
||||
|
||||
'genautomata.c': ['-Wstring-plus-int'],
|
||||
'gfortran.texi': [''],
|
||||
'libtool': ['']
|
||||
}
|
||||
|
||||
for name, ignores in ignores.items():
|
||||
|
Loading…
Reference in New Issue
Block a user