contrib: filter out one more Clang warning.
contrib/ChangeLog: * filter-clang-warnings.py: Filter out one another warning for sse.md.
This commit is contained in:
parent
9718bc4b03
commit
603a9ab41f
@ -46,7 +46,8 @@ def skip_warning(filename, message):
|
||||
'generic-match.cc': ['-Wunused-', '-Wtautological-compare'],
|
||||
'i386.md': ['-Wparentheses-equality', '-Wtautological-compare',
|
||||
'-Wtautological-overlap-compare'],
|
||||
'sse.md': ['-Wparentheses-equality', '-Wtautological-compare'],
|
||||
'sse.md': ['-Wparentheses-equality', '-Wtautological-compare',
|
||||
'-Wconstant-logical-operand'],
|
||||
'mmx.md': ['-Wtautological-compare'],
|
||||
'genautomata.cc': ['-Wstring-plus-int'],
|
||||
'fold-const-call.cc': ['-Wreturn-type'],
|
||||
|
Loading…
Reference in New Issue
Block a user