]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
contrib: filter out mmx.md file.
authorMartin Liska <mliska@suse.cz>
Sat, 2 Oct 2021 11:30:28 +0000 (13:30 +0200)
committerMartin Liska <mliska@suse.cz>
Sat, 2 Oct 2021 11:30:54 +0000 (13:30 +0200)
contrib/ChangeLog:

* filter-clang-warnings.py: Filter out -Wtautological-compare
for the file.

contrib/filter-clang-warnings.py

index 72b5bbe322e4059b38bcabe032b46d9c1df7b0f2..361a5c6a09860a0b7e4e4fd5f8c920ad117a91a0 100755 (executable)
@@ -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': ['']