contrib: Filter out -Wreturn-type in fold-const-call.c.
contrib/ChangeLog: * filter-clang-warnings.py: Filter out one warning.
This commit is contained in:
parent
ee01694151
commit
11013814fc
@ -49,6 +49,7 @@ def skip_warning(filename, message):
|
||||
'sse.md': ['-Wparentheses-equality', '-Wtautological-compare'],
|
||||
'mmx.md': ['-Wtautological-compare'],
|
||||
'genautomata.c': ['-Wstring-plus-int'],
|
||||
'fold-const-call.c': ['-Wreturn-type'],
|
||||
'gfortran.texi': [''],
|
||||
'libtool': ['']
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user