Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2019 15:31:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 238194] cam/scsi/scsi_*.c: the 'softc' variable is assigned but not used
Message-ID:  <bug-238194-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238194

            Bug ID: 238194
           Summary: cam/scsi/scsi_*.c: the 'softc' variable is assigned
                    but not used
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: danfe@FreeBSD.org

PVS Studio reported the following warnings:

/usr/src/sys/cam/scsi/scsi_ch.c:746:1: warning: V1001 The 'softc' variable =
is
assigned but is not used by the end of the function.
/usr/src/sys/cam/scsi/scsi_pass.c:2282:1: warning: V1001 The 'softc' variab=
le
is assigned but is not used by the end of the function.
/usr/src/sys/cam/scsi/scsi_enc.c:338:1: warning: V1001 The 'softc' variable=
 is
assigned but is not used by the end of the function.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238194-227>