|
| From: | A.R. Burgers |
| Subject: | [Octave-bug-tracker] [bug #62017] 5 warnings on unused variables detected by clang 13 |
| Date: | Thu, 10 Feb 2022 03:27:11 -0500 (EST) |
URL:
<https://savannah.gnu.org/bugs/?62017>
Summary: 5 warnings on unused variables detected by clang 13
Project: GNU Octave
Submitted by: arb
Submitted on: Thu 10 Feb 2022 08:27:09 AM UTC
Category: Interpreter
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Missed Error or Warning
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Release: dev
Discussion Lock: Any
Operating System: Any
_______________________________________________________
Details:
clang 13 reports multiple unused variables:
libinterp/parse-tree/oct-lvalue.h:110:21: warning: private field 'm_nel' is
not used [-Wunused-private-field]
libinterp/parse-tree/pt-eval.cc:137:17: warning: private field 'm_debug_frame'
is not used [-Wunused-private-field]
libinterp/corefcn/oct-stream.cc:6597:17: warning: variable 'char_count' set
but not used [-Wunused-but-set-variable]
liboctave/util/str-vec.cc:247:23: warning: variable 'pos' set but not used
[-Wunused-but-set-variable]
libgui/src/m-editor/octave-qscintilla.cc:1038:9: warning: lambda capture
'this' is not used [-Wunused-lambda-capture]
changesets coming
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?62017>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |