From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2287 invoked by alias); 15 May 2017 15:52:24 -0000 Mailing-List: contact libabigail-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Id: List-Subscribe: Sender: libabigail-owner@sourceware.org Received: (qmail 1923 invoked by uid 48); 15 May 2017 15:52:11 -0000 From: "jwakely.gcc at gmail dot com" To: libabigail@sourceware.org Subject: [Bug default/21485] problems compiling with clang Date: Sun, 01 Jan 2017 00:00:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: libabigail X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jwakely.gcc at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dodji at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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-SW-Source: 2017-q2/txt/msg00022.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D21485 --- Comment #5 from Jonathan Wakely --- Ah, I see the second patch undoes that change. IMHO -Wno-mismatched-tags should always be used with Clang, it's a silly warning. For most of the "condition without parentheses" I would simply change it to: d =3D func(); if (d) ... instead of adding parentheses. --=20 You are receiving this mail because: You are on the CC list for the bug.