From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 90CD13858C53; Tue, 26 Apr 2022 17:33:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 90CD13858C53 From: "yuri at tsoft dot com" To: elfutils-devel@sourceware.org Subject: [Bug general/29093] New: clang fails to compile 0.187: error.c:50:17: Date: Tue, 26 Apr 2022 17:33:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: general X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: yuri at tsoft dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2022 17:33:48 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29093 Bug ID: 29093 Summary: clang fails to compile 0.187: error.c:50:17: Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: general Assignee: unassigned at sourceware dot org Reporter: yuri at tsoft dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- > cc -D_GNU_SOURCE -DHAVE_CONFIG_H -DLOCALEDIR=3D'"/usr/local/share/locale"= ' -I. -I.. -I. -I. -I../lib -I.. -I./../libelf -fno-omit-frame-pointer -I/= usr/local/include -std=3Dgnu99 -Wall -Wshadow -Wformat=3D2 -Wold-style-defi= nition -Wstrict-prototypes -Wnull-dereference -Wimplicit-fallthrough -We= rror -Wunused -Wextra -fPIC -D_FORTIFY_SOURCE=3D3 -O2 -pipe -fno-omit-fr= ame-pointer -I/usr/local/share/gnulib/lib -Wno-null-dereference -Wno-unuse= d-value -DFREEBSD_HAS_MEMPCPY -fstack-protector-strong -fno-strict-aliasing= -MT obstack_printf.o -MD -MP -MF .deps/obstack_printf.Tpo -c -o obstack_p= rintf.o obstack_printf.c > error.c:50:17: error: format string is not a string literal [-Werror,-Wfo= rmat-nonliteral] > verr(status, format, ap); > ^~~~~~ > error.c:52:18: error: format string is not a string literal [-Werror,-Wfo= rmat-nonliteral] > verrx(status, format, ap); > ^~~~~~ > error.c:55:10: error: format string is not a string literal [-Werror,-Wfo= rmat-nonliteral] > vwarn(format, ap); > ^~~~~~ > error.c:57:11: error: format string is not a string literal [-Werror,-Wfo= rmat-nonliteral] > vwarnx(format, ap); > ^~~~~~ > 4 errors generated. --=20 You are receiving this mail because: You are on the CC list for the bug.=