From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id DA4293857B80; Tue, 27 Sep 2022 17:02:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DA4293857B80 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664298172; bh=DWru+VX0c0G8Oi0DOL+hT8nmMBJDoxr1jQbpR9mOKzg=; h=From:To:Subject:Date:From; b=JiQ6xknwFKtD0mzuHxY/dJp73LYMFe7Y3vyMdSBOdrZcmKXYT6D79ZPgDx3+d6OXO tmBTwlK+I9/b2QCy5PRCbSEqQLsXTggE3XEmu8qLhpvtNJPL+gQ7mxOW+KCxHal0bn bIN3nz7oHudRFOjTATsuxLqg2H6v/zD5CiKCAIW0= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/rust/master] Update expected warnings post merge X-Act-Checkin: gcc X-Git-Author: Iain Buclaw X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: 76425e19243cc310566fe7fd2f772039f9b8ec9f X-Git-Newrev: 875cb50f9ff205104ee775f3b578abd56618bfc2 Message-Id: <20220927170252.DA4293857B80@sourceware.org> Date: Tue, 27 Sep 2022 17:02:52 +0000 (GMT) List-Id: https://gcc.gnu.org/g:875cb50f9ff205104ee775f3b578abd56618bfc2 commit 875cb50f9ff205104ee775f3b578abd56618bfc2 Author: Iain Buclaw Date: Tue Sep 27 16:32:46 2022 +0200 Update expected warnings post merge Diff: --- .github/bors_log_expected_warnings | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/bors_log_expected_warnings b/.github/bors_log_expected_warnings index 7caf9e63cd8..62809ef2734 100644 --- a/.github/bors_log_expected_warnings +++ b/.github/bors_log_expected_warnings @@ -1,7 +1,7 @@ ../../../../libffi/src/x86/ffi.c:612:1: warning: label ‘out’ defined but not used [-Wunused-label] -../../../libcpp/expr.cc:808:18: warning: format not a string literal and no format arguments [-Wformat-security] -../../../libcpp/expr.cc:811:39: warning: format not a string literal and no format arguments [-Wformat-security] -../../../libcpp/expr.cc:821:34: warning: format not a string literal and no format arguments [-Wformat-security] +../../../libcpp/expr.cc:807:18: warning: format not a string literal and no format arguments [-Wformat-security] +../../../libcpp/expr.cc:810:39: warning: format not a string literal and no format arguments [-Wformat-security] +../../../libcpp/expr.cc:820:34: warning: format not a string literal and no format arguments [-Wformat-security] ../../../libcpp/macro.cc:186:23: warning: format not a string literal and no format arguments [-Wformat-security] ../../../libcpp/macro.cc:215:24: warning: format not a string literal and no format arguments [-Wformat-security] ../../../libcpp/macro.cc:3704:58: warning: format not a string literal and no format arguments [-Wformat-security] @@ -67,8 +67,8 @@ ../../gcc/analyzer/varargs.cc:509:7: warning: too many arguments for format [-Wformat-extra-args] ../../gcc/analyzer/varargs.cc:520:45: warning: unknown conversion type character ‘@’ in format [-Wformat=] ../../gcc/analyzer/varargs.cc:520:7: warning: too many arguments for format [-Wformat-extra-args] -../../gcc/c-family/c-common.cc:6612:30: warning: format not a string literal and no format arguments [-Wformat-security] -../../gcc/c-family/c-common.cc:6616:33: warning: format not a string literal and no format arguments [-Wformat-security] +../../gcc/c-family/c-common.cc:6623:30: warning: format not a string literal and no format arguments [-Wformat-security] +../../gcc/c-family/c-common.cc:6627:33: warning: format not a string literal and no format arguments [-Wformat-security] ../../gcc/c/c-convert.cc:84:31: warning: format not a string literal and no format arguments [-Wformat-security] ../../gcc/c/c-typeck.cc:11921:42: warning: format not a string literal and no format arguments [-Wformat-security] ../../gcc/c/c-typeck.cc:3713:28: warning: format not a string literal and no format arguments [-Wformat-security] @@ -83,8 +83,6 @@ ../../gcc/config/i386/i386.cc:2565:8: warning: unknown conversion type character ‘{’ in format [-Wformat=] ../../gcc/config/i386/i386.cc:2565:8: warning: unknown conversion type character ‘}’ in format [-Wformat=] ../../gcc/diagnostic.cc:2206:52: warning: format not a string literal and no format arguments [-Wformat-security] -../../gcc/doc/sourcebuild.texi:1452: warning: node `Add Options' is next for `Effective-Target Keywords' in menu but not in sectioning -../../gcc/doc/sourcebuild.texi:2946: warning: node `Effective-Target Keywords' is prev for `Add Options' in menu but not in sectioning ../../gcc/fold-const.cc:314:42: warning: format not a string literal and no format arguments [-Wformat-security] ../../gcc/gcc.cc:10475:12: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result] ../../gcc/gcc.cc:7708:9: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result] @@ -103,7 +101,7 @@ ../../gcc/lto/lto-common.cc:2075:10: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result] ../../gcc/lto/lto-common.cc:2077:9: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] ../../gcc/lto/lto-common.cc:2097:10: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result] -../../gcc/omp-low.cc:10629:19: warning: ‘T’ conversion used within a quoted sequence [-Wformat=] +../../gcc/omp-low.cc:10632:19: warning: ‘T’ conversion used within a quoted sequence [-Wformat=] ../../gcc/omp-low.cc:1547:23: warning: ‘T’ conversion used within a quoted sequence [-Wformat=] ../../gcc/omp-low.cc:1552:23: warning: ‘T’ conversion used within a quoted sequence [-Wformat=] ../../gcc/omp-oacc-kernels-decompose.cc:1500:23: warning: ‘T’ conversion used within a quoted sequence [-Wformat=] @@ -129,9 +127,9 @@ ../../gcc/tree-diagnostic-path.cc:68:23: warning: unknown conversion type character ‘@’ in format [-Wformat=] ../../gcc/tree-diagnostic-path.cc:68:26: warning: format ‘%s’ expects argument of type ‘char*’, but argument 3 has type ‘diagnostic_event_id_t*’ [-Wformat=] ../../gcc/tree-ssa-sccvn.cc:280:67: warning: format not a string literal and no format arguments [-Wformat-security] -../../libcpp/expr.cc:808:18: warning: format not a string literal and no format arguments [-Wformat-security] -../../libcpp/expr.cc:811:39: warning: format not a string literal and no format arguments [-Wformat-security] -../../libcpp/expr.cc:821:34: warning: format not a string literal and no format arguments [-Wformat-security] +../../libcpp/expr.cc:807:18: warning: format not a string literal and no format arguments [-Wformat-security] +../../libcpp/expr.cc:810:39: warning: format not a string literal and no format arguments [-Wformat-security] +../../libcpp/expr.cc:820:34: warning: format not a string literal and no format arguments [-Wformat-security] ../../libcpp/macro.cc:186:23: warning: format not a string literal and no format arguments [-Wformat-security] ../../libcpp/macro.cc:215:24: warning: format not a string literal and no format arguments [-Wformat-security] ../../libcpp/macro.cc:3704:58: warning: format not a string literal and no format arguments [-Wformat-security]