contrib: filter out -Wc++20-extensions
contrib/ChangeLog: * filter-clang-warnings.py: Filter -Wc++20-extensions as it does not respect proper attribute detection.
This commit is contained in:
parent
cab8f69857
commit
1ddf11d364
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ def skip_warning(filename, message):
|
|||
'when in C++ mode, this behavior is deprecated',
|
||||
'-Wignored-attributes', '-Wgnu-zero-variadic-macro-arguments',
|
||||
'-Wformat-security', '-Wundefined-internal',
|
||||
'-Wunknown-warning-option'],
|
||||
'-Wunknown-warning-option', '-Wc++20-extensions'],
|
||||
'insn-modes.c': ['-Wshift-count-overflow'],
|
||||
'insn-emit.c': ['-Wtautological-compare'],
|
||||
'insn-attrtab.c': ['-Wparentheses-equality'],
|
||||
|
|
Loading…
Add table
Reference in a new issue