public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5804] contrib: Filter out -Wreturn-type in fold-const-call.c.
@ 2021-12-06 13:09 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-12-06 13:09 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:11013814fc83b62a8a367d550b2b6ea0ab9ef8c6

commit r12-5804-g11013814fc83b62a8a367d550b2b6ea0ab9ef8c6
Author: Martin Liska <mliska@suse.cz>
Date:   Mon Dec 6 14:08:53 2021 +0100

    contrib: Filter out -Wreturn-type in fold-const-call.c.
    
    contrib/ChangeLog:
    
            * filter-clang-warnings.py: Filter out one warning.

Diff:
---
 contrib/filter-clang-warnings.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/filter-clang-warnings.py b/contrib/filter-clang-warnings.py
index 345d015baf6..5b82dadedb3 100755
--- a/contrib/filter-clang-warnings.py
+++ b/contrib/filter-clang-warnings.py
@@ -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': ['']
     }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-06 13:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-06 13:09 [gcc r12-5804] contrib: Filter out -Wreturn-type in fold-const-call.c Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).