mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 21:01:29 +08:00
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
@ -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…
x
Reference in New Issue
Block a user