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:
Martin Liska 2022-01-23 10:52:41 +01:00
parent 9718bc4b03
commit 603a9ab41f
1 changed files with 2 additions and 1 deletions

View File

@ -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'],