From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 54DE0385C6D9; Tue, 31 Oct 2023 16:33:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 54DE0385C6D9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698770018; bh=iZ55s6sxE/b65QLhjtqTF5Llp4sT3D9j2PpRdmR5Oew=; h=From:To:Subject:Date:From; b=ULXM8DGayxJDpdl4q/d+QDw/z85X4DkvT7e96VKM0afzTYyGfWD16xdcWdoi5/T11 zTTTpvXl/X8M8HJZrBr8R0vpwrFxvTLbf0LgrZDbraGfzqrxoGefBZeh9vpJ12xIxW AxgSV5bXPqQqRPkr3mm4yBtBgJstzWk7Z52+A858= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/112317] New: Latest set of clang warnings Date: Tue, 31 Oct 2023 16:33:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.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 target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D112317 Bug ID: 112317 Summary: Latest set of clang warnings Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: dcb314 at hotmail dot com Target Milestone: --- >From a clang build of gcc trunk, I get $ grep /analyzer/ mk.out ../../trunk.year/gcc/analyzer/access-diagram.cc:976:26: warning: private fi= eld 'm_col_widths' is not used [-Wunused-private-field] ../../trunk.year/gcc/analyzer/region-model.cc:1914:20: warning: unused vari= able 'limited_sval' [-Wunused-variable] ../../trunk.year/gcc/analyzer/region-model.cc:1884:16: warning: unused vari= able 'strlen_sval' [-Wunused-variable] ../../trunk.year/gcc/analyzer/region-model.h:892:8: warning: 'warn' overrid= es a member function but is not marked 'override' [-Winconsistent-missing-overri= de] $=20 Given that these have been hanging around for weeks, it might be worth fixi= ng them.=