Skip to content

Instantly share code, notes, and snippets.

@mattmacy
Created February 22, 2018 23:14
Show Gist options
  • Save mattmacy/c52d142363302631b094d5e8c46a961f to your computer and use it in GitHub Desktop.
Save mattmacy/c52d142363302631b094d5e8c46a961f to your computer and use it in GitHub Desktop.
--------------------------------------------------------------
>>> Kernel build for BHYVE started on Thu Feb 22 15:12:20 PST 2018
--------------------------------------------------------------
===> BHYVE
--------------------------------------------------------------
>>> stage 1: configuring the kernel
--------------------------------------------------------------
Kernel build directory is /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
Don't forget to do ``make cleandepend && make depend''
--------------------------------------------------------------
>>> stage 2.1: cleaning up the object tree
--------------------------------------------------------------
--------------------------------------------------------------
>>> stage 2.3: build tools
--------------------------------------------------------------
--------------------------------------------------------------
>>> stage 3.1: building everything
--------------------------------------------------------------
WARNING: ctfconvert: enum pmc_event has too many values: 2629 > 1023
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/common/t4_hw.c: In function 't4_set_trace_filter':
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/common/t4_hw.c:5755:6: warning: variable 'multitrc' set but not used [-Wunused-but-set-variable]
u32 multitrc = F_TRCMULTIFILTER;
^~~~~~~~
In file included from ./machine/endian.h:6:0,
from /usr/home/mmacy/devel/networking/sys/sys/types.h:46,
from /usr/home/mmacy/devel/networking/sys/sys/param.h:96,
from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/common/t4_hw.c:34:
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/common/t4_hw.c: In function 't4_fw_hello':
./x86/endian.h:70:26: warning: overflow in implicit constant conversion [-Woverflow]
(((__uint32_t)__bswap16((x) & 0xffff) << 16) | __bswap16((x) >> 16))
^
./x86/endian.h:77:53: note: in definition of macro '__bswap16'
__bswap16_gen((__uint16_t)(x)) : __bswap16_var(x)))
^
./x86/endian.h:80:6: note: in expansion of macro '__bswap32_gen'
__bswap32_gen((__uint32_t)(x)) : __bswap32_var(x))
^~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/endian.h:62:20: note: in expansion of macro '__bswap32'
#define bswap32(x) __bswap32(x)
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/endian.h:71:20: note: in expansion of macro 'bswap32'
#define htobe32(x) bswap32((x))
^~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/osdep.h:109:24: note: in expansion of macro 'htobe32'
#define cpu_to_be32(x) htobe32(x)
^~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/common/t4_hw.c:6583:23: note: in expansion of macro 'cpu_to_be32'
c.err_to_clearinit = cpu_to_be32(
^~~~~~~~~~~
WARNING: ctfconvert: enum pmc_event has too many values: 2629 > 1023
/usr/home/mmacy/devel/networking/sys/dev/cyapa/cyapa.c: In function 'cyapa_raw_input':
/usr/home/mmacy/devel/networking/sys/dev/cyapa/cyapa.c:1262:6: warning: variable 'k' set but not used [-Wunused-but-set-variable]
int k;
^
/usr/home/mmacy/devel/networking/sys/dev/hwpmc/hwpmc_soft.c: In function 'soft_write_pmc':
/usr/home/mmacy/devel/networking/sys/dev/hwpmc/hwpmc_soft.c:292:27: warning: variable 'pd' set but not used [-Wunused-but-set-variable]
const struct soft_descr *pd;
^~
WARNING: ctfconvert: enum pmc_event has too many values: 2629 > 1023
WARNING: ctfconvert: enum pmc_event has too many values: 2629 > 1023
ERROR: ctfconvert: file does not contain dwarf type data (try compiling with -g)
In file included from /usr/home/mmacy/devel/networking/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:121:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/cddl/compat/opensolaris/sys/proc.h:34:0,
from /usr/home/mmacy/devel/networking/sys/cddl/compat/opensolaris/sys/kmem.h:33,
from /usr/home/mmacy/devel/networking/sys/cddl/compat/opensolaris/sys/kobj.h:33,
from /usr/home/mmacy/devel/networking/sys/sys/linker.h:37,
from /usr/home/mmacy/devel/networking/sys/cddl/compat/opensolaris/sys/modctl.h:34,
from /usr/home/mmacy/devel/networking/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:74:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/ipmi/ipmi_kcs.c: In function 'kcs_clear_obf':
/usr/home/mmacy/devel/networking/sys/dev/ipmi/ipmi_kcs.c:105:6: warning: variable 'data' set but not used [-Wunused-but-set-variable]
int data;
^~~~
/usr/home/mmacy/devel/networking/sys/dev/ipmi/ipmi_kcs.c: In function 'kcs_read_byte':
/usr/home/mmacy/devel/networking/sys/dev/ipmi/ipmi_kcs.c:278:9: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
u_char dummy;
^~~~~
/usr/home/mmacy/devel/networking/sys/dev/ipmi/ipmi_kcs.c: In function 'ipmi_kcs_probe_align':
/usr/home/mmacy/devel/networking/sys/dev/ipmi/ipmi_kcs.c:555:6: warning: variable 'data' set but not used [-Wunused-but-set-variable]
int data, status;
^~~~
WARNING: ctfconvert: enum pmc_event has too many values: 2629 > 1023
WARNING: ctfconvert: enum pmc_event has too many values: 2629 > 1023
In file included from /usr/home/mmacy/devel/networking/sys/net/if_bridge.c:87:0:
/usr/home/mmacy/devel/networking/sys/net/if_bridge.c: In function 'bridge_pfil':
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1089:1: warning: inlining failed in call to 'm_extrefcnt': call is unlikely and code size would grow [-Winline]
m_extrefcnt(struct mbuf *m)
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1119:6: note: called from here
(m_extrefcnt(m) == 1)))
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1193:3: note: in expansion of macro 'M_WRITABLE'
(M_WRITABLE(m) ? ((m)->m_data - M_START(m)) : 0)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1221:6: note: in expansion of macro 'M_LEADINGSPACE'
if (M_LEADINGSPACE(_mm) >= _mplen) { \
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/net/if_bridge.c:3523:4: note: in expansion of macro 'M_PREPEND'
M_PREPEND(mcur, sizeof(struct llc), M_NOWAIT);
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1089:1: warning: inlining failed in call to 'm_extrefcnt': call is unlikely and code size would grow [-Winline]
m_extrefcnt(struct mbuf *m)
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1119:6: note: called from here
(m_extrefcnt(m) == 1)))
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1193:3: note: in expansion of macro 'M_WRITABLE'
(M_WRITABLE(m) ? ((m)->m_data - M_START(m)) : 0)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1221:6: note: in expansion of macro 'M_LEADINGSPACE'
if (M_LEADINGSPACE(_mm) >= _mplen) { \
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/net/if_bridge.c:3533:3: note: in expansion of macro 'M_PREPEND'
M_PREPEND(mcur, ETHER_HDR_LEN, M_NOWAIT);
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_main.c: In function 't4_detach':
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_main.c:1290:18: warning: variable 'sc' set but not used [-Wunused-but-set-variable]
struct adapter *sc;
^~
/usr/home/mmacy/devel/networking/sys/dev/intpm/intpm.c: In function 'intsmb_alrintr':
/usr/home/mmacy/devel/networking/sys/dev/intpm/intpm.c:469:6: warning: variable 'slvcnt' set but not used [-Wunused-but-set-variable]
int slvcnt;
^~~~~~
/usr/home/mmacy/devel/networking/sys/dev/intpm/intpm.c: In function 'intsmb_bread':
/usr/home/mmacy/devel/networking/sys/dev/intpm/intpm.c:834:9: warning: variable 'data' set but not used [-Wunused-but-set-variable]
u_char data, nread;
^~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_main.c: In function 'sysctl_tc_params':
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_main.c:8238:18: warning: comparison between 'enum fw_sched_params_rate' and 'enum <anonymous>' [-Wenum-compare]
if (tc.ratemode == SCHED_CLASS_RATEMODE_REL) {
^~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_main.c:8242:25: warning: comparison between 'enum fw_sched_params_rate' and 'enum <anonymous>' [-Wenum-compare]
} else if (tc.ratemode == SCHED_CLASS_RATEMODE_ABS) {
^~
/usr/home/mmacy/devel/networking/sys/dev/ipmi/ipmi_acpi.c: In function 'ipmi_acpi_attach':
/usr/home/mmacy/devel/networking/sys/dev/ipmi/ipmi_acpi.c:82:23: warning: variable 'info' set but not used [-Wunused-but-set-variable]
struct ipmi_get_info info;
^~~~
WARNING: ctfconvert: enum pmc_event has too many values: 2629 > 1023
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_vf.c:40:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h: In function 't4vf_attach':
./pci_if.h:355:21: warning: inlining failed in call to 'PCI_MSIX_COUNT': call is unlikely and code size would grow [-Winline]
static __inline int PCI_MSIX_COUNT(device_t dev, device_t child)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_vf.c:40:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:533:13: note: called from here
return (PCI_MSIX_COUNT(device_get_parent(dev), dev));
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_vf.c:40:
./pci_if.h:341:21: warning: inlining failed in call to 'PCI_MSI_COUNT': call is unlikely and code size would grow [-Winline]
static __inline int PCI_MSI_COUNT(device_t dev, device_t child)
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_vf.c:40:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:527:13: note: called from here
return (PCI_MSI_COUNT(device_get_parent(dev), dev));
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_vf.c:40:
./pci_if.h:257:21: warning: inlining failed in call to 'PCI_ALLOC_MSIX': call is unlikely and code size would grow [-Winline]
static __inline int PCI_ALLOC_MSIX(device_t dev, device_t child, int *count)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_vf.c:40:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:491:13: note: called from here
return (PCI_ALLOC_MSIX(device_get_parent(dev), dev, count));
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_vf.c:40:
./pci_if.h:243:21: warning: inlining failed in call to 'PCI_ALLOC_MSI': call is unlikely and code size would grow [-Winline]
static __inline int PCI_ALLOC_MSI(device_t dev, device_t child, int *count)
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_vf.c:40:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:485:13: note: called from here
return (PCI_ALLOC_MSI(device_get_parent(dev), dev, count));
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_vf.c:40:
./pci_if.h:257:21: warning: inlining failed in call to 'PCI_ALLOC_MSIX': call is unlikely and code size would grow [-Winline]
static __inline int PCI_ALLOC_MSIX(device_t dev, device_t child, int *count)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_vf.c:40:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:491:13: note: called from here
return (PCI_ALLOC_MSIX(device_get_parent(dev), dev, count));
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_vf.c:40:
./pci_if.h:243:21: warning: inlining failed in call to 'PCI_ALLOC_MSI': call is unlikely and code size would grow [-Winline]
static __inline int PCI_ALLOC_MSI(device_t dev, device_t child, int *count)
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_vf.c:40:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:485:13: note: called from here
return (PCI_ALLOC_MSI(device_get_parent(dev), dev, count));
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_vf.c:40:
./pci_if.h:355:21: warning: inlining failed in call to 'PCI_MSIX_COUNT': call is unlikely and code size would grow [-Winline]
static __inline int PCI_MSIX_COUNT(device_t dev, device_t child)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_vf.c:40:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:533:13: note: called from here
return (PCI_MSIX_COUNT(device_get_parent(dev), dev));
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_vf.c:40:
./pci_if.h:341:21: warning: inlining failed in call to 'PCI_MSI_COUNT': call is unlikely and code size would grow [-Winline]
static __inline int PCI_MSI_COUNT(device_t dev, device_t child)
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_vf.c:40:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:527:13: note: called from here
return (PCI_MSI_COUNT(device_get_parent(dev), dev));
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WARNING: ctfconvert: enum pmc_event has too many values: 2629 > 1023
WARNING: ctfconvert: enum pmc_event has too many values: 2629 > 1023
In file included from /usr/home/mmacy/devel/networking/sys/cddl/dev/profile/profile.c:39:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/cddl/compat/opensolaris/sys/proc.h:34:0,
from /usr/home/mmacy/devel/networking/sys/cddl/compat/opensolaris/sys/mutex.h:37,
from /usr/home/mmacy/devel/networking/sys/sys/eventhandler.h:36,
from /usr/home/mmacy/devel/networking/sys/sys/conf.h:46,
from /usr/home/mmacy/devel/networking/sys/cddl/dev/profile/profile.c:35:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
WARNING: ctfconvert: enum pmc_event has too many values: 2629 > 1023
cc1: all warnings being treated as errors
--- profile.o ---
*** [profile.o] Error code 1
make[5]: stopped in /usr/home/mmacy/devel/networking/sys/modules/dtrace/profile
--- all_subdir_dtrace/profile ---
*** [all_subdir_dtrace/profile] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/dtrace
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_sched.c: In function 'update_tx_sched':
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_sched.c:231:20: warning: self-comparison always evaluates to true [-Wtautological-compare]
tc->pktsize == tc->pktsize) {
^~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_sched.c: In function 't4_set_sched_class':
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_sched.c:181:13: warning: 'tc' may be used uninitialized in this function [-Wmaybe-uninitialized]
tc->flags |= TX_CLRL_ERROR;
~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_sched.c:77:26: note: 'tc' was declared here
struct tx_cl_rl_params *tc;
^~
In file included from /usr/home/mmacy/devel/networking/sys/cddl/dev/systrace/systrace.c:39:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/cddl/compat/opensolaris/sys/proc.h:34:0,
from /usr/home/mmacy/devel/networking/sys/cddl/compat/opensolaris/sys/mutex.h:37,
from /usr/home/mmacy/devel/networking/sys/sys/eventhandler.h:36,
from /usr/home/mmacy/devel/networking/sys/sys/conf.h:46,
from /usr/home/mmacy/devel/networking/sys/cddl/dev/systrace/systrace.c:34:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/cddl/dev/fbt/fbt.c:39:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/cddl/compat/opensolaris/sys/proc.h:34:0,
from /usr/home/mmacy/devel/networking/sys/cddl/compat/opensolaris/sys/mutex.h:37,
from /usr/home/mmacy/devel/networking/sys/sys/eventhandler.h:36,
from /usr/home/mmacy/devel/networking/sys/sys/conf.h:46,
from /usr/home/mmacy/devel/networking/sys/cddl/dev/fbt/fbt.c:35:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
WARNING: ctfconvert: enum pmc_event has too many values: 2629 > 1023
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_sge.c: In function 'write_txpkt_vm_wr':
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_sge.c:4387:39: warning: variable 'nsegs' set but not used [-Wunused-but-set-variable]
int csum_type, len16, ndesc, pktlen, nsegs;
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_main.c:49:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h: In function 't4_attach':
./pci_if.h:355:21: warning: inlining failed in call to 'PCI_MSIX_COUNT': call is unlikely and code size would grow [-Winline]
static __inline int PCI_MSIX_COUNT(device_t dev, device_t child)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_main.c:49:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:533:13: note: called from here
return (PCI_MSIX_COUNT(device_get_parent(dev), dev));
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_main.c:49:
./pci_if.h:341:21: warning: inlining failed in call to 'PCI_MSI_COUNT': call is unlikely and code size would grow [-Winline]
static __inline int PCI_MSI_COUNT(device_t dev, device_t child)
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_main.c:49:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:527:13: note: called from here
return (PCI_MSI_COUNT(device_get_parent(dev), dev));
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_main.c:49:
./pci_if.h:355:21: warning: inlining failed in call to 'PCI_MSIX_COUNT': call is unlikely and code size would grow [-Winline]
static __inline int PCI_MSIX_COUNT(device_t dev, device_t child)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_main.c:49:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:533:13: note: called from here
return (PCI_MSIX_COUNT(device_get_parent(dev), dev));
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_main.c:49:
./pci_if.h:341:21: warning: inlining failed in call to 'PCI_MSI_COUNT': call is unlikely and code size would grow [-Winline]
static __inline int PCI_MSI_COUNT(device_t dev, device_t child)
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_main.c:49:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:527:13: note: called from here
return (PCI_MSI_COUNT(device_get_parent(dev), dev));
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
--- fbt.o ---
*** [fbt.o] Error code 1
make[5]: stopped in /usr/home/mmacy/devel/networking/sys/modules/dtrace/fbt
--- all_subdir_dtrace/fbt ---
*** [all_subdir_dtrace/fbt] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/dtrace
In file included from /usr/home/mmacy/devel/networking/sys/cddl/dev/systrace/systrace.c:39:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/cddl/compat/opensolaris/sys/proc.h:34:0,
from /usr/home/mmacy/devel/networking/sys/cddl/compat/opensolaris/sys/mutex.h:37,
from /usr/home/mmacy/devel/networking/sys/sys/eventhandler.h:36,
from /usr/home/mmacy/devel/networking/sys/sys/conf.h:46,
from /usr/home/mmacy/devel/networking/sys/cddl/dev/systrace/systrace.c:34:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/cddl/dev/systrace/systrace.c:39:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/cddl/compat/opensolaris/sys/proc.h:34:0,
from /usr/home/mmacy/devel/networking/sys/cddl/compat/opensolaris/sys/mutex.h:37,
from /usr/home/mmacy/devel/networking/sys/sys/eventhandler.h:36,
from /usr/home/mmacy/devel/networking/sys/sys/conf.h:46,
from /usr/home/mmacy/devel/networking/sys/cddl/dev/systrace/systrace.c:34:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/iwm/if_iwm.c: In function 'iwm_pcie_load_cpu_sections':
/usr/home/mmacy/devel/networking/sys/dev/iwm/if_iwm.c:2542:6: warning: variable 'shift_param' set but not used [-Wunused-but-set-variable]
int shift_param;
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/iwm/if_iwm.c: In function 'iwm_handle_rxb':
/usr/home/mmacy/devel/networking/sys/dev/iwm/if_iwm.c:5386:41: warning: variable 'notif' set but not used [-Wunused-but-set-variable]
struct iwm_lmac_scan_complete_notif *notif;
^~~~~
/usr/home/mmacy/devel/networking/sys/dev/iwm/if_iwm.c: In function 'iwm_intr':
/usr/home/mmacy/devel/networking/sys/dev/iwm/if_iwm.c:5530:14: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
int r1, r2, rv = 0;
^~
/usr/home/mmacy/devel/networking/sys/dev/iwm/if_iwm.c: In function 'iwm_pci_attach':
/usr/home/mmacy/devel/networking/sys/dev/iwm/if_iwm.c:5755:13: warning: variable 'error' set but not used [-Wunused-but-set-variable]
int count, error, rid;
^~~~~
cc1: all warnings being treated as errors
--- systrace.o ---
*** [systrace.o] Error code 1
make[5]: stopped in /usr/home/mmacy/devel/networking/sys/modules/dtrace/systrace
--- all_subdir_dtrace/systrace ---
*** [all_subdir_dtrace/systrace] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/dtrace
cc1: all warnings being treated as errors
--- systrace.o ---
*** [systrace.o] Error code 1
make[5]: stopped in /usr/home/mmacy/devel/networking/sys/modules/dtrace/systrace_linux
--- all_subdir_dtrace/systrace_linux ---
*** [all_subdir_dtrace/systrace_linux] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/dtrace
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_sge.c: In function 'eth_tx':
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_sge.c:2670:12: warning: 'pidx_last' may be used uninitialized in this function [-Wmaybe-uninitialized]
txq->sdesc[pidx_last].m = m0;
^
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/t4_sge.c:2620:12: note: 'pidx_last' was declared here
int i, n, pidx_last, total_desc;
^~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/cddl/dev/systrace/systrace.c:39:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/cddl/compat/opensolaris/sys/proc.h:34:0,
from /usr/home/mmacy/devel/networking/sys/cddl/compat/opensolaris/sys/mutex.h:37,
from /usr/home/mmacy/devel/networking/sys/sys/eventhandler.h:36,
from /usr/home/mmacy/devel/networking/sys/sys/conf.h:46,
from /usr/home/mmacy/devel/networking/sys/cddl/dev/systrace/systrace.c:34:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
iwm3160fw.c: In function 'iwm3160fw_fw_modevent':
iwm3160fw.c:18:30: warning: variable 'parent' set but not used [-Wunused-but-set-variable]
const struct firmware *fp, *parent;
^~~~~~
iwm7260fw.c: In function 'iwm7260fw_fw_modevent':
iwm7260fw.c:18:30: warning: variable 'parent' set but not used [-Wunused-but-set-variable]
const struct firmware *fp, *parent;
^~~~~~
cc1: all warnings being treated as errors
--- systrace.o ---
*** [systrace.o] Error code 1
make[5]: stopped in /usr/home/mmacy/devel/networking/sys/modules/dtrace/systrace_linux32
--- all_subdir_dtrace/systrace_linux32 ---
*** [all_subdir_dtrace/systrace_linux32] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/dtrace
iwm7265fw.c: In function 'iwm7265fw_fw_modevent':
iwm7265fw.c:18:30: warning: variable 'parent' set but not used [-Wunused-but-set-variable]
const struct firmware *fp, *parent;
^~~~~~
iwm7265Dfw.c: In function 'iwm7265Dfw_fw_modevent':
iwm7265Dfw.c:18:30: warning: variable 'parent' set but not used [-Wunused-but-set-variable]
const struct firmware *fp, *parent;
^~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/tom/t4_listen.c:43:0:
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/tom/t4_listen.c: In function 'do_pass_accept_req':
/usr/home/mmacy/devel/networking/sys/sys/refcount.h:51:1: warning: inlining failed in call to 'refcount_acquire': call is unlikely and code size would grow [-Winline]
refcount_acquire(volatile u_int *count)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/tom/t4_listen.c:262:2: note: called from here
refcount_acquire(&lctx->refcount);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/tom/t4_listen.c:43:0:
/usr/home/mmacy/devel/networking/sys/sys/refcount.h:51:1: warning: inlining failed in call to 'refcount_acquire': call is unlikely and code size would grow [-Winline]
refcount_acquire(volatile u_int *count)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/tom/t4_listen.c:639:2: note: called from here
refcount_acquire(&synqe->refcnt);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/tom/t4_listen.c:643:1: warning: inlining failed in call to 'release_synqe': call is unlikely and code size would grow [-Winline]
release_synqe(struct synq_entry *synqe)
^~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/tom/t4_listen.c:1401:3: note: called from here
release_synqe(synqe); /* removed from synq list */
^~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/tom/t4_listen.c:643:1: warning: inlining failed in call to 'release_synqe': call is unlikely and code size would grow [-Winline]
release_synqe(struct synq_entry *synqe)
^~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/tom/t4_listen.c:1406:3: note: called from here
release_synqe(synqe); /* extra hold */
^~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/tom/t4_listen.c:643:1: warning: inlining failed in call to 'release_synqe': call is unlikely and code size would grow [-Winline]
release_synqe(struct synq_entry *synqe)
^~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/tom/t4_listen.c:1429:3: note: called from here
release_synqe(synqe); /* extra hold */
^~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/tom/t4_listen.c:643:1: warning: inlining failed in call to 'release_synqe': call is unlikely and code size would grow [-Winline]
release_synqe(struct synq_entry *synqe)
^~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/tom/t4_listen.c:1435:2: note: called from here
release_synqe(synqe); /* extra hold */
^~~~~~~~~~~~~~~~~~~~
iwm8000Cfw.c: In function 'iwm8000Cfw_fw_modevent':
iwm8000Cfw.c:18:30: warning: variable 'parent' set but not used [-Wunused-but-set-variable]
const struct firmware *fp, *parent;
^~~~~~
iwm8265fw.c: In function 'iwm8265fw_fw_modevent':
iwm8265fw.c:18:30: warning: variable 'parent' set but not used [-Wunused-but-set-variable]
const struct firmware *fp, *parent;
^~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/cudbg/cudbg_lib.c: In function 'collect_cim_qcfg':
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/cudbg/cudbg_lib.c:2389:6: warning: variable 'cim_num_obq' set but not used [-Wunused-but-set-variable]
int cim_num_obq, rc = 0;
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/compat/linprocfs/linprocfs.c: In function 'linprocfs_doprocmaps':
/usr/home/mmacy/devel/networking/sys/compat/linprocfs/linprocfs.c:1009:31: warning: variable 'flags' set but not used [-Wunused-but-set-variable]
int ref_count, shadow_count, flags;
^~~~~
/usr/home/mmacy/devel/networking/sys/compat/linprocfs/linprocfs.c:1009:17: warning: variable 'shadow_count' set but not used [-Wunused-but-set-variable]
int ref_count, shadow_count, flags;
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/compat/linprocfs/linprocfs.c:1009:6: warning: variable 'ref_count' set but not used [-Wunused-but-set-variable]
int ref_count, shadow_count, flags;
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_main.c: In function 'ixl_intr':
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_main.c:672:18: warning: variable 'more_rx' set but not used [-Wunused-but-set-variable]
bool more_tx, more_rx;
^~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_main.c:672:9: warning: variable 'more_tx' set but not used [-Wunused-but-set-variable]
bool more_tx, more_rx;
^~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_main.c: In function 'ixl_set_promisc':
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_main.c:846:7: warning: variable 'err' set but not used [-Wunused-but-set-variable]
int err, mcnt = 0;
^~~
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_main.c: In function 'ixl_setup_queue_msix':
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_main.c:1301:20: warning: variable 'txr' set but not used [-Wunused-but-set-variable]
struct tx_ring *txr;
^~~
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_main.c: In function 'ixl_initialize_vsi':
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_main.c:2157:9: warning: variable 'size' set but not used [-Wunused-but-set-variable]
u16 size;
^~~~
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_main.c: In function 'ixl_handle_mdd_event':
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_main.c:3624:7: warning: variable 'pf_mdd_detected' set but not used [-Wunused-but-set-variable]
bool pf_mdd_detected = false;
^~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_main.c: In function 'ixl_update_eth_stats':
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_main.c:4085:29: warning: variable 'nsd' set but not used [-Wunused-but-set-variable]
struct i40e_hw_port_stats *nsd;
^~~
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_main.c: In function 'ixl_update_vsi_stats':
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_main.c:4140:17: warning: variable 'ifp' set but not used [-Wunused-but-set-variable]
struct ifnet *ifp;
^~~
cc1: all warnings being treated as errors
--- systrace.o ---
*** [systrace.o] Error code 1
make[5]: stopped in /usr/home/mmacy/devel/networking/sys/modules/dtrace/systrace_freebsd32
--- all_subdir_dtrace/systrace_freebsd32 ---
*** [all_subdir_dtrace/systrace_freebsd32] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/dtrace
In file included from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/common/common.h:430:0,
from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/crypto/t4_crypto.c:44:
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/crypto/t4_crypto.c: In function 'ccr_process':
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/adapter.h:1248:1: warning: inlining failed in call to 't4_wrq_tx': call is unlikely and code size would grow [-Winline]
t4_wrq_tx(struct adapter *sc, struct wrqe *wr)
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/crypto/t4_crypto.c:537:2: note: called from here
t4_wrq_tx(sc->adapter, wr);
^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/common/common.h:430:0,
from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/crypto/t4_crypto.c:44:
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/adapter.h:1248:1: warning: inlining failed in call to 't4_wrq_tx': call is unlikely and code size would grow [-Winline]
t4_wrq_tx(struct adapter *sc, struct wrqe *wr)
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/crypto/t4_crypto.c:725:2: note: called from here
t4_wrq_tx(sc->adapter, wr);
^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/common/common.h:430:0,
from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/crypto/t4_crypto.c:44:
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/adapter.h:1248:1: warning: inlining failed in call to 't4_wrq_tx': call is unlikely and code size would grow [-Winline]
t4_wrq_tx(struct adapter *sc, struct wrqe *wr)
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/crypto/t4_crypto.c:1075:2: note: called from here
t4_wrq_tx(sc->adapter, wr);
^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/common/common.h:430:0,
from /usr/home/mmacy/devel/networking/sys/dev/cxgbe/crypto/t4_crypto.c:44:
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/adapter.h:1248:1: warning: inlining failed in call to 't4_wrq_tx': call is unlikely and code size would grow [-Winline]
t4_wrq_tx(struct adapter *sc, struct wrqe *wr)
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/crypto/t4_crypto.c:1392:2: note: called from here
t4_wrq_tx(sc->adapter, wr);
^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/tom/t4_connect.c: In function 't4_connect':
/usr/home/mmacy/devel/networking/sys/dev/cxgbe/tom/t4_connect.c:345:6: warning: variable 'reason' set but not used [-Wunused-but-set-variable]
int reason;
^~~~~~
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_txrx.c: In function 'ixl_txeof':
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_txrx.c:870:33: warning: variable 'eop_desc' set but not used [-Wunused-but-set-variable]
struct i40e_tx_desc *tx_desc, *eop_desc;
^~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_txrx.c:870:23: warning: variable 'tx_desc' set but not used [-Wunused-but-set-variable]
struct i40e_tx_desc *tx_desc, *eop_desc;
^~~~~~~
cc1: all warnings being treated as errors
--- dtrace.o ---
*** [dtrace.o] Error code 1
make[5]: stopped in /usr/home/mmacy/devel/networking/sys/modules/dtrace/dtrace
--- all_subdir_dtrace/dtrace ---
*** [all_subdir_dtrace/dtrace] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/dtrace
--- all_subdir_dtrace ---
*** [all_subdir_dtrace] Error code 1
make[3]: stopped in /usr/home/mmacy/devel/networking/sys/modules
/usr/home/mmacy/devel/networking/sys/dev/ixl/i40e_common.c: In function 'i40e_check_asq_alive':
/usr/home/mmacy/devel/networking/sys/dev/ixl/i40e_common.c:383:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (hw->aq.asq.len)
^~
/usr/home/mmacy/devel/networking/sys/dev/ixl/i40e_common.c:387:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (i40e_is_vf(hw))
^~
/usr/home/mmacy/devel/networking/sys/compat/linux/linux_event.c: In function 'eventfd_create':
/usr/home/mmacy/devel/networking/sys/compat/linux/linux_event.c:678:19: warning: variable 'fdp' set but not used [-Wunused-but-set-variable]
struct filedesc *fdp;
^~~
/usr/home/mmacy/devel/networking/sys/compat/linux/linux_event.c: In function 'linux_timerfd_create':
/usr/home/mmacy/devel/networking/sys/compat/linux/linux_event.c:972:19: warning: variable 'fdp' set but not used [-Wunused-but-set-variable]
struct filedesc *fdp;
^~~
/usr/home/mmacy/devel/networking/sys/compat/linux/linux_event.c: In function 'eventfd_create':
/usr/home/mmacy/devel/networking/sys/compat/linux/linux_event.c:678:19: warning: variable 'fdp' set but not used [-Wunused-but-set-variable]
struct filedesc *fdp;
^~~
/usr/home/mmacy/devel/networking/sys/compat/linux/linux_event.c: In function 'linux_timerfd_create':
/usr/home/mmacy/devel/networking/sys/compat/linux/linux_event.c:972:19: warning: variable 'fdp' set but not used [-Wunused-but-set-variable]
struct filedesc *fdp;
^~~
/usr/home/mmacy/devel/networking/sys/compat/linux/linux_misc.c: In function 'linux_waitid':
/usr/home/mmacy/devel/networking/sys/compat/linux/linux_misc.c:1043:15: warning: variable 'p' set but not used [-Wunused-but-set-variable]
struct proc *p;
^
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_iov.c: In function 'ixl_vf_alloc_vsi':
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_iov.c:127:18: warning: variable 'vsi' set but not used [-Wunused-but-set-variable]
struct ixl_vsi *vsi;
^~~
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_iov.c: In function 'ixl_vf_setup_vsi':
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_iov.c:196:18: warning: variable 'hw' set but not used [-Wunused-but-set-variable]
struct i40e_hw *hw;
^~
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_iov.c: In function 'ixl_iov_uninit':
/usr/home/mmacy/devel/networking/sys/dev/ixl/ixl_pf_iov.c:1735:16: warning: variable 'ifp' set but not used [-Wunused-but-set-variable]
struct ifnet *ifp;
^~~
/usr/home/mmacy/devel/networking/sys/compat/linux/linux_misc.c: In function 'linux_waitid':
/usr/home/mmacy/devel/networking/sys/compat/linux/linux_misc.c:1043:15: warning: variable 'p' set but not used [-Wunused-but-set-variable]
struct proc *p;
^
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/spinlock.h:38:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/mm.h:36,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_current.c:32:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/compat.h:35:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_current.c:30:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/spinlock.h:40:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/mm.h:36,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_current.c:32:
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/list.h: In function '__list_del':
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/compiler.h:82:28: warning: to be safe all intermediate pointers in cast from 'struct list_head **' to 'struct list_head * volatile*' must be 'const' qualified [-Wcast-qual]
#define ACCESS_ONCE(x) (*(volatile __typeof(x) *)&(x))
^
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/compiler.h:86:2: note: in expansion of macro 'ACCESS_ONCE'
ACCESS_ONCE(x) = (v); \
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/list.h:116:2: note: in expansion of macro 'WRITE_ONCE'
WRITE_ONCE(prev->next, next);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/compat/linux/linux_emul.c: In function 'linux_schedtail':
/usr/home/mmacy/devel/networking/sys/compat/linux/linux_emul.c:286:6: warning: variable 'error' set but not used [-Wunused-but-set-variable]
int error = 0;
^~~~~
/usr/home/mmacy/devel/networking/sys/compat/linux/linux_emul.c:285:15: warning: variable 'p' set but not used [-Wunused-but-set-variable]
struct proc *p;
^
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/spinlock.h:38:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/mutex.h:39,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kref.h:40,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kobject.h:37,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_idr.c:44:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/sched.h:36:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kernel.h:49,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kobject.h:36,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_idr.c:44:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
cc1: all warnings being treated as errors
--- linux_current.o ---
*** [linux_current.o] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/linuxkpi
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kernel.h:47:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kobject.h:36,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_idr.c:44:
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/list.h: In function '__list_del':
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/compiler.h:82:28: warning: to be safe all intermediate pointers in cast from 'struct list_head **' to 'struct list_head * volatile*' must be 'const' qualified [-Wcast-qual]
#define ACCESS_ONCE(x) (*(volatile __typeof(x) *)&(x))
^
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/compiler.h:86:2: note: in expansion of macro 'ACCESS_ONCE'
ACCESS_ONCE(x) = (v); \
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/list.h:116:2: note: in expansion of macro 'WRITE_ONCE'
WRITE_ONCE(prev->next, next);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/amd64/linux32/linux32_sysvec.c: In function 'elf_linux_fixup':
/usr/home/mmacy/devel/networking/sys/amd64/linux32/linux32_sysvec.c:234:29: warning: variable 'arginfo' set but not used [-Wunused-but-set-variable]
struct linux32_ps_strings *arginfo;
^~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/types.h:38:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/mm_types.h:32,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/sched.h:44,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kthread.h:34,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_kthread.c:31:
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/list.h: In function '__list_del':
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/compiler.h:82:28: warning: to be safe all intermediate pointers in cast from 'struct list_head **' to 'struct list_head * volatile*' must be 'const' qualified [-Wcast-qual]
#define ACCESS_ONCE(x) (*(volatile __typeof(x) *)&(x))
^
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/compiler.h:86:2: note: in expansion of macro 'ACCESS_ONCE'
ACCESS_ONCE(x) = (v); \
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/list.h:116:2: note: in expansion of macro 'WRITE_ONCE'
WRITE_ONCE(prev->next, next);
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/spinlock.h:38:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/wait.h:38,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_kthread.c:33:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h: At top level:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/compat.h:35:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_kthread.c:30:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
cc1: all warnings being treated as errors
--- linux_kthread.o ---
*** [linux_kthread.o] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/linuxkpi
/usr/home/mmacy/devel/networking/sys/amd64/linux/linux_sysvec.c: In function 'elf_linux_fixup':
/usr/home/mmacy/devel/networking/sys/amd64/linux/linux_sysvec.c:274:21: warning: variable 'arginfo' set but not used [-Wunused-but-set-variable]
struct ps_strings *arginfo;
^~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/spinlock.h:38:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/mutex.h:39,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/ww_mutex.h:36,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_lock.c:31:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/ww_mutex.h:32:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_lock.c:31:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
cc1: all warnings being treated as errors
--- linux_idr.o ---
*** [linux_idr.o] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/linuxkpi
cc1: all warnings being treated as errors
--- linux_lock.o ---
*** [linux_lock.o] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/linuxkpi
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/spinlock.h:38:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/mm.h:36,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_page.c:62:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_page.c:40:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/spinlock.h:38:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/mutex.h:39,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kref.h:40,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kobject.h:37,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_pci.c:48:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/sched.h:36:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kernel.h:49,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kobject.h:36,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_pci.c:48:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/types.h:38:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/page.h:34,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/gfp.h:39,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_page.c:61:
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/list.h: In function '__list_del':
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/compiler.h:82:28: warning: to be safe all intermediate pointers in cast from 'struct list_head **' to 'struct list_head * volatile*' must be 'const' qualified [-Wcast-qual]
#define ACCESS_ONCE(x) (*(volatile __typeof(x) *)&(x))
^
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/compiler.h:86:2: note: in expansion of macro 'ACCESS_ONCE'
ACCESS_ONCE(x) = (v); \
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/list.h:116:2: note: in expansion of macro 'WRITE_ONCE'
WRITE_ONCE(prev->next, next);
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kernel.h:47:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kobject.h:36,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_pci.c:48:
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/list.h: In function '__list_del':
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/compiler.h:82:28: warning: to be safe all intermediate pointers in cast from 'struct list_head **' to 'struct list_head * volatile*' must be 'const' qualified [-Wcast-qual]
#define ACCESS_ONCE(x) (*(volatile __typeof(x) *)&(x))
^
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/compiler.h:86:2: note: in expansion of macro 'ACCESS_ONCE'
ACCESS_ONCE(x) = (v); \
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/list.h:116:2: note: in expansion of macro 'WRITE_ONCE'
WRITE_ONCE(prev->next, next);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_pci.c: In function 'linux_pci_attach':
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_pci.c:127:13: warning: variable 'devclass' set but not used [-Wunused-but-set-variable]
devclass_t devclass;
^~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_rcu.c:41:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_rcu.c:36:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
cc1: all warnings being treated as errors
--- linux_page.o ---
*** [linux_page.o] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/linuxkpi
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kernel.h:47:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_schedule.c:37:
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/list.h: In function '__list_del':
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/compiler.h:82:28: warning: to be safe all intermediate pointers in cast from 'struct list_head **' to 'struct list_head * volatile*' must be 'const' qualified [-Wcast-qual]
#define ACCESS_ONCE(x) (*(volatile __typeof(x) *)&(x))
^
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/compiler.h:86:2: note: in expansion of macro 'ACCESS_ONCE'
ACCESS_ONCE(x) = (v); \
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/list.h:116:2: note: in expansion of macro 'WRITE_ONCE'
WRITE_ONCE(prev->next, next);
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/spinlock.h:38:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_schedule.c:40:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h: At top level:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_schedule.c:32:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
cc1: all warnings being treated as errors
--- linux_rcu.o ---
*** [linux_rcu.o] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/linuxkpi
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/spinlock.h:38:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/mutex.h:39,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kref.h:40,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kobject.h:37,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/device.h:36,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/interrupt.h:34,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_tasklet.c:37:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_tasklet.c:33:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
ERROR: ctfconvert: file does not contain dwarf type data (try compiling with -g)
cc1: all warnings being treated as errors
--- linux_pci.o ---
*** [linux_pci.o] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/linuxkpi
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_tasklet.c:36:0:
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/list.h: In function '__list_del':
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/compiler.h:82:28: warning: to be safe all intermediate pointers in cast from 'struct list_head **' to 'struct list_head * volatile*' must be 'const' qualified [-Wcast-qual]
#define ACCESS_ONCE(x) (*(volatile __typeof(x) *)&(x))
^
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/compiler.h:86:2: note: in expansion of macro 'ACCESS_ONCE'
ACCESS_ONCE(x) = (v); \
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/list.h:116:2: note: in expansion of macro 'WRITE_ONCE'
WRITE_ONCE(prev->next, next);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_usb.c: In function 'usb_linux_suspend':
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_usb.c:345:6: warning: variable 'err' set but not used [-Wunused-but-set-variable]
int err;
^~~
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_usb.c: In function 'usb_linux_resume':
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_usb.c:363:6: warning: variable 'err' set but not used [-Wunused-but-set-variable]
int err;
^~~
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_usb.c: In function 'usb_linux_free_device':
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_usb.c:1204:6: warning: variable 'err' set but not used [-Wunused-but-set-variable]
int err;
^~~
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_usb.c: In function 'usb_linux_cleanup_interface':
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_usb.c:1295:6: warning: variable 'err' set but not used [-Wunused-but-set-variable]
int err;
^~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/spinlock.h:38:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/mutex.h:39,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kref.h:40,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kobject.h:37,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_compat.c:62:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_compat.c:38:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/types.h:38:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/workqueue.h:34,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_work.c:30:
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/list.h: In function '__list_del':
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/compiler.h:82:28: warning: to be safe all intermediate pointers in cast from 'struct list_head **' to 'struct list_head * volatile*' must be 'const' qualified [-Wcast-qual]
#define ACCESS_ONCE(x) (*(volatile __typeof(x) *)&(x))
^
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/compiler.h:86:2: note: in expansion of macro 'ACCESS_ONCE'
ACCESS_ONCE(x) = (v); \
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/list.h:116:2: note: in expansion of macro 'WRITE_ONCE'
WRITE_ONCE(prev->next, next);
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/spinlock.h:38:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/wait.h:38,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_work.c:31:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h: At top level:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/sched.h:36:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kernel.h:49,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/workqueue.h:35,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_work.c:30:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kernel.h:47:0,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/kobject.h:36,
from /usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/src/linux_compat.c:62:
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/list.h: In function '__list_del':
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/compiler.h:82:28: warning: to be safe all intermediate pointers in cast from 'struct list_head **' to 'struct list_head * volatile*' must be 'const' qualified [-Wcast-qual]
#define ACCESS_ONCE(x) (*(volatile __typeof(x) *)&(x))
^
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/compiler.h:86:2: note: in expansion of macro 'ACCESS_ONCE'
ACCESS_ONCE(x) = (v); \
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/compat/linuxkpi/common/include/linux/list.h:116:2: note: in expansion of macro 'WRITE_ONCE'
WRITE_ONCE(prev->next, next);
^~~~~~~~~~
cc1: all warnings being treated as errors
--- linux_schedule.o ---
*** [linux_schedule.o] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/linuxkpi
cc1: all warnings being treated as errors
--- linux_tasklet.o ---
*** [linux_tasklet.o] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/linuxkpi
cc1: all warnings being treated as errors
--- linux_work.o ---
*** [linux_work.o] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/linuxkpi
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/usb/controller/ehci_pci.c:57:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h: In function 'ehci_pci_attach':
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': call is unlikely and code size would grow [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/usb/controller/ehci_pci.c:57:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:785:2: note: called from here
BUS_READ_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, &v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:304:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(pci, var, PCI, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:310:1: note: in expansion of macro 'PCI_ACCESSOR'
PCI_ACCESSOR(devid, DEVID, uint32_t)
^~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/usb/controller/ehci_pci.c:57:
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': call is unlikely and code size would grow [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/usb/controller/ehci_pci.c:57:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:785:2: note: called from here
BUS_READ_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, &v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:304:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(pci, var, PCI, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:314:1: note: in expansion of macro 'PCI_ACCESSOR'
PCI_ACCESSOR(revid, REVID, uint8_t)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/usb/controller/uhci.c: In function 'uhci_check_transfer':
/usr/home/mmacy/devel/networking/sys/dev/usb/controller/uhci.c:1313:11: warning: variable 'token' set but not used [-Wunused-but-set-variable]
uint32_t token;
^~~~~
/usr/home/mmacy/devel/networking/sys/dev/usb/controller/uhci.c: In function 'uhci_xfer_setup':
/usr/home/mmacy/devel/networking/sys/dev/usb/controller/uhci.c:2839:16: warning: variable 'sc' set but not used [-Wunused-but-set-variable]
uhci_softc_t *sc;
^~
cc1: all warnings being treated as errors
--- linux_compat.o ---
*** [linux_compat.o] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/linuxkpi
--- all_subdir_linuxkpi ---
*** [all_subdir_linuxkpi] Error code 1
make[3]: stopped in /usr/home/mmacy/devel/networking/sys/modules
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/cs4281.c: In function 'cs4281_rdcd':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/cs4281.c:260:9: warning: variable 'codecno' set but not used [-Wunused-but-set-variable]
int codecno;
^~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/cs4281.c: In function 'cs4281_wrcd':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/cs4281.c:294:9: warning: variable 'codecno' set but not used [-Wunused-but-set-variable]
int codecno;
^~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/usb/usb_core.c:57:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/usb/usb_core.c:56:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
cc1: all warnings being treated as errors
--- usb_core.o ---
*** [usb_core.o] Error code 1
make[5]: stopped in /usr/home/mmacy/devel/networking/sys/modules/usb/usb
/usr/home/mmacy/devel/networking/sys/amd64/vmm/vmm_instruction_emul.c: In function 'vm_gla2gpa':
/usr/home/mmacy/devel/networking/sys/amd64/vmm/vmm_instruction_emul.c:1888:24: warning: 'ptpbase' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (atomic_cmpset_64(&ptpbase[ptpindex], pte, pte | PG_M) == 0)
^~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/vmm_instruction_emul.c:1888:32: warning: 'ptpindex' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (atomic_cmpset_64(&ptpbase[ptpindex], pte, pte | PG_M) == 0)
^
/usr/home/mmacy/devel/networking/sys/amd64/vmm/vmm_instruction_emul.c:1893:38: warning: 'ptpshift' may be used uninitialized in this function [-Wmaybe-uninitialized]
pte >>= ptpshift; pte <<= (ptpshift + 12); pte >>= 12;
~~~~~~~~~~^~~~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/vmm_instruction_emul.c:1894:30: warning: 'pgsize' may be used uninitialized in this function [-Wmaybe-uninitialized]
*gpa = pte | (gla & (pgsize - 1));
~~~~~~~~^~~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/vmm_instruction_emul.c:1893:6: warning: 'pte' may be used uninitialized in this function [-Wmaybe-uninitialized]
pte >>= ptpshift; pte <<= (ptpshift + 12); pte >>= 12;
~~~~^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/csapcm.c: In function 'pcmcsa_attach':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/csapcm.c:780:6: warning: variable 'unit' set but not used [-Wunused-but-set-variable]
int unit;
^~~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vmnic.c: In function 'vb_rxd_pkt_get':
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vmnic.c:744:7: warning: variable 'parse_header' set but not used [-Wunused-but-set-variable]
bool parse_header;
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vmnic.c: In function 'vb_rx_completion':
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vmnic.c:847:9: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
cidx = (int)m->m_ext.ext_arg2;
^
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vmnic.c: In function 'vb_handle':
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vmnic.c:979:14: warning: variable 'cmd' set but not used [-Wunused-but-set-variable]
const char *cmd;
^~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vmnic.c: In function 'vb_if_input':
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vmnic.c:1114:6: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
int rc;
^~
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/ds1.c: In function 'ds_enadsp':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/ds1.c:341:12: warning: variable 'v' set but not used [-Wunused-but-set-variable]
u_int32_t v, i;
^
In file included from /usr/home/mmacy/devel/networking/sys/fs/tmpfs/tmpfs_vnops.c:66:0:
/usr/home/mmacy/devel/networking/sys/fs/tmpfs/tmpfs_vnops.c: In function 'tmpfs_rename':
/usr/home/mmacy/devel/networking/sys/fs/tmpfs/tmpfs.h:519:1: warning: inlining failed in call to 'VP_TO_TMPFS_DIR': call is unlikely and code size would grow [-Winline]
VP_TO_TMPFS_DIR(struct vnode *vp)
^~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/tmpfs/tmpfs_vnops.c:695:7: note: called from here
de = tmpfs_dir_lookup(VP_TO_TMPFS_DIR(fdvp), NULL, fcnp);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/fs/tmpfs/tmpfs_vnops.c:66:0:
/usr/home/mmacy/devel/networking/sys/fs/tmpfs/tmpfs.h:519:1: warning: inlining failed in call to 'VP_TO_TMPFS_DIR': call is unlikely and code size would grow [-Winline]
VP_TO_TMPFS_DIR(struct vnode *vp)
^~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/tmpfs/tmpfs_vnops.c:734:7: note: called from here
de = tmpfs_dir_lookup(VP_TO_TMPFS_DIR(tdvp), NULL, tcnp);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vpclink.c:142:12: error: redundant redeclaration of 'mp_ncpus' [-Werror=redundant-decls]
extern int mp_ncpus;
^~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vpclink.c:52:0:
/usr/home/mmacy/devel/networking/sys/sys/smp.h:170:12: note: previous declaration of 'mp_ncpus' was here
extern int mp_ncpus;
^~~~~~~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/x86.c: In function 'x86_emulate_cpuid':
/usr/home/mmacy/devel/networking/sys/amd64/vmm/x86.c:96:30: warning: 'logical_cpus' may be used uninitialized in this function [-Wmaybe-uninitialized]
unsigned int func, regs[4], logical_cpus;
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/x86.c:95:43: warning: 'x2apic_id' may be used uninitialized in this function [-Wmaybe-uninitialized]
int error, enable_invpcid, level, width, x2apic_id;
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/x86.c:95:36: warning: 'width' may be used uninitialized in this function [-Wmaybe-uninitialized]
int error, enable_invpcid, level, width, x2apic_id;
^~~~~
cc1: all warnings being treated as errors
--- if_vmnic.o ---
*** [if_vmnic.o] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/vmmnet
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vpclink.c: In function 'vpclink_transmit':
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vpclink.c:588:7: warning: 'ifp' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (__predict_false(ifp != m->m_pkthdr.rcvif))
^
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vpclink.c:569:16: note: 'ifp' was declared here
struct ifnet *ifp;
^~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vpcp.c: In function 'vmi_input_process':
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vpcp.c:139:10: warning: variable 'hdr' set but not used [-Wunused-but-set-variable]
caddr_t hdr;
^~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vpcp.c: In function 'vmi_input':
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vpcp.c:177:6: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
int rc;
^~
In file included from /usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vpcp.c:28:0:
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vpcp.c: In function 'phys_bridge_input':
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vpcp.c:285:21: error: suggest parentheses around arithmetic in operand of '|' [-Werror=parentheses]
!(m->m_flags & M_VXLANTAG|M_VLANTAG))) {
/usr/home/mmacy/devel/networking/sys/sys/cdefs.h:455:51: note: in definition of macro '__predict_false'
#define __predict_false(exp) __builtin_expect((exp), 0)
^~~
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10k1.c: In function 'emupchan_setblocksize':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10k1.c:872:15: warning: variable 'blksz' set but not used [-Wunused-but-set-variable]
int irqrate, blksz;
^~~~~
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10k1.c: In function 'emurchan_setblocksize':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10k1.c:1033:15: warning: variable 'blksz' set but not used [-Wunused-but-set-variable]
int irqrate, blksz;
^~~~~
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10k1.c: In function 'emu_intr':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10k1.c:1260:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (stat & EMU_IPR_MIDIRECVBUFE)
^~
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10k1.c:1265:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (stat & ~ack)
^~
cc1: all warnings being treated as errors
--- if_vpclink.o ---
*** [if_vpclink.o] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/vmmnet
cc1: all warnings being treated as errors
--- if_vpcp.o ---
*** [if_vpcp.o] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/vmmnet
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vpcsw.c: In function 'vpcsw_cloneattach':
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vpcsw.c:581:11: warning: variable 'unitno' set but not used [-Wunused-but-set-variable]
uint32_t unitno;
^~~~~~
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10kx-pcm.c: In function 'emu_dspmixer_uninit':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10kx-pcm.c:266:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (sc->sm != NULL)
^~
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10kx-pcm.c:268:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (err)
^~
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10kx-pcm.c: In function 'emu_pcm_probe':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10kx-pcm.c:1305:25: warning: variable 'r' set but not used [-Wunused-but-set-variable]
uintptr_t func, route, r;
^
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10kx-pcm.c: In function 'emu_pcm_attach':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10kx-pcm.c:1349:19: warning: variable 'r' set but not used [-Wunused-but-set-variable]
uintptr_t route, r, ivar;
^
/usr/home/mmacy/devel/networking/sys/dev/sound/pcm/ac97.c: In function 'ac97_initmixer':
/usr/home/mmacy/devel/networking/sys/dev/sound/pcm/ac97.c:605:11: warning: variable 'model' set but not used [-Wunused-but-set-variable]
u_int8_t model, step;
^~~~~
/usr/home/mmacy/devel/networking/sys/dev/usb/wlan/if_rsu.c: In function 'rsu_tx_start':
/usr/home/mmacy/devel/networking/sys/dev/usb/wlan/if_rsu.c:2764:10: warning: variable 'type' set but not used [-Wunused-but-set-variable]
uint8_t type, cipher;
^~~~
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10kx-midi.c: In function 'emu_midi_probe':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10kx-midi.c:145:18: warning: variable 'r' set but not used [-Wunused-but-set-variable]
uintptr_t func, r, is_emu10k1;
^
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/vmmnet.c: In function 'kern_vpc_open':
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/vmmnet.c:244:19: warning: variable 'fdp' set but not used [-Wunused-but-set-variable]
struct filedesc *fdp;
^~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/vmmnet.c: In function 'kern_vpc_ctl':
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/vmmnet.c:413:11: warning: variable 'objop' set but not used [-Wunused-but-set-variable]
vpc_op_t objop;
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/sound/pcm/sound.h:48:0,
from /usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10kx.c:55:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10kx.c:43:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10kx.c: In function 'emu_wr_cbptr':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10kx.c:737:11: warning: variable 'val' set but not used [-Wunused-but-set-variable]
uint32_t val;
^~~
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10kx.c: In function 'emu_vfree':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/emu10kx.c:1276:9: warning: variable 'r' set but not used [-Wunused-but-set-variable]
int i, r;
^
In file included from /usr/home/mmacy/devel/networking/sys/sys/file.h:44:0,
from /usr/home/mmacy/devel/networking/sys/sys/capsicum.h:48,
from /usr/home/mmacy/devel/networking/sys/amd64/vmm/net/vmmnet.c:37:
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/vmmnet.c: In function 'sys_vpc_open':
/usr/home/mmacy/devel/networking/sys/sys/refcount.h:51:1: warning: inlining failed in call to 'refcount_acquire': call is unlikely and code size would grow [-Winline]
refcount_acquire(volatile u_int *count)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/vmmnet.c:284:3: note: called from here
refcount_acquire(&ctx->v_refcnt);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/file.h:44:0,
from /usr/home/mmacy/devel/networking/sys/sys/capsicum.h:48,
from /usr/home/mmacy/devel/networking/sys/amd64/vmm/net/vmmnet.c:37:
/usr/home/mmacy/devel/networking/sys/sys/refcount.h:59:1: warning: inlining failed in call to 'refcount_release': call is unlikely and code size would grow [-Winline]
refcount_release(volatile u_int *count)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/vmmnet.c:338:4: note: called from here
refcount_release(&ctx->v_refcnt);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/file.h:44:0,
from /usr/home/mmacy/devel/networking/sys/sys/capsicum.h:48,
from /usr/home/mmacy/devel/networking/sys/amd64/vmm/net/vmmnet.c:37:
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/vmmnet.c: In function 'sys_vpc_ctl':
/usr/home/mmacy/devel/networking/sys/sys/refcount.h:59:1: warning: inlining failed in call to 'refcount_release': call is unlikely and code size would grow [-Winline]
refcount_release(volatile u_int *count)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/vmmnet.c:467:7: note: called from here
rc = refcount_release(&ctx->v_refcnt);
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/file.h:44:0,
from /usr/home/mmacy/devel/networking/sys/sys/capsicum.h:48,
from /usr/home/mmacy/devel/networking/sys/amd64/vmm/net/vmmnet.c:37:
/usr/home/mmacy/devel/networking/sys/sys/refcount.h:51:1: warning: inlining failed in call to 'refcount_acquire': call is unlikely and code size would grow [-Winline]
refcount_acquire(volatile u_int *count)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/vmmnet.c:476:4: note: called from here
refcount_acquire(&ctx->v_refcnt);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rsu-rtl8712fw.c: In function 'rsu_rtl8712fw_fw_modevent':
rsu-rtl8712fw.c:18:30: warning: variable 'parent' set but not used [-Wunused-but-set-variable]
const struct firmware *fp, *parent;
^~~~~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/vpc.c:101:12: error: redundant redeclaration of 'mp_ncpus' [-Werror=redundant-decls]
extern int mp_ncpus;
^~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/amd64/vmm/net/vpc.c:53:0:
/usr/home/mmacy/devel/networking/sys/sys/smp.h:170:12: note: previous declaration of 'mp_ncpus' was here
extern int mp_ncpus;
^~~~~~~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/vpc.c: In function 'vpc_parse_pkt':
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/vpc.c:241:15: warning: variable 'offset' set but not used [-Wunused-but-set-variable]
int eh_type, offset, ipproto;
^~~~~~
cc1: all warnings being treated as errors
--- vpc.o ---
*** [vpc.o] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/vmmnet
/usr/home/mmacy/devel/networking/sys/amd64/vmm/io/vrtc.c: In function 'rtc_to_secs':
/usr/home/mmacy/devel/networking/sys/amd64/vmm/io/vrtc.c:282:13: warning: variable 'vm' set but not used [-Wunused-but-set-variable]
struct vm *vm;
^~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/io/vrtc.c: In function 'vrtc_time_update':
/usr/home/mmacy/devel/networking/sys/amd64/vmm/io/vrtc.c:398:13: warning: variable 'oldbase' set but not used [-Wunused-but-set-variable]
sbintime_t oldbase;
^~~~~~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/art.c: In function 'leaf_matches':
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/art.c:283:13: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
return !((int)n->key == (int)key);
^
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/art.c:283:28: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
return !((int)n->key == (int)key);
^
cc1: all warnings being treated as errors
--- art.o ---
*** [art.o] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/vmmnet
--- all_subdir_vmmnet ---
*** [all_subdir_vmmnet] Error code 1
make[3]: stopped in /usr/home/mmacy/devel/networking/sys/modules
/usr/home/mmacy/devel/networking/sys/amd64/vmm/intel/vmx.c: In function 'vmx_handle_cpuid':
/usr/home/mmacy/devel/networking/sys/amd64/vmm/intel/vmx.c:972:15: warning: variable 'func' set but not used [-Wunused-but-set-variable]
int handled, func;
^~~~
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/envy24.c: In function 'envy24_updintr':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/envy24.c:1207:12: warning: variable 'ptr' set but not used [-Wunused-but-set-variable]
u_int32_t ptr, size, cnt;
^~~
cc1: all warnings being treated as errors
--- emu10kx.o ---
*** [emu10kx.o] Error code 1
make[6]: stopped in /usr/home/mmacy/devel/networking/sys/modules/sound/driver/emu10kx
--- all_subdir_sound/driver/emu10kx ---
*** [all_subdir_sound/driver/emu10kx] Error code 1
make[5]: stopped in /usr/home/mmacy/devel/networking/sys/modules/sound/driver
/usr/home/mmacy/devel/networking/sys/dev/usb/wlan/if_run.c: In function 'run_tx_mgt':
/usr/home/mmacy/devel/networking/sys/dev/usb/wlan/if_run.c:3486:10: warning: variable 'type' set but not used [-Wunused-but-set-variable]
uint8_t type;
^~~~
/usr/home/mmacy/devel/networking/sys/dev/usb/wlan/if_run.c: In function 'run_sendprot':
/usr/home/mmacy/devel/networking/sys/dev/usb/wlan/if_run.c:3557:10: warning: variable 'type' set but not used [-Wunused-but-set-variable]
uint8_t type;
^~~~
/usr/home/mmacy/devel/networking/sys/dev/usb/wlan/if_run.c:3553:6: warning: variable 'ackrate' set but not used [-Wunused-but-set-variable]
int ackrate;
^~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/usb/wlan/if_run.c: In function 'run_tx_param':
/usr/home/mmacy/devel/networking/sys/dev/usb/wlan/if_run.c:3638:10: warning: variable 'type' set but not used [-Wunused-but-set-variable]
uint8_t type;
^~~~
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/envy24ht.c: In function 'envy24ht_updintr':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/envy24ht.c:1161:12: warning: variable 'ptr' set but not used [-Wunused-but-set-variable]
u_int32_t ptr, size, cnt;
^~~
runfw.c: In function 'runfw_fw_modevent':
runfw.c:18:30: warning: variable 'parent' set but not used [-Wunused-but-set-variable]
const struct firmware *fp, *parent;
^~~~~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/amd/amdvi_hw.c: In function 'amdvi_cmp_wait':
/usr/home/mmacy/devel/networking/sys/amd64/vmm/amd/amdvi_hw.c:446:21: warning: variable 'ctrl' set but not used [-Wunused-but-set-variable]
struct amdvi_ctrl *ctrl;
^~~~
/usr/home/mmacy/devel/networking/sys/dev/sound/isa/ess.c: In function 'ess_probe':
/usr/home/mmacy/devel/networking/sys/dev/sound/isa/ess.c:794:23: warning: variable 'r' set but not used [-Wunused-but-set-variable]
uintptr_t func, ver, r, f;
^
/usr/home/mmacy/devel/networking/sys/amd64/vmm/vmm.c:176:20: error: redundant redeclaration of 'vtnet_be_init' [-Werror=redundant-decls]
struct vtnet_be *(*vtnet_be_init)(struct vm *vm);
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/amd64/vmm/vmm.c:79:0:
/usr/home/mmacy/devel/networking/sys/amd64/vmm/net/if_vmnic.h:34:20: note: previous declaration of 'vtnet_be_init' was here
struct vtnet_be *(*vtnet_be_init)(struct vm *);
^~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/amd64/vmm/vmm.c: In function 'vm_handle_suspend':
/usr/home/mmacy/devel/networking/sys/amd64/vmm/vmm.c:1538:9: warning: variable 'done' set but not used [-Wunused-but-set-variable]
int i, done;
^~~~
--- all_subdir_usb/usb ---
*** [all_subdir_usb/usb] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/usb
/usr/home/mmacy/devel/networking/sys/dev/sound/pcm/sound.c: In function 'pcm_unregister':
/usr/home/mmacy/devel/networking/sys/dev/sound/pcm/sound.c:1148:17: warning: variable 'td' set but not used [-Wunused-but-set-variable]
struct thread *td;
^~
cc1: all warnings being treated as errors
--- vmm.o ---
*** [vmm.o] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/vmm
--- all_subdir_vmm ---
*** [all_subdir_vmm] Error code 1
make[3]: stopped in /usr/home/mmacy/devel/networking/sys/modules
/usr/home/mmacy/devel/networking/sys/dev/usb/wlan/if_upgt.c: In function 'upgt_eeprom_parse_freq3':
/usr/home/mmacy/devel/networking/sys/dev/usb/wlan/if_upgt.c:1156:6: warning: variable 'flags' set but not used [-Wunused-but-set-variable]
int flags;
^~~~~
/usr/home/mmacy/devel/networking/sys/dev/usb/wlan/if_upgt.c: In function 'upgt_eeprom_parse_freq4':
/usr/home/mmacy/devel/networking/sys/dev/usb/wlan/if_upgt.c:1193:6: warning: variable 'flags' set but not used [-Wunused-but-set-variable]
int flags;
^~~~~
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/hdspe-pcm.c: In function 'buffer_copy':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/hdspe-pcm.c:266:6: warning: variable 'length' set but not used [-Wunused-but-set-variable]
int length;
^~~~~~
/usr/home/mmacy/devel/networking/sys/dev/usb/wlan/if_ural.c: In function 'ural_sendprot':
/usr/home/mmacy/devel/networking/sys/dev/usb/wlan/if_ural.c:1136:16: warning: variable 'ackrate' set but not used [-Wunused-but-set-variable]
int protrate, ackrate, pktlen, flags, isshort;
^~~~~~~
ERROR: ctfconvert: file does not contain dwarf type data (try compiling with -g)
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/hdspe.c: In function 'hdspe_dmapsetmap':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/hdspe.c:125:18: warning: variable 'sc' set but not used [-Wunused-but-set-variable]
struct sc_info *sc;
^~
/usr/home/mmacy/devel/networking/sys/dev/usb/wlan/if_urtw.c: In function 'urtw_led_blink':
/usr/home/mmacy/devel/networking/sys/dev/usb/wlan/if_urtw.c:3762:14: warning: variable 'error' set but not used [-Wunused-but-set-variable]
usb_error_t error;
^~~~~
/usr/home/mmacy/devel/networking/sys/dev/usb/wlan/if_urtw.c: In function 'urtw_txstatus_eof':
/usr/home/mmacy/devel/networking/sys/dev/usb/wlan/if_urtw.c:4088:30: warning: variable 'seq' set but not used [-Wunused-but-set-variable]
int actlen, type, pktretry, seq;
^~~
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/hda/hdaa.c: In function 'hdaa_eld_dump':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/hda/hdaa.c:609:6: warning: variable 'len' set but not used [-Wunused-but-set-variable]
int len, mnl, i, sadc, fmt;
^~~
/usr/home/mmacy/devel/networking/sys/dev/sound/isa/sb16.c: In function 'sb16_probe':
/usr/home/mmacy/devel/networking/sys/dev/sound/isa/sb16.c:794:23: warning: variable 'r' set but not used [-Wunused-but-set-variable]
uintptr_t func, ver, r, f;
^
/usr/home/mmacy/devel/networking/sys/dev/sound/isa/sb8.c: In function 'sb_probe':
/usr/home/mmacy/devel/networking/sys/dev/sound/isa/sb8.c:696:23: warning: variable 'r' set but not used [-Wunused-but-set-variable]
uintptr_t func, ver, r, f;
^
In file included from /usr/home/mmacy/devel/networking/sys/sys/systm.h:46:0,
from /usr/home/mmacy/devel/networking/sys/dev/usb/input/ukbd.c:52:
/usr/home/mmacy/devel/networking/sys/dev/usb/input/ukbd.c: In function 'ukbd_attach':
/usr/home/mmacy/devel/networking/sys/sys/callout.h:96:33: warning: the comparison will always evaluate as 'true' for the address of 'Giant' will never be NULL [-Waddress]
_callout_init_lock((c), ((mtx) != NULL) ? &(mtx)->lock_object : \
^
/usr/home/mmacy/devel/networking/sys/dev/usb/usbdi.h:479:37: note: in expansion of macro 'callout_init_mtx'
#define usb_callout_init_mtx(c,m,f) callout_init_mtx(&(c)->co,m,f)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/usb/input/ukbd.c:1237:2: note: in expansion of macro 'usb_callout_init_mtx'
usb_callout_init_mtx(&sc->sc_callout, &Giant, 0);
^~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/via82c686.c: In function 'viachan_trigger':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/via82c686.c:348:21: warning: variable 'ado' set but not used [-Wunused-but-set-variable]
struct via_dma_op *ado;
^~~
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/via82c686.c: In function 'viachan_getptr':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/via82c686.c:375:21: warning: variable 'ado' set but not used [-Wunused-but-set-variable]
struct via_dma_op *ado;
^~~
/usr/home/mmacy/devel/networking/sys/dev/usb/input/wsp.c: In function 'wsp_intr_callback':
/usr/home/mmacy/devel/networking/sys/dev/usb/input/wsp.c:846:20: warning: variable 'h' set but not used [-Wunused-but-set-variable]
struct tp_header *h;
^
/usr/home/mmacy/devel/networking/sys/dev/sound/isa/mss.c: In function 'opti931_intr':
/usr/home/mmacy/devel/networking/sys/dev/sound/isa/mss.c:1085:25: warning: variable 'i11' set but not used [-Wunused-but-set-variable]
u_char masked = 0, i11, mc11, c = 0;
^~~
/usr/home/mmacy/devel/networking/sys/dev/sound/isa/mss.c: In function 'mss_probe':
/usr/home/mmacy/devel/networking/sys/dev/sound/isa/mss.c:1277:43: warning: variable 'setres' set but not used [-Wunused-but-set-variable]
int flags, irq, drq, result = ENXIO, setres = 0;
^~~~~~
--- all_subdir_sound/driver ---
*** [all_subdir_sound/driver] Error code 1
make[4]: stopped in /usr/home/mmacy/devel/networking/sys/modules/sound
--- all_subdir_sound ---
*** [all_subdir_sound] Error code 1
make[3]: stopped in /usr/home/mmacy/devel/networking/sys/modules
/usr/home/mmacy/devel/networking/sys/dev/usb/net/if_axge.c: In function 'axge_attach_post_sub':
/usr/home/mmacy/devel/networking/sys/dev/usb/net/if_axge.c:447:21: warning: variable 'sc' set but not used [-Wunused-but-set-variable]
struct axge_softc *sc;
^~
/usr/home/mmacy/devel/networking/sys/dev/usb/net/if_axe.c: In function 'axe_ax88772_phywake':
/usr/home/mmacy/devel/networking/sys/dev/usb/net/if_axe.c:709:20: warning: variable 'ue' set but not used [-Wunused-but-set-variable]
struct usb_ether *ue;
^~
/usr/home/mmacy/devel/networking/sys/dev/usb/net/if_cdce.c: In function 'cdce_m_crc32':
/usr/home/mmacy/devel/networking/sys/dev/usb/net/if_cdce.c:891:6: warning: variable 'error' set but not used [-Wunused-but-set-variable]
int error;
^~~~~
/usr/home/mmacy/devel/networking/sys/dev/usb/net/if_mos.c: In function 'mos_miibus_readreg':
/usr/home/mmacy/devel/networking/sys/dev/usb/net/if_mos.c:426:8: warning: variable 'val' set but not used [-Wunused-but-set-variable]
uWord val;
^~~
/usr/home/mmacy/devel/networking/sys/dev/usb/net/if_ure.c: In function 'ure_ioctl':
/usr/home/mmacy/devel/networking/sys/dev/usb/net/if_ure.c:894:13: warning: variable 'mask' set but not used [-Wunused-but-set-variable]
int error, mask, reinit;
^~~~
--- all_subdir_usb ---
*** [all_subdir_usb] Error code 1
make[3]: stopped in /usr/home/mmacy/devel/networking/sys/modules
/usr/home/mmacy/devel/networking/sys/cam/nvme/nvme_da.c: In function 'ndaerror':
/usr/home/mmacy/devel/networking/sys/cam/nvme/nvme_da.c:1054:20: warning: variable 'softc' set but not used [-Wunused-but-set-variable]
struct nda_softc *softc;
^~~~~
/usr/home/mmacy/devel/networking/sys/cam/nvme/nvme_xpt.c: In function 'nvme_probe_start':
/usr/home/mmacy/devel/networking/sys/cam/nvme/nvme_xpt.c:261:36: warning: variable 'nvme_data' set but not used [-Wunused-but-set-variable]
const struct nvme_namespace_data *nvme_data;
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/cam/nvme/nvme_xpt.c:258:21: warning: variable 'csio' set but not used [-Wunused-but-set-variable]
struct ccb_scsiio *csio;
^~~~
/usr/home/mmacy/devel/networking/sys/cam/nvme/nvme_xpt.c:257:21: warning: variable 'nvmeio' set but not used [-Wunused-but-set-variable]
struct ccb_nvmeio *nvmeio;
^~~~~~
/usr/home/mmacy/devel/networking/sys/cam/scsi/scsi_ch.c: In function 'cherror':
/usr/home/mmacy/devel/networking/sys/cam/scsi/scsi_ch.c:742:19: warning: variable 'softc' set but not used [-Wunused-but-set-variable]
struct ch_softc *softc;
^~~~~
/usr/home/mmacy/devel/networking/sys/cam/scsi/scsi_pass.c: In function 'passerror':
/usr/home/mmacy/devel/networking/sys/cam/scsi/scsi_pass.c:2268:21: warning: variable 'softc' set but not used [-Wunused-but-set-variable]
struct pass_softc *softc;
^~~~~
/usr/home/mmacy/devel/networking/sys/cam/scsi/scsi_enc.c: In function 'enc_error':
/usr/home/mmacy/devel/networking/sys/cam/scsi/scsi_enc.c:332:20: warning: variable 'softc' set but not used [-Wunused-but-set-variable]
struct enc_softc *softc;
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/cam/ata/ata_da.c:48:0:
/usr/home/mmacy/devel/networking/sys/cam/ata/ata_da.c: In function 'adadone':
/usr/home/mmacy/devel/networking/sys/sys/endian.h:142:1: warning: inlining failed in call to 'le64dec': call is unlikely and code size would grow [-Winline]
le64dec(const void *pp)
^~~~~~~
/usr/home/mmacy/devel/networking/sys/cam/ata/ata_da.c:2690:29: note: called from here
rep->header.maximum_lba = le64dec(hdr->maximum_lba);
^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/cam/ata/ata_da.c:48:0:
/usr/home/mmacy/devel/networking/sys/sys/endian.h:142:1: warning: inlining failed in call to 'le64dec': call is unlikely and code size would grow [-Winline]
le64dec(const void *pp)
^~~~~~~
/usr/home/mmacy/devel/networking/sys/cam/ata/ata_da.c:2743:8: note: called from here
le64dec(desc->write_pointer_lba);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/cam/ata/ata_da.c:48:0:
/usr/home/mmacy/devel/networking/sys/sys/endian.h:142:1: warning: inlining failed in call to 'le64dec': call is unlikely and code size would grow [-Winline]
le64dec(const void *pp)
^~~~~~~
/usr/home/mmacy/devel/networking/sys/cam/ata/ata_da.c:2741:28: note: called from here
entry->zone_start_lba = le64dec(desc->zone_start_lba);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/cam/ata/ata_da.c:48:0:
/usr/home/mmacy/devel/networking/sys/sys/endian.h:142:1: warning: inlining failed in call to 'le64dec': call is unlikely and code size would grow [-Winline]
le64dec(const void *pp)
^~~~~~~
/usr/home/mmacy/devel/networking/sys/cam/ata/ata_da.c:2740:25: note: called from here
entry->zone_length = le64dec(desc->zone_length);
^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/cam/scsi/scsi_da.c:50:0:
/usr/home/mmacy/devel/networking/sys/cam/scsi/scsi_da.c: In function 'dadone':
/usr/home/mmacy/devel/networking/sys/sys/endian.h:142:1: warning: inlining failed in call to 'le64dec': call is unlikely and code size would grow [-Winline]
le64dec(const void *pp)
^~~~~~~
/usr/home/mmacy/devel/networking/sys/cam/scsi/scsi_enc_ses.c: In function 'ses_process_config':
/usr/home/mmacy/devel/networking/sys/cam/scsi/scsi_enc_ses.c:1304:15: warning: variable 'ses' set but not used [-Wunused-but-set-variable]
ses_softc_t *ses;
^~~
/usr/home/mmacy/devel/networking/sys/cam/scsi/scsi_da.c:4198:62: note: called from here
rep->header.maximum_lba = ata ? le64dec(hdr->maximum_lba) :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
scsi_8btou64(hdr->maximum_lba);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/cam/scsi/scsi_da.c:50:0:
/usr/home/mmacy/devel/networking/sys/sys/endian.h:142:1: warning: inlining failed in call to 'le64dec': call is unlikely and code size would grow [-Winline]
le64dec(const void *pp)
^~~~~~~
/usr/home/mmacy/devel/networking/sys/cam/scsi/scsi_da.c:4247:41: note: called from here
ata ? le64dec(desc->zone_length) :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
scsi_8btou64(desc->zone_length);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/cam/scsi/scsi_da.c:50:0:
/usr/home/mmacy/devel/networking/sys/sys/endian.h:142:1: warning: inlining failed in call to 'le64dec': call is unlikely and code size would grow [-Winline]
le64dec(const void *pp)
^~~~~~~
/usr/home/mmacy/devel/networking/sys/cam/scsi/scsi_da.c:4250:44: note: called from here
ata ? le64dec(desc->zone_start_lba) :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
scsi_8btou64(desc->zone_start_lba);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/cam/scsi/scsi_da.c:50:0:
/usr/home/mmacy/devel/networking/sys/sys/endian.h:142:1: warning: inlining failed in call to 'le64dec': call is unlikely and code size would grow [-Winline]
le64dec(const void *pp)
^~~~~~~
/usr/home/mmacy/devel/networking/sys/cam/scsi/scsi_da.c:4253:47: note: called from here
ata ? le64dec(desc->write_pointer_lba) :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
scsi_8btou64(desc->write_pointer_lba);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/cam/scsi/scsi_enc_ses.c: In function 'ses_handle_string':
/usr/home/mmacy/devel/networking/sys/cam/scsi/scsi_enc_ses.c:2711:15: warning: variable 'ses' set but not used [-Wunused-but-set-variable]
ses_softc_t *ses;
^~~
--- modules-all ---
*** [modules-all] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
In file included from /usr/home/mmacy/devel/networking/sys/ddb/db_command.c:44:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ddb/db_command.c:42:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ddb/db_main.c:39:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ddb/db_main.c:36:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
cc1: all warnings being treated as errors
--- db_command.o ---
*** [db_command.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
In file included from /usr/home/mmacy/devel/networking/sys/ddb/db_print.c:43:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ddb/db_print.c:42:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ddb/db_run.c:42:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ddb/db_run.c:41:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ddb/db_ps.c:42:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ddb/db_ps.c:40:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
cc1: all warnings being treated as errors
--- db_print.o ---
*** [db_print.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
cc1: all warnings being treated as errors
In file included from /usr/home/mmacy/devel/networking/sys/ddb/db_thread.c:35:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ddb/db_thread.c:34:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
--- db_main.o ---
*** [db_main.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
cc1: all warnings being treated as errors
--- db_run.o ---
*** [db_run.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
cc1: all warnings being treated as errors
--- db_thread.o ---
*** [db_thread.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
cc1: all warnings being treated as errors
--- db_ps.o ---
*** [db_ps.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
In file included from /usr/home/mmacy/devel/networking/sys/sys/proc.h:43:0,
from /usr/home/mmacy/devel/networking/sys/dev/acpica/acpi.c:37:
/usr/home/mmacy/devel/networking/sys/dev/acpica/acpi.c: In function 'acpi_attach':
/usr/home/mmacy/devel/networking/sys/sys/callout.h:96:33: warning: the comparison will always evaluate as 'true' for the address of 'acpi_mutex' will never be NULL [-Waddress]
_callout_init_lock((c), ((mtx) != NULL) ? &(mtx)->lock_object : \
^
/usr/home/mmacy/devel/networking/sys/dev/acpica/acpi.c:691:5: note: in expansion of macro 'callout_init_mtx'
callout_init_mtx(&acpi_sleep_timer, &acpi_mutex, 0);
^~~~~~~~~~~~~~~~
make: Working in: /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64
In file included from /usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_cpu.c:58:0:
/usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_cpu.c: In function 'acpi_cpu_probe':
/usr/home/mmacy/devel/networking/sys/dev/acpica/acpivar.h:265:21: warning: inlining failed in call to 'acpi_get_handle': call is unlikely and code size would grow [-Winline]
__ACPI_BUS_ACCESSOR(acpi, handle, ACPI, HANDLE, ACPI_HANDLE)
^
/usr/home/mmacy/devel/networking/sys/dev/acpica/acpivar.h:250:22: note: in definition of macro '__ACPI_BUS_ACCESSOR'
static __inline type varp ## _get_ ## var(device_t dev) \
^~~~
/usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_cpu.c:592:7: note: called from here
device_printf(dev,
^~~~~~~~~~~~~~~~~~
"Processor %s (ACPI ID %u) -> APIC ID %d\n",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
acpi_name(acpi_get_handle(dev)), *acpi_id,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pc->pc_cpuid);
~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_cpu.c:58:0:
/usr/home/mmacy/devel/networking/sys/dev/acpica/acpivar.h:265:21: warning: inlining failed in call to 'acpi_get_handle': call is unlikely and code size would grow [-Winline]
__ACPI_BUS_ACCESSOR(acpi, handle, ACPI, HANDLE, ACPI_HANDLE)
^
/usr/home/mmacy/devel/networking/sys/dev/acpica/acpivar.h:250:22: note: in definition of macro '__ACPI_BUS_ACCESSOR'
static __inline type varp ## _get_ ## var(device_t dev) \
^~~~
/usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_cpu.c:603:2: note: called from here
printf("ACPI: Processor %s (ACPI ID %u) ignored\n",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
acpi_name(acpi_get_handle(dev)), *acpi_id);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/acpica/acpivar.h:36:0,
from /usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_smbat.c:38:
/usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_smbat.c: In function 'acpi_smbus_read_multi_1.constprop':
./acpi_if.h:125:21: warning: inlining failed in call to 'ACPI_EC_WRITE.constprop': call is unlikely and code size would grow [-Winline]
static __inline int ACPI_EC_WRITE(device_t dev, u_int addr, UINT64 val,
^~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_smbat.c:270:8: note: called from here
error = ACPI_EC_WRITE(sc->ec_dev, sc->sb_base_addr + SMBUS_ADDR,
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
val, 1);
~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/acpica/acpivar.h:36:0,
from /usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_smbat.c:38:
./acpi_if.h:125:21: warning: inlining failed in call to 'ACPI_EC_WRITE.constprop': call is unlikely and code size would grow [-Winline]
static __inline int ACPI_EC_WRITE(device_t dev, u_int addr, UINT64 val,
^~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_smbat.c:276:8: note: called from here
error = ACPI_EC_WRITE(sc->ec_dev, sc->sb_base_addr + SMBUS_CMD,
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
val, 1);
~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/acpica/acpivar.h:36:0,
from /usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_smbat.c:38:
./acpi_if.h:125:21: warning: inlining failed in call to 'ACPI_EC_WRITE.constprop': call is unlikely and code size would grow [-Winline]
static __inline int ACPI_EC_WRITE(device_t dev, u_int addr, UINT64 val,
^~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_smbat.c:282:8: note: called from here
error = ACPI_EC_WRITE(sc->ec_dev, sc->sb_base_addr + SMBUS_PRTCL,
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
val, 1);
~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/acpica/acpivar.h:36:0,
from /usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_smbat.c:38:
./acpi_if.h:110:21: warning: inlining failed in call to 'ACPI_EC_READ': call is unlikely and code size would grow [-Winline]
static __inline int ACPI_EC_READ(device_t dev, u_int addr, UINT64 *val,
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_smbat.c:291:9: note: called from here
error = ACPI_EC_READ(sc->ec_dev, sc->sb_base_addr + SMBUS_PRTCL,
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&val, 1);
~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/acpica/acpivar.h:36:0,
from /usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_smbat.c:38:
./acpi_if.h:110:21: warning: inlining failed in call to 'ACPI_EC_READ': call is unlikely and code size would grow [-Winline]
static __inline int ACPI_EC_READ(device_t dev, u_int addr, UINT64 *val,
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_smbat.c:304:8: note: called from here
error = ACPI_EC_READ(sc->ec_dev, sc->sb_base_addr + SMBUS_STS, &val, 1);
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/acpica/acpivar.h:36:0,
from /usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_smbat.c:38:
./acpi_if.h:110:21: warning: inlining failed in call to 'ACPI_EC_READ': call is unlikely and code size would grow [-Winline]
static __inline int ACPI_EC_READ(device_t dev, u_int addr, UINT64 *val,
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_smbat.c:315:8: note: called from here
error = ACPI_EC_READ(sc->ec_dev, sc->sb_base_addr + SMBUS_BCNT,
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&val, 1);
~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/acpica/acpivar.h:36:0,
from /usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_smbat.c:38:
./acpi_if.h:110:21: warning: inlining failed in call to 'ACPI_EC_READ': call is unlikely and code size would grow [-Winline]
static __inline int ACPI_EC_READ(device_t dev, u_int addr, UINT64 *val,
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_smbat.c:329:9: note: called from here
error = ACPI_EC_READ(sc->ec_dev, sc->sb_base_addr + SMBUS_DATA
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ len, &val, 1);
~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/acpica/acpivar.h:36:0,
from /usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_smbat.c:38:
/usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_smbat.c: In function 'acpi_smbus_read_2.constprop':
./acpi_if.h:110:21: warning: inlining failed in call to 'ACPI_EC_READ': call is unlikely and code size would grow [-Winline]
static __inline int ACPI_EC_READ(device_t dev, u_int addr, UINT64 *val,
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/acpica/acpi_smbat.c:245:8: note: called from here
error = ACPI_EC_READ(sc->ec_dev, sc->sb_base_addr + SMBUS_DATA,
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&val, 2);
~~~~~~~~
make: Working in: /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64
make: Working in: /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64
/usr/home/mmacy/devel/networking/sys/dev/ata/ata-all.c: In function 'ata_suspend':
/usr/home/mmacy/devel/networking/sys/dev/ata/ata-all.c:316:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (!dev || !(ch = device_get_softc(dev)))
^~
/usr/home/mmacy/devel/networking/sys/dev/ata/ata-all.c:319:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (ch->flags & ATA_PERIODIC_POLL)
^~
make: Working in: /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64
In file included from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-highpoint.c:37:0:
/usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-highpoint.c: In function 'ata_highpoint_probe':
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:304:17: warning: inlining failed in call to 'pci_get_function': call is unlikely and code size would grow [-Winline]
__BUS_ACCESSOR(pci, var, PCI, ivar, type)
^
/usr/home/mmacy/devel/networking/sys/sys/bus.h:782:22: note: in definition of macro '__BUS_ACCESSOR'
static __inline type varp ## _get_ ## var(device_t dev) \
^~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:320:1: note: in expansion of macro 'PCI_ACCESSOR'
PCI_ACCESSOR(function, FUNCTION, uint8_t)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-highpoint.c:99:6: note: called from here
if (pci_get_function(dev) == 0)
^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-highpoint.c:37:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:304:17: warning: inlining failed in call to 'pci_get_function': call is unlikely and code size would grow [-Winline]
__BUS_ACCESSOR(pci, var, PCI, ivar, type)
^
/usr/home/mmacy/devel/networking/sys/sys/bus.h:782:22: note: in definition of macro '__BUS_ACCESSOR'
static __inline type varp ## _get_ ## var(device_t dev) \
^~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:320:1: note: in expansion of macro 'PCI_ACCESSOR'
PCI_ACCESSOR(function, FUNCTION, uint8_t)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-highpoint.c:101:6: note: called from here
if (pci_get_function(dev) == 1)
^~~~~~~~~~~~~~~~~~~~~
make: Working in: /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64
/usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-siliconimage.c: In function 'ata_cmd_ch_attach':
/usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-siliconimage.c:187:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (ctlr->chip->cfg2 & SII_INTR)
^~
/usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-siliconimage.c:190:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
ch->flags |= ATA_NO_ATAPI_DMA;
^~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-sis.c:49:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h: In function 'ata_sis_probe':
./pci_if.h:36:27: warning: inlining failed in call to 'PCI_READ_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline u_int32_t PCI_READ_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-sis.c:49:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:336:12: note: called from here
return PCI_READ_CONFIG(device_get_parent(dev), dev, reg, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-sis.c:49:
./pci_if.h:52:22: warning: inlining failed in call to 'PCI_WRITE_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline void PCI_WRITE_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-sis.c:49:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:342:5: note: called from here
PCI_WRITE_CONFIG(device_get_parent(dev), dev, reg, val, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-sis.c:49:
./pci_if.h:36:27: warning: inlining failed in call to 'PCI_READ_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline u_int32_t PCI_READ_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-sis.c:49:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:336:12: note: called from here
return PCI_READ_CONFIG(device_get_parent(dev), dev, reg, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-sis.c:49:
./pci_if.h:52:22: warning: inlining failed in call to 'PCI_WRITE_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline void PCI_WRITE_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-sis.c:49:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:342:5: note: called from here
PCI_WRITE_CONFIG(device_get_parent(dev), dev, reg, val, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-sis.c:49:
./pci_if.h:36:27: warning: inlining failed in call to 'PCI_READ_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline u_int32_t PCI_READ_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-sis.c:49:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:336:12: note: called from here
return PCI_READ_CONFIG(device_get_parent(dev), dev, reg, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-sis.c:49:
./pci_if.h:52:22: warning: inlining failed in call to 'PCI_WRITE_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline void PCI_WRITE_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-sis.c:49:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:342:5: note: called from here
PCI_WRITE_CONFIG(device_get_parent(dev), dev, reg, val, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-sis.c:49:
./pci_if.h:36:27: warning: inlining failed in call to 'PCI_READ_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline u_int32_t PCI_READ_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-sis.c:49:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:336:12: note: called from here
return PCI_READ_CONFIG(device_get_parent(dev), dev, reg, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-sis.c:49:
./pci_if.h:52:22: warning: inlining failed in call to 'PCI_WRITE_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline void PCI_WRITE_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-sis.c:49:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:342:5: note: called from here
PCI_WRITE_CONFIG(device_get_parent(dev), dev, reg, val, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/cpufreq/ichss.c:33:0:
/usr/home/mmacy/devel/networking/sys/dev/cpufreq/ichss.c: In function 'ichss_identify':
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:304:17: warning: inlining failed in call to 'pci_get_device': call is unlikely and code size would grow [-Winline]
__BUS_ACCESSOR(pci, var, PCI, ivar, type)
^
/usr/home/mmacy/devel/networking/sys/sys/bus.h:782:22: note: in definition of macro '__BUS_ACCESSOR'
static __inline type varp ## _get_ ## var(device_t dev) \
^~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:309:1: note: in expansion of macro 'PCI_ACCESSOR'
PCI_ACCESSOR(device, DEVICE, uint16_t)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cpufreq/ichss.c:165:6: note: called from here
pci_get_device(ich_device) != PCI_DEV_82801CA &&
^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/cpufreq/ichss.c:33:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:304:17: warning: inlining failed in call to 'pci_get_device': call is unlikely and code size would grow [-Winline]
__BUS_ACCESSOR(pci, var, PCI, ivar, type)
^
/usr/home/mmacy/devel/networking/sys/sys/bus.h:782:22: note: in definition of macro '__BUS_ACCESSOR'
static __inline type varp ## _get_ ## var(device_t dev) \
^~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:309:1: note: in expansion of macro 'PCI_ACCESSOR'
PCI_ACCESSOR(device, DEVICE, uint16_t)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/cpufreq/ichss.c:166:6: note: called from here
pci_get_device(ich_device) != PCI_DEV_82801DB))
^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/e1000/em_txrx.c: In function 'em_isc_txd_encap':
/usr/home/mmacy/devel/networking/sys/dev/e1000/em_txrx.c:404:32: warning: 'pidx_last' may be used uninitialized in this function [-Wmaybe-uninitialized]
txr->tx_rsq[txr->tx_rs_pidx] = pidx_last;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-promise.c:37:
/usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-promise.c: In function 'ata_promise_probe':
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': call is unlikely and code size would grow [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-promise.c:193:3: note: called from here
!BUS_READ_IVAR(device_get_parent(GRANDPARENT(dev)),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GRANDPARENT(dev), PCI_IVAR_DEVID, &devid) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-promise.c:37:
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': call is unlikely and code size would grow [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-promise.c:37:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:785:2: note: called from here
BUS_READ_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, &v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:304:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(pci, var, PCI, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:319:1: note: in expansion of macro 'PCI_ACCESSOR'
PCI_ACCESSOR(slot, SLOT, uint8_t)
^~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-promise.c:37:
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': call is unlikely and code size would grow [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/ata/chipsets/ata-promise.c:37:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:785:2: note: called from here
BUS_READ_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, &v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:304:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(pci, var, PCI, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:319:1: note: in expansion of macro 'PCI_ACCESSOR'
PCI_ACCESSOR(slot, SLOT, uint8_t)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/isp/isp.c: In function 'isp_rdnvram_word':
/usr/home/mmacy/devel/networking/sys/dev/isp/isp.c:7683:22: warning: variable 'junk' set but not used [-Wunused-but-set-variable]
uint16_t bit, rqst, junk;
^~~~
/usr/home/mmacy/devel/networking/sys/dev/esp/ncr53c9x.c: In function 'ncr53c9x_msgin':
/usr/home/mmacy/devel/networking/sys/dev/esp/ncr53c9x.c:749:1: warning: inlining failed in call to 'ncr53c9x_setsync': call is unlikely and code size would grow [-Winline]
ncr53c9x_setsync(struct ncr53c9x_softc *sc, struct ncr53c9x_tinfo *ti)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/esp/ncr53c9x.c:1908:5: note: called from here
ncr53c9x_setsync(sc, ti);
^~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/esp/ncr53c9x.c:749:1: warning: inlining failed in call to 'ncr53c9x_setsync': call is unlikely and code size would grow [-Winline]
ncr53c9x_setsync(struct ncr53c9x_softc *sc, struct ncr53c9x_tinfo *ti)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/esp/ncr53c9x.c:1919:5: note: called from here
ncr53c9x_setsync(sc, ti);
^~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/esp/ncr53c9x.c:749:1: warning: inlining failed in call to 'ncr53c9x_setsync': call is unlikely and code size would grow [-Winline]
ncr53c9x_setsync(struct ncr53c9x_softc *sc, struct ncr53c9x_tinfo *ti)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/esp/ncr53c9x.c:2039:5: note: called from here
ncr53c9x_setsync(sc, ti);
^~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/ixgbe/if_ix.c: In function 'ixgbe_if_msix_intr_assign':
/usr/home/mmacy/devel/networking/sys/dev/ixgbe/if_ix.c:1982:21: warning: variable 'cpu_id' set but not used [-Wunused-but-set-variable]
int cpu_id = 0;
^~~~~~
/usr/home/mmacy/devel/networking/sys/dev/ixgbe/ix_txrx.c: In function 'ixgbe_isc_txd_encap':
/usr/home/mmacy/devel/networking/sys/dev/ixgbe/ix_txrx.c:237:32: warning: 'pidx_last' may be used uninitialized in this function [-Wmaybe-uninitialized]
txr->tx_rsq[txr->tx_rs_pidx] = pidx_last;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/ixgbe/ixgbe_x550.c: In function 'ixgbe_write_iosf_sb_reg_x550':
/usr/home/mmacy/devel/networking/sys/dev/ixgbe/ixgbe_x550.c:1233:15: warning: variable 'error' set but not used [-Wunused-but-set-variable]
u32 command, error;
^~~~~
/usr/home/mmacy/devel/networking/sys/dev/ixgbe/ixgbe_x550.c: In function 'ixgbe_read_iosf_sb_reg_x550':
/usr/home/mmacy/devel/networking/sys/dev/ixgbe/ixgbe_x550.c:1279:15: warning: variable 'error' set but not used [-Wunused-but-set-variable]
u32 command, error;
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/systm.h:46:0,
from /usr/home/mmacy/devel/networking/sys/dev/led/led.c:19:
/usr/home/mmacy/devel/networking/sys/dev/led/led.c: In function 'led_drvinit':
/usr/home/mmacy/devel/networking/sys/sys/callout.h:96:33: warning: the comparison will always evaluate as 'true' for the address of 'led_mtx' will never be NULL [-Waddress]
_callout_init_lock((c), ((mtx) != NULL) ? &(mtx)->lock_object : \
^
/usr/home/mmacy/devel/networking/sys/dev/led/led.c:337:2: note: in expansion of macro 'callout_init_mtx'
callout_init_mtx(&led_ch, &led_mtx, 0);
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/isp/isp.c:54:0:
/usr/home/mmacy/devel/networking/sys/dev/isp/isp.c: In function 'isp_intr_respq':
/usr/home/mmacy/devel/networking/sys/dev/isp/isp_freebsd.h:585:30: warning: 'cont_xs' may be used uninitialized in this function [-Wmaybe-uninitialized]
((xs)->sense_len - (xs)->sense_resid); \
^~
/usr/home/mmacy/devel/networking/sys/dev/isp/isp.c:5110:13: note: 'cont_xs' was declared here
XS_T *xs, *cont_xs;
^~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c: In function 'mmc_switch_to_hs400':
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:2279:11: warning: variable 'rca' set but not used [-Wunused-but-set-variable]
uint16_t rca;
^~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c: In function 'mmc_switch_to_hs200':
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:2322:11: warning: variable 'rca' set but not used [-Wunused-but-set-variable]
uint16_t rca;
^~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_config.c: In function 'mpr_config_get_ioc_pg8':
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_config.c:113:2: warning: 'reply' may be used uninitialized in this function [-Wmaybe-uninitialized]
bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_config.c: In function 'mpr_config_get_iounit_pg8':
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_config.c:245:2: warning: 'reply' may be used uninitialized in this function [-Wmaybe-uninitialized]
bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_config.c: In function 'mpr_config_get_dpm_pg0':
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_config.c:415:2: warning: 'reply' may be used uninitialized in this function [-Wmaybe-uninitialized]
bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:75:0:
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c: In function 'mmc_retune':
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:109:1: warning: inlining failed in call to 'mmcbr_update_ios': call is unlikely and code size would grow [-Winline]
mmcbr_update_ios(device_t dev)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:2346:2: note: called from here
mmcbr_update_ios(dev);
^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:
./bus_if.h:138:21: warning: inlining failed in call to 'BUS_WRITE_IVAR': call is unlikely and code size would grow [-Winline]
static __inline int BUS_WRITE_IVAR(device_t _dev, device_t _child, int _indx,
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:793:2: note: called from here
BUS_WRITE_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:88:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(mmcbr, var, MMCBR, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:91:1: note: in expansion of macro 'MMCBR_ACCESSOR'
MMCBR_ACCESSOR(bus_width, BUS_WIDTH, int)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:
./bus_if.h:138:21: warning: inlining failed in call to 'BUS_WRITE_IVAR': call is unlikely and code size would grow [-Winline]
static __inline int BUS_WRITE_IVAR(device_t _dev, device_t _child, int _indx,
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:793:2: note: called from here
BUS_WRITE_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:88:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(mmcbr, var, MMCBR, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:104:1: note: in expansion of macro 'MMCBR_ACCESSOR'
MMCBR_ACCESSOR(timing, TIMING, int)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:75:0:
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:109:1: warning: inlining failed in call to 'mmcbr_update_ios': call is unlikely and code size would grow [-Winline]
mmcbr_update_ios(device_t dev)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:2346:2: note: called from here
mmcbr_update_ios(dev);
^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:75:0:
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:109:1: warning: inlining failed in call to 'mmcbr_update_ios': call is unlikely and code size would grow [-Winline]
mmcbr_update_ios(device_t dev)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:2353:2: note: called from here
mmcbr_update_ios(dev);
^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:75:0:
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:109:1: warning: inlining failed in call to 'mmcbr_update_ios': call is unlikely and code size would grow [-Winline]
mmcbr_update_ios(device_t dev)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:2353:2: note: called from here
mmcbr_update_ios(dev);
^~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:2402:7: warning: 'clock' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (mmc_switch_to_hs400(sc, ivar, clock, timing) !=
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:2402:7: warning: 'ivar' may be used uninitialized in this function [-Wmaybe-uninitialized]
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_config.c: In function 'mpr_config_set_dpm_pg0':
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_config.c:553:2: warning: 'reply' may be used uninitialized in this function [-Wmaybe-uninitialized]
bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c: In function 'mprsas_logical_unit_reset_complete':
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c:1258:33: warning: variable 'req' set but not used [-Wunused-but-set-variable]
MPI2_SCSI_TASK_MANAGE_REQUEST *req;
^~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c: In function 'mprsas_build_nvme_unmap':
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c:1741:9: warning: variable 'res' set but not used [-Wunused-but-set-variable]
int i, res;
^~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c: In function 'mprsas_send_smpcmd':
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c:2935:17: warning: variable 'sg' set but not used [-Wunused-but-set-variable]
struct sglist *sg;
^~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h: In function 'mmc_scan':
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': --param large-function-growth limit reached [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:785:2: note: called from here
BUS_READ_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, &v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:88:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(mmcbr, var, MMCBR, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:96:1: note: in expansion of macro 'MMCBR_ACCESSOR'
MMCBR_ACCESSOR(host_ocr, HOST_OCR, int)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c: In function 'mprsas_async':
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c:3503:22: warning: variable 'cgd' set but not used [-Wunused-but-set-variable]
struct ccb_getdev *cgd;
^~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:
./bus_if.h:138:21: warning: inlining failed in call to 'BUS_WRITE_IVAR': --param large-function-growth limit reached [-Winline]
static __inline int BUS_WRITE_IVAR(device_t _dev, device_t _child, int _indx,
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:793:2: note: called from here
BUS_WRITE_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:88:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(mmcbr, var, MMCBR, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:97:1: note: in expansion of macro 'MMCBR_ACCESSOR'
MMCBR_ACCESSOR(mode, MODE, int)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': --param large-function-growth limit reached [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:785:2: note: called from here
BUS_READ_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, &v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:88:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(mmcbr, var, MMCBR, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:98:1: note: in expansion of macro 'MMCBR_ACCESSOR'
MMCBR_ACCESSOR(ocr, OCR, int)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:75:0:
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:109:1: warning: inlining failed in call to 'mmcbr_update_ios': --param large-function-growth limit reached [-Winline]
mmcbr_update_ios(device_t dev)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:2083:3: note: called from here
mmcbr_update_ios(dev);
^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:
./bus_if.h:138:21: warning: inlining failed in call to 'BUS_WRITE_IVAR': --param large-function-growth limit reached [-Winline]
static __inline int BUS_WRITE_IVAR(device_t _dev, device_t _child, int _indx,
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:793:2: note: called from here
BUS_WRITE_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:88:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(mmcbr, var, MMCBR, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:90:1: note: in expansion of macro 'MMCBR_ACCESSOR'
MMCBR_ACCESSOR(bus_mode, BUS_MODE, int)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:
./bus_if.h:138:21: warning: inlining failed in call to 'BUS_WRITE_IVAR': --param large-function-growth limit reached [-Winline]
static __inline int BUS_WRITE_IVAR(device_t _dev, device_t _child, int _indx,
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:793:2: note: called from here
BUS_WRITE_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:88:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(mmcbr, var, MMCBR, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:93:1: note: in expansion of macro 'MMCBR_ACCESSOR'
MMCBR_ACCESSOR(clock, CLOCK, int)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:75:0:
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:109:1: warning: inlining failed in call to 'mmcbr_update_ios': --param large-function-growth limit reached [-Winline]
mmcbr_update_ios(device_t dev)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:2083:3: note: called from here
mmcbr_update_ios(dev);
^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': --param large-function-growth limit reached [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:785:2: note: called from here
BUS_READ_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, &v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:88:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(mmcbr, var, MMCBR, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:98:1: note: in expansion of macro 'MMCBR_ACCESSOR'
MMCBR_ACCESSOR(ocr, OCR, int)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': --param large-function-growth limit reached [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:785:2: note: called from here
BUS_READ_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, &v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:88:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(mmcbr, var, MMCBR, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:97:1: note: in expansion of macro 'MMCBR_ACCESSOR'
MMCBR_ACCESSOR(mode, MODE, int)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': --param large-function-growth limit reached [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:785:2: note: called from here
BUS_READ_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, &v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:88:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(mmcbr, var, MMCBR, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:98:1: note: in expansion of macro 'MMCBR_ACCESSOR'
MMCBR_ACCESSOR(ocr, OCR, int)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': --param large-function-growth limit reached [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:785:2: note: called from here
BUS_READ_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, &v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:88:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(mmcbr, var, MMCBR, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:98:1: note: in expansion of macro 'MMCBR_ACCESSOR'
MMCBR_ACCESSOR(ocr, OCR, int)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:75:0:
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:109:1: warning: inlining failed in call to 'mmcbr_update_ios': --param large-function-growth limit reached [-Winline]
mmcbr_update_ios(device_t dev)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:2201:4: note: called from here
mmcbr_update_ios(dev);
^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:0:
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:88:17: warning: inlining failed in call to 'mmcbr_set_bus_width': --param large-function-growth limit reached [-Winline]
__BUS_ACCESSOR(mmcbr, var, MMCBR, ivar, type)
^
/usr/home/mmacy/devel/networking/sys/sys/bus.h:790:22: note: in definition of macro '__BUS_ACCESSOR'
static __inline void varp ## _set_ ## var(device_t dev, type t) \
^~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:91:1: note: in expansion of macro 'MMCBR_ACCESSOR'
MMCBR_ACCESSOR(bus_width, BUS_WIDTH, int)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:2200:4: note: called from here
mmcbr_set_bus_width(dev, ivar->bus_width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:75:0:
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:109:1: warning: inlining failed in call to 'mmcbr_update_ios': --param large-function-growth limit reached [-Winline]
mmcbr_update_ios(device_t dev)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:2232:4: note: called from here
mmcbr_update_ios(dev);
^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:0:
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:88:17: warning: inlining failed in call to 'mmcbr_set_bus_width': --param large-function-growth limit reached [-Winline]
__BUS_ACCESSOR(mmcbr, var, MMCBR, ivar, type)
^
/usr/home/mmacy/devel/networking/sys/sys/bus.h:790:22: note: in definition of macro '__BUS_ACCESSOR'
static __inline void varp ## _set_ ## var(device_t dev, type t) \
^~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:91:1: note: in expansion of macro 'MMCBR_ACCESSOR'
MMCBR_ACCESSOR(bus_width, BUS_WIDTH, int)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:2231:4: note: called from here
mmcbr_set_bus_width(dev, ivar->bus_width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:
./bus_if.h:138:21: warning: inlining failed in call to 'BUS_WRITE_IVAR': --param large-function-growth limit reached [-Winline]
static __inline int BUS_WRITE_IVAR(device_t _dev, device_t _child, int _indx,
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:793:2: note: called from here
BUS_WRITE_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:88:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(mmcbr, var, MMCBR, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:93:1: note: in expansion of macro 'MMCBR_ACCESSOR'
MMCBR_ACCESSOR(clock, CLOCK, int)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': --param large-function-growth limit reached [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:785:2: note: called from here
BUS_READ_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, &v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:88:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(mmcbr, var, MMCBR, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:97:1: note: in expansion of macro 'MMCBR_ACCESSOR'
MMCBR_ACCESSOR(mode, MODE, int)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': --param large-function-growth limit reached [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:785:2: note: called from here
BUS_READ_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, &v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcvar.h:83:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(mmc, var, MMC, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcvar.h:88:1: note: in expansion of macro 'MMC_ACCESSOR'
MMC_ACCESSOR(rca, RCA, int)
^~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': --param large-function-growth limit reached [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:785:2: note: called from here
BUS_READ_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, &v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:88:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(mmcbr, var, MMCBR, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:101:1: note: in expansion of macro 'MMCBR_ACCESSOR'
MMCBR_ACCESSOR(vdd, VDD, int)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:88:17: warning: inlining failed in call to 'mmcbr_get_timing': --param large-function-growth limit reached [-Winline]
__BUS_ACCESSOR(mmcbr, var, MMCBR, ivar, type)
^
/usr/home/mmacy/devel/networking/sys/sys/bus.h:782:22: note: in definition of macro '__BUS_ACCESSOR'
static __inline type varp ## _get_ ## var(device_t dev) \
^~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:104:1: note: in expansion of macro 'MMCBR_ACCESSOR'
MMCBR_ACCESSOR(timing, TIMING, int)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:846:8: note: called from here
if (mmcbr_get_timing(dev) >= bus_timing_mmc_ddr52 &&
^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:0:
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:88:17: warning: inlining failed in call to 'mmcbr_get_timing': --param large-function-growth limit reached [-Winline]
__BUS_ACCESSOR(mmcbr, var, MMCBR, ivar, type)
^
/usr/home/mmacy/devel/networking/sys/sys/bus.h:782:22: note: in definition of macro '__BUS_ACCESSOR'
static __inline type varp ## _get_ ## var(device_t dev) \
^~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:104:1: note: in expansion of macro 'MMCBR_ACCESSOR'
MMCBR_ACCESSOR(timing, TIMING, int)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:866:8: note: called from here
if (mmcbr_get_timing(dev) == bus_timing_mmc_ddr52 &&
^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': --param large-function-growth limit reached [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:66:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:785:2: note: called from here
BUS_READ_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, &v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:88:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(mmcbr, var, MMCBR, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmcbrvar.h:101:1: note: in expansion of macro 'MMCBR_ACCESSOR'
MMCBR_ACCESSOR(vdd, VDD, int)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_table.c: In function 'mpr_print_sgl':
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_table.c:532:23: warning: variable 'req' set but not used [-Wunused-but-set-variable]
MPI2_REQUEST_HEADER *req;
^~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_config.c: In function 'mpr_config_get_sas_device_pg0':
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_config.c:690:2: warning: 'reply' may be used uninitialized in this function [-Wmaybe-uninitialized]
bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas_lsi.c: In function 'mprsas_fw_work':
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas_lsi.c:270:42: warning: variable 'data' set but not used [-Wunused-but-set-variable]
Mpi2EventDataSasEnclDevStatusChange_t *data;
^~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_mapping.c: In function 'mpr_mapping_initialize':
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_mapping.c:2263:49: warning: 'end_idx' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (sc->ir_firmware && (dev_idx >= start_idx) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
(dev_idx <= end_idx)) {
~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_mapping.c:2215:35: note: 'end_idx' was declared here
u32 map_idx, dev_idx, start_idx, end_idx;
^~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_mapping.c:2263:23: warning: 'start_idx' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (sc->ir_firmware && (dev_idx >= start_idx) &&
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_mapping.c:2215:24: note: 'start_idx' was declared here
u32 map_idx, dev_idx, start_idx, end_idx;
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_config.c: In function 'mpr_config_get_pcie_device_pg0':
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_config.c:827:2: warning: 'reply' may be used uninitialized in this function [-Wmaybe-uninitialized]
bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c:86:0:
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c: In function 'mprsas_action':
/usr/home/mmacy/devel/networking/sys/dev/mpr/mprvar.h:602:1: warning: inlining failed in call to 'mpr_alloc_command': call is unlikely and code size would grow [-Winline]
mpr_alloc_command(struct mpr_softc *sc)
^~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c:1962:5: note: called from here
cm = mpr_alloc_command(sc);
~~~^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c:86:0:
/usr/home/mmacy/devel/networking/sys/dev/mpr/mprvar.h:567:1: warning: inlining failed in call to 'mpr_free_command': call is unlikely and code size would grow [-Winline]
mpr_free_command(struct mpr_softc *sc, struct mpr_command *cm)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c:1965:4: note: called from here
mpr_free_command(sc, cm);
^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c:86:0:
/usr/home/mmacy/devel/networking/sys/dev/mpr/mprvar.h:567:1: warning: inlining failed in call to 'mpr_free_command': call is unlikely and code size would grow [-Winline]
mpr_free_command(struct mpr_softc *sc, struct mpr_command *cm)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c:1993:4: note: called from here
mpr_free_command(sc, cm);
^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c:86:0:
/usr/home/mmacy/devel/networking/sys/dev/mpr/mprvar.h:567:1: warning: inlining failed in call to 'mpr_free_command': call is unlikely and code size would grow [-Winline]
mpr_free_command(struct mpr_softc *sc, struct mpr_command *cm)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c:2063:3: note: called from here
mpr_free_command(sc, cm);
^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c:86:0:
/usr/home/mmacy/devel/networking/sys/dev/mpr/mprvar.h:602:1: warning: inlining failed in call to 'mpr_alloc_command': call is unlikely and code size would grow [-Winline]
mpr_alloc_command(struct mpr_softc *sc)
^~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c:3063:5: note: called from here
cm = mpr_alloc_command(sc);
~~~^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c:86:0:
/usr/home/mmacy/devel/networking/sys/dev/mpr/mprvar.h:567:1: warning: inlining failed in call to 'mpr_free_command': call is unlikely and code size would grow [-Winline]
mpr_free_command(struct mpr_softc *sc, struct mpr_command *cm)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas.c:3153:2: note: called from here
mpr_free_command(sc, cm);
^~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_config.c: In function 'mpr_config_get_pcie_device_pg2':
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_config.c:964:2: warning: 'reply' may be used uninitialized in this function [-Wmaybe-uninitialized]
bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas_lsi.c: In function 'mprsas_get_sas_address_for_sata_disk':
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas_lsi.c:1162:2: warning: 'reply' may be used uninitialized in this function [-Wmaybe-uninitialized]
bcopy(reply, mpi_reply, sizeof(Mpi2SataPassthroughReply_t));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_sas_lsi.c:1099:30: note: 'reply' was declared here
Mpi2SataPassthroughReply_t *reply;
^~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_config.c: In function 'mpr_config_get_bios_pg3':
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_config.c:1098:2: warning: 'reply' may be used uninitialized in this function [-Wmaybe-uninitialized]
bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_config.c: In function 'mpr_config_get_raid_volume_pg1':
/usr/home/mmacy/devel/networking/sys/dev/mpr/mpr_config.c:1361:2: warning: 'reply' may be used uninitialized in this function [-Wmaybe-uninitialized]
bcopy(reply, mpi_reply, sizeof(MPI2_CONFIG_REPLY));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c: In function 'mmc_wait_for_request':
/usr/home/mmacy/devel/networking/sys/dev/mmc/mmc.c:525:12: warning: 'ivar' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (ivar->rca != sc->last_rca)
~~~~^~~~~
/usr/home/mmacy/devel/networking/sys/dev/mps/mps_mapping.c: In function 'mps_mapping_initialize':
/usr/home/mmacy/devel/networking/sys/dev/mps/mps_mapping.c:1816:49: warning: 'end_idx' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (sc->ir_firmware && (dev_idx >= start_idx) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
(dev_idx <= end_idx)) {
~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mps/mps_mapping.c:1768:35: note: 'end_idx' was declared here
u32 map_idx, dev_idx, start_idx, end_idx;
^~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mps/mps_mapping.c:1816:23: warning: 'start_idx' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (sc->ir_firmware && (dev_idx >= start_idx) &&
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mps/mps_mapping.c:1768:24: note: 'start_idx' was declared here
u32 map_idx, dev_idx, start_idx, end_idx;
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mps/mps_sas.c: In function 'mpssas_logical_unit_reset_complete':
/usr/home/mmacy/devel/networking/sys/dev/mps/mps_sas.c:1201:33: warning: variable 'req' set but not used [-Wunused-but-set-variable]
MPI2_SCSI_TASK_MANAGE_REQUEST *req;
^~~
/usr/home/mmacy/devel/networking/sys/dev/mps/mps_table.c: In function 'mps_print_sgl':
/usr/home/mmacy/devel/networking/sys/dev/mps/mps_table.c:510:23: warning: variable 'req' set but not used [-Wunused-but-set-variable]
MPI2_REQUEST_HEADER *req;
^~~
/usr/home/mmacy/devel/networking/sys/dev/mps/mps_sas_lsi.c: In function 'mpssas_fw_work':
/usr/home/mmacy/devel/networking/sys/dev/mps/mps_sas_lsi.c:268:42: warning: variable 'data' set but not used [-Wunused-but-set-variable]
Mpi2EventDataSasEnclDevStatusChange_t *data;
^~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mps/mps_sas.c:87:0:
/usr/home/mmacy/devel/networking/sys/dev/mps/mps_sas.c: In function 'mpssas_action_scsiio':
/usr/home/mmacy/devel/networking/sys/dev/mps/mpsvar.h:540:1: warning: inlining failed in call to 'mps_free_command': call is unlikely and code size would grow [-Winline]
mps_free_command(struct mps_softc *sc, struct mps_command *cm)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mps/mps_sas.c:1811:3: note: called from here
mps_free_command(sc, cm);
^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/mps/mps_sas.c:87:0:
/usr/home/mmacy/devel/networking/sys/dev/mps/mps_sas.c: In function 'mpssas_action':
/usr/home/mmacy/devel/networking/sys/dev/mps/mpsvar.h:540:1: warning: inlining failed in call to 'mps_free_command': call is unlikely and code size would grow [-Winline]
mps_free_command(struct mps_softc *sc, struct mps_command *cm)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mps/mps_sas.c:2891:2: note: called from here
mps_free_command(sc, cm);
^~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/mvs/mvs.c: In function 'mvs_legacy_intr':
/usr/home/mmacy/devel/networking/sys/dev/mvs/mvs.c:847:6: warning: variable 'port' set but not used [-Wunused-but-set-variable]
int port;
^~~~
/usr/home/mmacy/devel/networking/sys/dev/netmap/if_ptnet.c: In function 'ptnet_ioctl':
/usr/home/mmacy/devel/networking/sys/dev/netmap/if_ptnet.c:741:6: warning: variable 'mask' set but not used [-Wunused-but-set-variable]
int mask, err = 0;
^~~~
/usr/home/mmacy/devel/networking/sys/dev/netmap/netmap_generic.c: In function 'generic_set_tx_event':
/usr/home/mmacy/devel/networking/sys/dev/netmap/netmap_generic.c:174:28: warning: the comparison will always evaluate as 'true' for the address of 'generic_mbuf_destructor' will never be NULL [-Waddress]
(m)->m_ext.ext_free = (fn != NULL) ? \
^
/usr/home/mmacy/devel/networking/sys/dev/netmap/netmap_generic.c:767:2: note: in expansion of macro 'SET_MBUF_DESTRUCTOR'
SET_MBUF_DESTRUCTOR(m, generic_mbuf_destructor);
^~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c: In function 'pci_iov_attach_method':
/usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:118:11: warning: variable 'pcib' set but not used [-Wunused-but-set-variable]
device_t pcib;
^~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h: In function 'pci_iov_ioctl':
./pci_if.h:36:27: warning: inlining failed in call to 'PCI_READ_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline u_int32_t PCI_READ_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:336:12: note: called from here
return PCI_READ_CONFIG(device_get_parent(dev), dev, reg, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:
./pci_if.h:52:22: warning: inlining failed in call to 'PCI_WRITE_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline void PCI_WRITE_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:342:5: note: called from here
PCI_WRITE_CONFIG(device_get_parent(dev), dev, reg, val, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:
./pci_if.h:36:27: warning: inlining failed in call to 'PCI_READ_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline u_int32_t PCI_READ_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:336:12: note: called from here
return PCI_READ_CONFIG(device_get_parent(dev), dev, reg, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:
./pci_if.h:36:27: warning: inlining failed in call to 'PCI_READ_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline u_int32_t PCI_READ_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:336:12: note: called from here
return PCI_READ_CONFIG(device_get_parent(dev), dev, reg, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:
./pci_if.h:52:22: warning: inlining failed in call to 'PCI_WRITE_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline void PCI_WRITE_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:342:5: note: called from here
PCI_WRITE_CONFIG(device_get_parent(dev), dev, reg, val, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:36:
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': call is unlikely and code size would grow [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:36:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:785:2: note: called from here
BUS_READ_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, &v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:304:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(pci, var, PCI, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:318:1: note: in expansion of macro 'PCI_ACCESSOR'
PCI_ACCESSOR(bus, BUS, uint8_t)
^~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:
./pci_if.h:52:22: warning: inlining failed in call to 'PCI_WRITE_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline void PCI_WRITE_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:342:5: note: called from here
PCI_WRITE_CONFIG(device_get_parent(dev), dev, reg, val, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:
./pci_if.h:36:27: warning: inlining failed in call to 'PCI_READ_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline u_int32_t PCI_READ_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:336:12: note: called from here
return PCI_READ_CONFIG(device_get_parent(dev), dev, reg, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:
./pci_if.h:52:22: warning: inlining failed in call to 'PCI_WRITE_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline void PCI_WRITE_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:342:5: note: called from here
PCI_WRITE_CONFIG(device_get_parent(dev), dev, reg, val, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:
./pci_if.h:36:27: warning: inlining failed in call to 'PCI_READ_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline u_int32_t PCI_READ_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:336:12: note: called from here
return PCI_READ_CONFIG(device_get_parent(dev), dev, reg, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:
./pci_if.h:36:27: warning: inlining failed in call to 'PCI_READ_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline u_int32_t PCI_READ_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:336:12: note: called from here
return PCI_READ_CONFIG(device_get_parent(dev), dev, reg, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:36:
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': call is unlikely and code size would grow [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:36:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:785:2: note: called from here
BUS_READ_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, &v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:304:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(pci, var, PCI, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:308:1: note: in expansion of macro 'PCI_ACCESSOR'
PCI_ACCESSOR(vendor, VENDOR, uint16_t)
^~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:
./pci_if.h:36:27: warning: inlining failed in call to 'PCI_READ_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline u_int32_t PCI_READ_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:55:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:336:12: note: called from here
return PCI_READ_CONFIG(device_get_parent(dev), dev, reg, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:469:12: warning: 'lowest_pos' may be used uninitialized in this function [-Wmaybe-uninitialized]
iov_ctl = pci_read_config(lowest, lowest_pos + PCIR_SRIOV_CTL, 2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:436:39: note: 'lowest_pos' was declared here
int i, error, devcount, lowest_func, lowest_pos, iov_pos, dev_func;
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:452:35: warning: 'lowest_func' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (lowest == NULL || dev_func < lowest_func) {
~~~~~~~~~^~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pci_iov.c:436:26: note: 'lowest_func' was declared here
int i, error, devcount, lowest_func, lowest_pos, iov_pos, dev_func;
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/sdhci/sdhci.c: In function 'sdhci_req_wakeup':
/usr/home/mmacy/devel/networking/sys/dev/sdhci/sdhci.c:1518:21: warning: variable 'slot' set but not used [-Wunused-but-set-variable]
struct sdhci_slot *slot;
^~~~
/usr/home/mmacy/devel/networking/sys/dev/siis/siis.c: In function 'siis_ch_intr':
/usr/home/mmacy/devel/networking/sys/dev/siis/siis.c:853:47: warning: variable 'err' set but not used [-Wunused-but-set-variable]
uint32_t istatus, sstatus, ctx, estatus, ok, err = 0;
^~~
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/hda/hdaa.c: In function 'hdaa_eld_dump':
/usr/home/mmacy/devel/networking/sys/dev/sound/pci/hda/hdaa.c:609:6: warning: variable 'len' set but not used [-Wunused-but-set-variable]
int len, mnl, i, sadc, fmt;
^~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h: In function 'pci_alloc_msix_method':
./pci_if.h:52:22: warning: inlining failed in call to 'PCI_WRITE_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline void PCI_WRITE_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:342:5: note: called from here
PCI_WRITE_CONFIG(device_get_parent(dev), dev, reg, val, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h: In function 'pci_alloc_msi_method':
./pci_if.h:52:22: warning: inlining failed in call to 'PCI_WRITE_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline void PCI_WRITE_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:342:5: note: called from here
PCI_WRITE_CONFIG(device_get_parent(dev), dev, reg, val, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/sound/pcm/ac97.c: In function 'ac97_initmixer':
/usr/home/mmacy/devel/networking/sys/dev/sound/pcm/ac97.c:605:11: warning: variable 'model' set but not used [-Wunused-but-set-variable]
u_int8_t model, step;
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h: In function 'pci_add_map':
./pci_if.h:52:22: warning: inlining failed in call to 'PCI_WRITE_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline void PCI_WRITE_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:342:5: note: called from here
PCI_WRITE_CONFIG(device_get_parent(dev), dev, reg, val, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:
./pci_if.h:36:27: warning: inlining failed in call to 'PCI_READ_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline u_int32_t PCI_READ_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:336:12: note: called from here
return PCI_READ_CONFIG(device_get_parent(dev), dev, reg, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:
./pci_if.h:52:22: warning: inlining failed in call to 'PCI_WRITE_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline void PCI_WRITE_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:342:5: note: called from here
PCI_WRITE_CONFIG(device_get_parent(dev), dev, reg, val, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:
./pci_if.h:36:27: warning: inlining failed in call to 'PCI_READ_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline u_int32_t PCI_READ_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:336:12: note: called from here
return PCI_READ_CONFIG(device_get_parent(dev), dev, reg, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h: In function 'pci_add_resources_ea':
./pci_if.h:36:27: warning: inlining failed in call to 'PCI_READ_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline u_int32_t PCI_READ_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:336:12: note: called from here
return PCI_READ_CONFIG(device_get_parent(dev), dev, reg, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:
./pci_if.h:52:22: warning: inlining failed in call to 'PCI_WRITE_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline void PCI_WRITE_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:342:5: note: called from here
PCI_WRITE_CONFIG(device_get_parent(dev), dev, reg, val, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:
./pci_if.h:36:27: warning: inlining failed in call to 'PCI_READ_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline u_int32_t PCI_READ_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:336:12: note: called from here
return PCI_READ_CONFIG(device_get_parent(dev), dev, reg, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:
./pci_if.h:52:22: warning: inlining failed in call to 'PCI_WRITE_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline void PCI_WRITE_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:342:5: note: called from here
PCI_WRITE_CONFIG(device_get_parent(dev), dev, reg, val, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:274:0,
from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h: In function 'pci_add_resources':
./pci_if.h:52:22: warning: inlining failed in call to 'PCI_WRITE_CONFIG': call is unlikely and code size would grow [-Winline]
static __inline void PCI_WRITE_CONFIG(device_t dev, device_t child, int reg,
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/pci/pci.c:65:0:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:342:5: note: called from here
PCI_WRITE_CONFIG(device_get_parent(dev), dev, reg, val, width);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/sound/pcm/sound.c: In function 'pcm_unregister':
/usr/home/mmacy/devel/networking/sys/dev/sound/pcm/sound.c:1148:17: warning: variable 'td' set but not used [-Wunused-but-set-variable]
struct thread *td;
^~
In file included from /usr/home/mmacy/devel/networking/sys/dev/syscons/syscons.h:39:0,
from /usr/home/mmacy/devel/networking/sys/dev/syscons/scmouse.c:49:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/syscons/scmouse.c:44:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/syscons/syscons.h:39:0,
from /usr/home/mmacy/devel/networking/sys/dev/syscons/scvidctl.c:53:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/syscons/scvidctl.c:50:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/syscons/syscons.c:58:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/syscons/syscons.c:48:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/trm/trm.c: In function 'trm_attach':
/usr/home/mmacy/devel/networking/sys/dev/trm/trm.c:3375:9: warning: variable 'device_id' set but not used [-Wunused-but-set-variable]
u_long device_id;
^~~~~~~~~
cc1: all warnings being treated as errors
--- scvidctl.o ---
*** [scvidctl.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
cc1: all warnings being treated as errors
--- scmouse.o ---
*** [scmouse.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/usb/controller/ehci_pci.c:57:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h: In function 'ehci_pci_attach':
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': call is unlikely and code size would grow [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/usb/controller/ehci_pci.c:57:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:785:2: note: called from here
BUS_READ_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, &v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:304:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(pci, var, PCI, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:310:1: note: in expansion of macro 'PCI_ACCESSOR'
PCI_ACCESSOR(devid, DEVID, uint32_t)
^~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/dev/usb/controller/ehci_pci.c:57:
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': call is unlikely and code size would grow [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/usb/controller/ehci_pci.c:57:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:785:2: note: called from here
BUS_READ_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, &v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:304:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(pci, var, PCI, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:314:1: note: in expansion of macro 'PCI_ACCESSOR'
PCI_ACCESSOR(revid, REVID, uint8_t)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/usb/controller/uhci.c: In function 'uhci_check_transfer':
/usr/home/mmacy/devel/networking/sys/dev/usb/controller/uhci.c:1313:11: warning: variable 'token' set but not used [-Wunused-but-set-variable]
uint32_t token;
^~~~~
/usr/home/mmacy/devel/networking/sys/dev/usb/controller/uhci.c: In function 'uhci_xfer_setup':
/usr/home/mmacy/devel/networking/sys/dev/usb/controller/uhci.c:2839:16: warning: variable 'sc' set but not used [-Wunused-but-set-variable]
uhci_softc_t *sc;
^~
/usr/home/mmacy/devel/networking/sys/dev/syscons/syscons.c: In function 'sctty_ioctl':
/usr/home/mmacy/devel/networking/sys/dev/syscons/syscons.c:978:28: warning: 'cap' may be used uninitialized in this function [-Wmaybe-uninitialized]
((int *)data)[2] = cap->height;
~~~^~~~~~~~
cc1: all warnings being treated as errors
--- syscons.o ---
*** [syscons.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
In file included from /usr/home/mmacy/devel/networking/sys/dev/usb/usb_core.c:57:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/usb/usb_core.c:56:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
cc1: all warnings being treated as errors
--- usb_core.o ---
*** [usb_core.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
In file included from /usr/home/mmacy/devel/networking/sys/sys/systm.h:46:0,
from /usr/home/mmacy/devel/networking/sys/dev/usb/input/ukbd.c:52:
/usr/home/mmacy/devel/networking/sys/dev/usb/input/ukbd.c: In function 'ukbd_attach':
/usr/home/mmacy/devel/networking/sys/sys/callout.h:96:33: warning: the comparison will always evaluate as 'true' for the address of 'Giant' will never be NULL [-Waddress]
_callout_init_lock((c), ((mtx) != NULL) ? &(mtx)->lock_object : \
^
/usr/home/mmacy/devel/networking/sys/dev/usb/usbdi.h:479:37: note: in expansion of macro 'callout_init_mtx'
#define usb_callout_init_mtx(c,m,f) callout_init_mtx(&(c)->co,m,f)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/usb/input/ukbd.c:1237:2: note: in expansion of macro 'usb_callout_init_mtx'
usb_callout_init_mtx(&sc->sc_callout, &Giant, 0);
^~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/vt/vt_core.c:52:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/dev/vt/vt_core.c:45:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/fs/devfs/devfs_devs.c:48:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/fs/devfs/devfs_devs.c:43:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
cc1: all warnings being treated as errors
--- devfs_devs.o ---
*** [devfs_devs.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
cc1: all warnings being treated as errors
--- vt_core.o ---
*** [vt_core.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
/usr/home/mmacy/devel/networking/sys/fs/msdosfs/msdosfs_fat.c: In function 'freeclusterchain':
/usr/home/mmacy/devel/networking/sys/fs/msdosfs/msdosfs_fat.c:881:3: warning: 'bn' may be used uninitialized in this function [-Wmaybe-uninitialized]
updatefats(pmp, bp, bn);
^~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clcomsubs.c: In function 'nfsm_uiombuflist':
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clcomsubs.c:357:21: warning: variable 'rem' set but not used [-Wunused-but-set-variable]
int uiosiz, clflg, rem;
^~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clstate.c: In function 'nfscl_docb':
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clstate.c:3255:6: warning: variable 'changed' set but not used [-Wunused-but-set-variable]
int changed, gotone, laytype, recalltype;
^~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clstate.c:3250:40: warning: variable 'cachethis' set but not used [-Wunused-but-set-variable]
uint32_t seqid, slotid = 0, highslot, cachethis;
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clstate.c:3240:38: warning: variable 'trunc' set but not used [-Wunused-but-set-variable]
int numops, taglen = -1, error = 0, trunc;
^~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c: In function 'nfsrpc_createlayout':
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:7247:11: warning: variable 'rflags' set but not used [-Wunused-but-set-variable]
uint32_t rflags;
^~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/fs/nfs/nfsport.h:507:0,
from /usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:50:
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c: In function 'nfsrv_parseug':
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6944:2: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, uint32_t *, NFSX_UNSIGNED);
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6962:2: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(cp, char *, NFSM_RNDUP(len));
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6972:3: warning: 'str' may be used uninitialized in this function [-Wmaybe-uninitialized]
free(str, M_TEMP);
^~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/fs/nfs/nfsport.h:507:0,
from /usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:50:
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c: In function 'nfsrv_parselayoutget':
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6686:2: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, uint32_t *, 2 * NFSX_UNSIGNED + NFSX_STATEID);
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6706:3: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, uint32_t *, 2 * NFSX_HYPER +
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6717:4: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, uint32_t *, 3 * NFSX_UNSIGNED +
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6755:5: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, uint32_t *, NFSX_UNSIGNED);
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6766:5: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(cp, uint8_t *, NFSM_RNDUP(nfhlen));
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6770:4: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, uint32_t *, NFSX_UNSIGNED +
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6795:5: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, uint32_t *, NFSX_UNSIGNED);
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6803:6: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, uint32_t *,
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6842:7: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, uint32_t *,
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6853:7: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(cp, uint8_t *,
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6895:4: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, uint32_t *, 2 * NFSX_UNSIGNED);
^~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/fs/nfs/nfsport.h:507:0,
from /usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdsocket.c:44:
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdsocket.c: In function 'nfsrvd_dorpc':
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.3': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdsocket.c:845:5: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, u_int32_t *, NFSX_UNSIGNED);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.3': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdsocket.c:964:9: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, u_int32_t *,
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.3': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdsocket.c:1057:7: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, u_int32_t *,
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c: In function 'nfsrpc_readds':
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.0': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6114:2: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, uint32_t *, NFSX_UNSIGNED * 3);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6139:3: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, uint32_t *, 2 * NFSX_UNSIGNED);
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6142:3: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, uint32_t *, NFSX_UNSIGNED);
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:137:6: note: called from here
tl = (u_int32_t *)nfsm_dissect(nd, NFSX_UNSIGNED); \
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6145:2: note: in expansion of macro 'NFSM_STRSIZ'
NFSM_STRSIZ(retlen, len);
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c: In function 'nfsrpc_writeds':
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.0': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6183:3: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, uint32_t *, NFSX_HYPER + 2 * NFSX_UNSIGNED);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.0': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6188:3: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, uint32_t *, NFSX_HYPER + 3 * NFSX_UNSIGNED);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6226:3: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, uint32_t *, 2 * NFSX_UNSIGNED + NFSX_VERF);
^~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/rpc/rpc.h:72:0,
from /usr/home/mmacy/devel/networking/sys/fs/nfs/nfsport.h:103,
from /usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdkrpc.c:42:
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdkrpc.c: In function 'nfs_proc':
/usr/home/mmacy/devel/networking/sys/rpc/svc.h:437:13: warning: the comparison will always evaluate as 'false' for the address of 'ack' will never be NULL [-Waddress]
((ack) == NULL ? TRUE : (*(xprt)->xp_ops->xp_ack)((xprt), (ack))))
^
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdkrpc.c:368:4: note: in expansion of macro 'SVC_ACK'
SVC_ACK(xprt, &ack);
^~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdkrpc.c: In function 'nfssvc_loss':
/usr/home/mmacy/devel/networking/sys/rpc/svc.h:437:13: warning: the comparison will always evaluate as 'false' for the address of 'ack' will never be NULL [-Waddress]
((ack) == NULL ? TRUE : (*(xprt)->xp_ops->xp_ack)((xprt), (ack))))
^
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdkrpc.c:418:2: note: in expansion of macro 'SVC_ACK'
SVC_ACK(xprt, &ack);
^~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdport.c: In function 'nfsrvd_readdir':
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdport.c:1577:23: warning: variable 'verf' set but not used [-Wunused-but-set-variable]
u_int64_t off, toff, verf;
^~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c: In function 'nfsrvd_openattr':
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c:3649:17: warning: variable 'createdir' set but not used [-Wunused-but-set-variable]
int error = 0, createdir;
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c: In function 'nfsrpc_openrpc':
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:563:5: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, u_int32_t *,
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c: In function 'nfsrpc_lookup':
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:1385:3: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, u_int32_t *, 4 * NFSX_UNSIGNED);
^~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/gdb/gdb_main.c:37:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/gdb/gdb_main.c:34:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/gdb/gdb_main.c:44:0:
/usr/home/mmacy/devel/networking/sys/gdb/gdb_main.c: In function 'gdb_trap':
/usr/home/mmacy/devel/networking/sys/gdb/gdb_int.h:89:1: warning: inlining failed in call to 'gdb_tx_err': call is unlikely and code size would grow [-Winline]
gdb_tx_err(int err)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/gdb/gdb_main.c:239:5: note: called from here
gdb_tx_err(EIO);
^~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/gdb/gdb_main.c:44:0:
/usr/home/mmacy/devel/networking/sys/gdb/gdb_int.h:89:1: warning: inlining failed in call to 'gdb_tx_err': call is unlikely and code size would grow [-Winline]
gdb_tx_err(int err)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/gdb/gdb_main.c:250:5: note: called from here
gdb_tx_err(EIO);
^~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/gdb/gdb_main.c:44:0:
/usr/home/mmacy/devel/networking/sys/gdb/gdb_int.h:89:1: warning: inlining failed in call to 'gdb_tx_err': call is unlikely and code size would grow [-Winline]
gdb_tx_err(int err)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/gdb/gdb_main.c:123:3: note: called from here
gdb_tx_err(EIO);
^~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
--- gdb_main.o ---
*** [gdb_main.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
In file included from /usr/home/mmacy/devel/networking/sys/fs/pseudofs/pseudofs_vnops.c:55:0:
/usr/home/mmacy/devel/networking/sys/fs/pseudofs/pseudofs_vnops.c: In function 'pfs_write':
/usr/home/mmacy/devel/networking/sys/fs/pseudofs/pseudofs_internal.h:130:1: warning: inlining failed in call to 'pn_fill': call is unlikely and code size would grow [-Winline]
pn_fill(PFS_FILL_ARGS)
^~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/pseudofs/pseudofs_vnops.c:1023:10: note: called from here
error = pn_fill(curthread, proc, pn, &sb, uio);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/fs/pseudofs/pseudofs_vnops.c:55:0:
/usr/home/mmacy/devel/networking/sys/fs/pseudofs/pseudofs_vnops.c: In function 'pfs_read':
/usr/home/mmacy/devel/networking/sys/fs/pseudofs/pseudofs_internal.h:130:1: warning: inlining failed in call to 'pn_fill': call is unlikely and code size would grow [-Winline]
pn_fill(PFS_FILL_ARGS)
^~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/pseudofs/pseudofs_vnops.c:675:8: note: called from here
error = pn_fill(curthread, proc, pn, sb, uio);
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c: In function 'nfsrpc_readdir':
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:3178:13: warning: 'ncookie.lval[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
*tl2 = cookiep->nfsuquad[1] = cookie.lval[1] =
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ncookie.lval[1];
~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:3176:15: warning: 'ncookie.lval[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
*tl2++ = cookiep->nfsuquad[0] = cookie.lval[0] =
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ncookie.lval[0];
~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/geom/geom_subr.c:65:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/geom/geom_subr.c:50:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/fs/nfs/nfsport.h:507:0,
from /usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c:50:
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c: In function 'nfsrvd_open':
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c:2727:4: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, u_int32_t *, NFSX_VERF);
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c:2732:4: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, u_int32_t *, NFSX_VERF);
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c:2846:4: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, u_int32_t *, NFSX_UNSIGNED);
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.1': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c:2957:5: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, u_int32_t *, 2 * NFSX_UNSIGNED);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.1': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c:2961:5: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, u_int32_t *, 2 * NFSX_UNSIGNED);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.1': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c:2965:5: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, u_int32_t *, NFSX_UNSIGNED);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.1': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c:2971:4: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, u_int32_t *, NFSX_STATEID+NFSX_UNSIGNED);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.1': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c:2981:5: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, u_int32_t *, 3 * NFSX_UNSIGNED);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.1': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c:2985:4: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, u_int32_t *, 3 * NFSX_UNSIGNED);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c: In function 'nfsrpc_readdirplus':
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:3608:15: warning: 'ncookie.lval[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
*tl2++ = cookiep->nfsuquad[0] = cookie.lval[0] =
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ncookie.lval[0];
~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:3610:13: warning: 'ncookie.lval[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
*tl2 = cookiep->nfsuquad[1] = cookie.lval[1] =
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ncookie.lval[1];
~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/geom/part/g_part_ebr.c: In function 'g_part_ebr_read':
/usr/home/mmacy/devel/networking/sys/geom/part/g_part_ebr.c:497:27: warning: variable 'table' set but not used [-Wunused-but-set-variable]
struct g_part_ebr_table *table;
^~~~~
cc1: all warnings being treated as errors
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c: In function 'nfsrvd_setclientid':
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.1': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c:3543:3: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, u_int32_t *, 2 * NFSX_HYPER);
^~~~~~~~~~
--- geom_subr.o ---
*** [geom_subr.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c: In function 'nfsrvd_exchangeid':
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.1': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c:3826:3: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, uint32_t *, 2 * NFSX_HYPER + 3 * NFSX_UNSIGNED);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.1': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c:3842:3: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, uint32_t *, NFSX_V4TIME);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.1': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c:3836:3: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, uint32_t *, 3 * NFSX_UNSIGNED);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c: In function 'nfsrvd_createsession':
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c:3919:3: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, uint32_t *, NFSX_UNSIGNED);
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.1': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c:3933:3: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, uint32_t *, 18 * NFSX_UNSIGNED);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.1': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsserver/nfs_nfsdserv.c:3931:3: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, uint32_t *, NFSX_V4SESSIONID);
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/geom/part/g_part.c:51:0:
/usr/home/mmacy/devel/networking/sys/geom/part/g_part.c: In function 'g_part_ctlreq':
./g_part_if.h:121:22: warning: inlining failed in call to 'G_PART_FULLNAME': call is unlikely and code size would grow [-Winline]
static __inline void G_PART_FULLNAME(struct g_part_table *table,
^~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/geom/part/g_part.c:790:3: note: called from here
G_PART_FULLNAME(table, entry, sb, gp->name);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/geom/part/g_part.c:51:0:
./g_part_if.h:121:22: warning: inlining failed in call to 'G_PART_FULLNAME': call is unlikely and code size would grow [-Winline]
static __inline void G_PART_FULLNAME(struct g_part_table *table,
^~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/geom/part/g_part.c:1104:3: note: called from here
G_PART_FULLNAME(table, entry, sb, gp->name);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/geom/part/g_part.c:51:0:
./g_part_if.h:121:22: warning: inlining failed in call to 'G_PART_FULLNAME': call is unlikely and code size would grow [-Winline]
static __inline void G_PART_FULLNAME(struct g_part_table *table,
^~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/geom/part/g_part.c:1242:3: note: called from here
G_PART_FULLNAME(table, entry, sb, gp->name);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/geom/part/g_part.c:51:0:
./g_part_if.h:121:22: warning: inlining failed in call to 'G_PART_FULLNAME': call is unlikely and code size would grow [-Winline]
static __inline void G_PART_FULLNAME(struct g_part_table *table,
^~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/geom/part/g_part.c:1380:3: note: called from here
G_PART_FULLNAME(table, entry, sb, gp->name);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/fs/nfs/nfsport.h:507:0,
from /usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:50:
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c: In function 'nfsrpc_getdeviceinfo':
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:5074:4: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, uint32_t *, NFSX_UNSIGNED);
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:5117:4: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, uint32_t *, NFSX_UNSIGNED);
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:5370:52: warning: 'ssin.sin_addr.s_addr' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (msad != NULL && msad->sin_family == AF_INET &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
sin->sin_addr.s_addr == msad->sin_addr.s_addr &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:4935:26: note: 'ssin.sin_addr.s_addr' was declared here
struct sockaddr_in sin, ssin;
^~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:5393:17: warning: 'ssin.sin_port' may be used uninitialized in this function [-Wmaybe-uninitialized]
sad->sin_port = sin->sin_port;
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:4935:26: note: 'ssin.sin_port' was declared here
struct sockaddr_in sin, ssin;
^~~~
In file included from /usr/home/mmacy/devel/networking/sys/fs/nfs/nfsport.h:513:0,
from /usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:50:
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c: In function 'nfscl_doiods':
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfsmount.h:128:1: warning: inlining failed in call to 'nfsmnt_mdssession': call is unlikely and code size would grow [-Winline]
nfsmnt_mdssession(struct nfsmount *nmp)
^~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:5298:8: note: called from here
tsep = nfsmnt_mdssession(nmp);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/fs/nfs/nfsport.h:58:0,
from /usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:50:
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:972:1: warning: inlining failed in call to 'm_get.constprop': call is unlikely and code size would grow [-Winline]
m_get(int how, short type)
^~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1103:33: note: called from here
#define MGET(m, how, type) ((m) = m_get((how), (type)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsport.h:147:3: note: in expansion of macro 'MGET'
MGET((m), M_WAITOK, MT_DATA); \
^~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:5807:3: note: in expansion of macro 'NFSMGET'
NFSMGET(m4);
^~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:972:1: warning: inlining failed in call to 'm_get.constprop': call is unlikely and code size would grow [-Winline]
m_get(int how, short type)
^~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1103:33: note: called from here
#define MGET(m, how, type) ((m) = m_get((how), (type)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsport.h:150:4: note: in expansion of macro 'MGET'
MGET((m), M_WAITOK, MT_DATA); \
^~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:5807:3: note: in expansion of macro 'NFSMGET'
NFSMGET(m4);
^~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:5770:21: warning: 'resid' may be used uninitialized in this function [-Wmaybe-uninitialized]
uiop->uio_resid = resid;
~~~~~~~~~~~~~~~~^~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:5769:22: warning: 'offs' may be used uninitialized in this function [-Wmaybe-uninitialized]
uiop->uio_offset = offs;
~~~~~~~~~~~~~~~~~^~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:5772:28: warning: 'iovlen' may be used uninitialized in this function [-Wmaybe-uninitialized]
uiop->uio_iov->iov_len = iovlen;
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:5771:29: warning: 'iovbase' may be used uninitialized in this function [-Wmaybe-uninitialized]
uiop->uio_iov->iov_base = iovbase;
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:6423:11: warning: 'tdrpc' may be used uninitialized in this function [-Wmaybe-uninitialized]
drpc->vp = vp;
~~~~~~~~~^~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:5583:35: note: 'tdrpc' was declared here
struct nfsclwritedsdorpc *drpc, *tdrpc;
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/fs/nfs/nfsport.h:507:0,
from /usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:50:
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c: In function 'nfsrpc_create':
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:2205:5: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, u_int32_t *,
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:7359:5: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, u_int32_t *,
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:7407:4: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, uint32_t *, 2 * NFSX_UNSIGNED);
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:7411:5: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, uint32_t *, 2 *
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:7455:5: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, uint32_t *, 4 * NFSX_UNSIGNED);
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.0': --param large-function-growth limit reached [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:2049:3: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, u_int32_t *, NFSX_UNSIGNED);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.0': --param large-function-growth limit reached [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:2052:4: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, u_int32_t *, NFSX_VERF);
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_clock.c:57:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_clock.c:51:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_cons.c:61:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_cons.c:55:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
cc1: all warnings being treated as errors
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_cpu.c:34:0:
/usr/home/mmacy/devel/networking/sys/kern/kern_cpu.c: In function 'cf_get_method':
/usr/home/mmacy/devel/networking/sys/sys/cpu.h:45:30: warning: inlining failed in call to 'cpu_get_pcpu': call is unlikely and code size would grow [-Winline]
static __inline struct pcpu *cpu_get_pcpu(device_t dev)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_cpu.c:494:5: note: called from here
pc = cpu_get_pcpu(dev);
~~~^~~~~~~~~~~~~~~~~~~
--- kern_clock.o ---
*** [kern_clock.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
cc1: all warnings being treated as errors
--- kern_cons.o ---
*** [kern_cons.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_cpu.c:34:0:
/usr/home/mmacy/devel/networking/sys/kern/kern_cpu.c: In function 'cf_levels_method':
/usr/home/mmacy/devel/networking/sys/sys/cpu.h:45:30: warning: inlining failed in call to 'cpu_get_pcpu': call is unlikely and code size would grow [-Winline]
static __inline struct pcpu *cpu_get_pcpu(device_t dev)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_cpu.c:608:8: note: called from here
pc = cpu_get_pcpu(dev);
~~~^~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_descrip.c:72:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_descrip.c:66:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_dtrace.c:40:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_dtrace.c:37:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
cc1: all warnings being treated as errors
--- kern_dtrace.o ---
*** [kern_dtrace.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
/usr/home/mmacy/devel/networking/sys/kern/kern_descrip.c: In function 'fget_unlocked':
/usr/home/mmacy/devel/networking/sys/kern/kern_descrip.c:2622:11: warning: to be safe all intermediate pointers in cast from 'struct fdescenttbl **' to 'struct fdescenttbl * volatile*' must be 'const' qualified [-Wcast-qual]
fdt = *(struct fdescenttbl * volatile *)&(fdp->fd_files);
^
In file included from /usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:34:0:
/usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c: In function 'g_raid_md_taste_ddf':
/usr/home/mmacy/devel/networking/sys/sys/endian.h:118:1: warning: inlining failed in call to 'be64dec': call is unlikely and code size would grow [-Winline]
be64dec(const void *pp)
^~~~~~~
/usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:137:56: note: called from here
#define GET64(m, f) ((m)->bigendian ? be64dec(&(m)->f) : le64dec(&(m)->f))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:1122:6: note: in expansion of macro 'GET64'
GET64(meta, hdr->Secondary_Header_LBA) != slba) {
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:34:0:
/usr/home/mmacy/devel/networking/sys/sys/endian.h:142:1: warning: inlining failed in call to 'le64dec': call is unlikely and code size would grow [-Winline]
le64dec(const void *pp)
^~~~~~~
/usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:137:56: note: called from here
#define GET64(m, f) ((m)->bigendian ? be64dec(&(m)->f) : le64dec(&(m)->f))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:1122:6: note: in expansion of macro 'GET64'
GET64(meta, hdr->Secondary_Header_LBA) != slba) {
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:34:0:
/usr/home/mmacy/devel/networking/sys/sys/endian.h:118:1: warning: inlining failed in call to 'be64dec': call is unlikely and code size would grow [-Winline]
be64dec(const void *pp)
^~~~~~~
/usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:137:39: note: called from here
#define GET64(m, f) ((m)->bigendian ? be64dec(&(m)->f) : le64dec(&(m)->f))
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:1202:8: note: in expansion of macro 'GET64'
if (GET64(meta, pdr->entry[i].Configured_Size) >=
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:34:0:
/usr/home/mmacy/devel/networking/sys/sys/endian.h:142:1: warning: inlining failed in call to 'le64dec': call is unlikely and code size would grow [-Winline]
le64dec(const void *pp)
^~~~~~~
/usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:137:58: note: called from here
#define GET64(m, f) ((m)->bigendian ? be64dec(&(m)->f) : le64dec(&(m)->f))
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:1202:8: note: in expansion of macro 'GET64'
if (GET64(meta, pdr->entry[i].Configured_Size) >=
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:34:0:
/usr/home/mmacy/devel/networking/sys/sys/endian.h:118:1: warning: inlining failed in call to 'be64dec': call is unlikely and code size would grow [-Winline]
be64dec(const void *pp)
^~~~~~~
/usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:137:39: note: called from here
#define GET64(m, f) ((m)->bigendian ? be64dec(&(m)->f) : le64dec(&(m)->f))
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:166:18: note: in definition of macro 'SET64P'
be64enc((f), (v)); \
^
/usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:1207:5: note: in expansion of macro 'SET64'
SET64(meta, pdr->entry[i].Configured_Size,
^~~~~
/usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:1208:9: note: in expansion of macro 'GET64'
GET64(meta, pdr->entry[i].Configured_Size) &
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:34:0:
/usr/home/mmacy/devel/networking/sys/sys/endian.h:142:1: warning: inlining failed in call to 'le64dec': call is unlikely and code size would grow [-Winline]
le64dec(const void *pp)
^~~~~~~
/usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:137:58: note: called from here
#define GET64(m, f) ((m)->bigendian ? be64dec(&(m)->f) : le64dec(&(m)->f))
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:168:18: note: in definition of macro 'SET64P'
le64enc((f), (v)); \
^
/usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:1207:5: note: in expansion of macro 'SET64'
SET64(meta, pdr->entry[i].Configured_Size,
^~~~~
/usr/home/mmacy/devel/networking/sys/geom/raid/md_ddf.c:1208:9: note: in expansion of macro 'GET64'
GET64(meta, pdr->entry[i].Configured_Size) &
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/fs/nfs/nfsport.h:513:0,
from /usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:50:
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c: In function 'nfsrpc_open':
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfsmount.h:128:1: warning: inlining failed in call to 'nfsmnt_mdssession': call is unlikely and code size would grow [-Winline]
nfsmnt_mdssession(struct nfsmount *nmp)
^~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:7016:8: note: called from here
tsep = nfsmnt_mdssession(nmp);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/fs/nfs/nfsport.h:507:0,
from /usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:50:
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.0': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:7075:2: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, uint32_t *, 5 * NFSX_UNSIGNED);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.0': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:7093:2: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, uint32_t *, NFSX_UNSIGNED);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.0': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:7087:2: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, uint32_t *, NFSX_UNSIGNED);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.0': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:7083:2: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, uint32_t *, 2 * NFSX_UNSIGNED);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.0': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:7093:2: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, uint32_t *, NFSX_UNSIGNED);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.0': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:7087:2: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, uint32_t *, NFSX_UNSIGNED);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:62:1: warning: inlining failed in call to 'nfsm_build.isra.0': call is unlikely and code size would grow [-Winline]
nfsm_build(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:82:34: note: called from here
#define NFSM_BUILD(a, c, s) ((a) = (c)nfsm_build(nd, (s)))
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:7083:2: note: in expansion of macro 'NFSM_BUILD'
NFSM_BUILD(tl, uint32_t *, 2 * NFSX_UNSIGNED);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:7110:3: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, u_int32_t *, NFSX_STATEID +
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:7120:3: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, u_int32_t *, NFSX_UNSIGNED);
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:7137:4: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, u_int32_t *, NFSX_STATEID +
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:7149:5: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, u_int32_t *,
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:7183:3: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, u_int32_t *, 2 * NFSX_UNSIGNED);
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:85:1: warning: inlining failed in call to 'nfsm_dissect': call is unlikely and code size would grow [-Winline]
nfsm_dissect(struct nfsrv_descript *nd, int siz)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfs/nfsm_subs.h:118:7: note: called from here
(a) = (c)nfsm_dissect(nd, (s)); \
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/fs/nfsclient/nfs_clrpcops.c:7204:5: note: in expansion of macro 'NFSM_DISSECT'
NFSM_DISSECT(tl, uint32_t *, 2 * NFSX_UNSIGNED);
^~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_lock.c:44:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_lock.c:38:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_lock.c:505:1: warning: always_inline function might not be inlinable [-Wattributes]
lockmgr_sunlock_try(struct lock *lk, uintptr_t x)
^~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_lock.c:484:1: warning: always_inline function might not be inlinable [-Wattributes]
lockmgr_slock_try(struct lock *lk, uintptr_t *xp, int flags)
^~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_lockf.c: In function 'graph_add_edge':
/usr/home/mmacy/devel/networking/sys/kern/kern_lockf.c:2241:10: warning: variable 'nB' set but not used [-Wunused-but-set-variable]
int nF, nB, n, vi, i;
^~
WARNING: ctfconvert: enum pmc_event has too many values: 2629 > 1023
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_malloc.c:62:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_malloc.c:56:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_malloc.c: In function 'malloc':
/usr/home/mmacy/devel/networking/sys/kern/kern_malloc.c:533:10: warning: 'va' may be used uninitialized in this function [-Wmaybe-uninitialized]
return (va);
^
/usr/home/mmacy/devel/networking/sys/kern/kern_malloc.c: In function 'malloc_domain':
/usr/home/mmacy/devel/networking/sys/kern/kern_malloc.c:583:10: warning: 'va' may be used uninitialized in this function [-Wmaybe-uninitialized]
return (va);
^
cc1: all warnings being treated as errors
--- kern_malloc.o ---
*** [kern_malloc.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
cc1: all warnings being treated as errors
--- kern_lock.o ---
*** [kern_lock.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
cc1: all warnings being treated as errors
--- kern_descrip.o ---
*** [kern_descrip.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_mutex.c:56:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_mutex.c:50:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_physio.c: In function 'physio':
/usr/home/mmacy/devel/networking/sys/kern/kern_physio.c:202:5: warning: 'npages' may be used uninitialized in this function [-Wmaybe-uninitialized]
vm_page_unhold_pages(pages, npages);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_physio.c:201:6: warning: 'sa' may be used uninitialized in this function [-Wmaybe-uninitialized]
pmap_qremove((vm_offset_t)sa, npages);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WARNING: ctfconvert: enum pmc_event has too many values: 2629 > 1023
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_prot.c:65:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_prot.c:56:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
WARNING: ctfconvert: enum pmc_event has too many values: 2629 > 1023
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_rmlock.c:49:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_rmlock.c:45:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
cc1: all warnings being treated as errors
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_rwlock.c:46:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_rwlock.c:41:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
--- kern_mutex.o ---
*** [kern_mutex.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
/usr/home/mmacy/devel/networking/sys/kern/kern_rwlock.c:710:1: warning: always_inline function might not be inlinable [-Wattributes]
__rw_runlock_try(struct rwlock *rw, struct thread *td, uintptr_t *vp)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_rwlock.c:388:1: warning: always_inline function might not be inlinable [-Wattributes]
__rw_rlock_try(struct rwlock *rw, struct thread *td, uintptr_t *vp, bool fp
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_rwlock.c:376:1: warning: always_inline function might not be inlinable [-Wattributes]
__rw_can_read(struct thread *td, uintptr_t v, bool fp)
^~~~~~~~~~~~~
cc1: all warnings being treated as errors
--- kern_rmlock.o ---
*** [kern_rmlock.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_shutdown.c:59:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/buf.h:281:0,
from /usr/home/mmacy/devel/networking/sys/kern/kern_shutdown.c:52:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_switch.c:42:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_switch.c:37:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_sx.c:55:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_sx.c:50:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_sendfile.c: In function 'vn_sendfile':
/usr/home/mmacy/devel/networking/sys/kern/kern_sendfile.c:881:17: warning: 'npages' may be used uninitialized in this function [-Wmaybe-uninitialized]
sfio->npages = npages;
~~~~~~~~~~~~~^~~~~~~~
cc1: all warnings being treated as errors
--- kern_prot.o ---
*** [kern_prot.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
/usr/home/mmacy/devel/networking/sys/kern/kern_sx.c:1144:1: warning: always_inline function might not be inlinable [-Wattributes]
_sx_sunlock_try(struct sx *sx, uintptr_t *xp)
^~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_sx.c:881:1: warning: always_inline function might not be inlinable [-Wattributes]
__sx_slock_try(struct sx *sx, uintptr_t *xp LOCK_FILE_LINE_ARG_DEF)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_synch.c:53:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_synch.c:48:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
cc1: all warnings being treated as errors
cc1: all warnings being treated as errors
--- kern_switch.o ---
*** [kern_switch.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
--- kern_rwlock.o ---
*** [kern_rwlock.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
In file included from /usr/home/mmacy/devel/networking/sys/sys/lockstat.h:41:0,
from /usr/home/mmacy/devel/networking/sys/sys/mutex.h:44,
from /usr/home/mmacy/devel/networking/sys/kern/kern_sx.c:54:
/usr/home/mmacy/devel/networking/sys/kern/kern_sx.c: In function '_sx_slock_hard.isra.1':
/usr/home/mmacy/devel/networking/sys/sys/sdt.h:170:4: warning: 'state' may be used uninitialized in this function [-Wmaybe-uninitialized]
(*sdt_probe_func)(sdt_##prov##_##mod##_##func##_##name->id, \
^
/usr/home/mmacy/devel/networking/sys/kern/kern_sx.c:926:12: note: 'state' was declared here
uintptr_t state;
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/lockstat.h:41:0,
from /usr/home/mmacy/devel/networking/sys/sys/mutex.h:44,
from /usr/home/mmacy/devel/networking/sys/kern/kern_sx.c:54:
/usr/home/mmacy/devel/networking/sys/kern/kern_sx.c: In function '_sx_xlock_hard':
/usr/home/mmacy/devel/networking/sys/sys/sdt.h:170:4: warning: 'state' may be used uninitialized in this function [-Wmaybe-uninitialized]
(*sdt_probe_func)(sdt_##prov##_##mod##_##func##_##name->id, \
^
/usr/home/mmacy/devel/networking/sys/kern/kern_sx.c:553:12: note: 'state' was declared here
uintptr_t state;
^~~~~
cc1: all warnings being treated as errors
--- kern_synch.o ---
*** [kern_synch.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
cc1: all warnings being treated as errors
--- kern_shutdown.o ---
*** [kern_shutdown.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
cc1: all warnings being treated as errors
--- kern_sx.o ---
*** [kern_sx.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
In file included from /usr/home/mmacy/devel/networking/sys/kern/sched_ule.c:54:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/sched_ule.c:48:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
WARNING: ctfconvert: enum pmc_event has too many values: 2629 > 1023
/usr/home/mmacy/devel/networking/sys/kern/sched_ule.c:668:1: warning: always_inline function might not be inlinable [-Wattributes]
cpu_search(const struct cpu_group *cg, struct cpu_search *low,
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/subr_kdb.c:43:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/subr_kdb.c:38:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/systm.h:46:0,
from /usr/home/mmacy/devel/networking/sys/kern/subr_log.c:42:
/usr/home/mmacy/devel/networking/sys/kern/subr_log.c: In function 'log_drvinit':
/usr/home/mmacy/devel/networking/sys/sys/callout.h:96:33: warning: the comparison will always evaluate as 'true' for the address of 'msgbuf_lock' will never be NULL [-Waddress]
_callout_init_lock((c), ((mtx) != NULL) ? &(mtx)->lock_object : \
^
/usr/home/mmacy/devel/networking/sys/kern/subr_log.c:306:2: note: in expansion of macro 'callout_init_mtx'
callout_init_mtx(&logsoftc.sc_callout, &msgbuf_lock, 0);
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/subr_gtaskqueue.c: In function 'gtaskqueue_thread_loop':
/usr/home/mmacy/devel/networking/sys/kern/subr_gtaskqueue.c:482:1: warning: inlining failed in call to 'gtaskqueue_run_callback': call is unlikely and code size would grow [-Winline]
gtaskqueue_run_callback(struct gtaskqueue *tq,
^~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/subr_gtaskqueue.c:500:2: note: called from here
gtaskqueue_run_callback(tq, TASKQUEUE_CALLBACK_TYPE_INIT);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/subr_gtaskqueue.c:482:1: warning: inlining failed in call to 'gtaskqueue_run_callback': call is unlikely and code size would grow [-Winline]
gtaskqueue_run_callback(struct gtaskqueue *tq,
^~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/subr_gtaskqueue.c:521:2: note: called from here
gtaskqueue_run_callback(tq, TASKQUEUE_CALLBACK_TYPE_SHUTDOWN);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
--- subr_kdb.o ---
*** [subr_kdb.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
cc1: all warnings being treated as errors
--- sched_ule.o ---
*** [sched_ule.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
In file included from /usr/home/mmacy/devel/networking/sys/kern/subr_prf.c:58:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/subr_prf.c:51:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c: In function 'do_lock_umutex':
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:559:1: warning: inlining failed in call to 'umtxq_unbusy': call is unlikely and code size would grow [-Winline]
umtxq_unbusy(struct umtx_key *key)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:1884:5: note: called from here
umtxq_unbusy(&uq->uq_key);
^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:528:1: warning: inlining failed in call to 'umtxq_busy': call is unlikely and code size would grow [-Winline]
umtxq_busy(struct umtx_key *key)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:1882:5: note: called from here
umtxq_busy(&uq->uq_key);
^~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:559:1: warning: inlining failed in call to 'umtxq_unbusy': call is unlikely and code size would grow [-Winline]
umtxq_unbusy(struct umtx_key *key)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:1884:5: note: called from here
umtxq_unbusy(&uq->uq_key);
^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/subr_prf.c: In function 'kvprintf':
/usr/home/mmacy/devel/networking/sys/kern/subr_prf.c:652:28: warning: 'q' may be used uninitialized in this function [-Wmaybe-uninitialized]
const char *p, *percent, *q;
^
/usr/home/mmacy/devel/networking/sys/kern/subr_taskqueue.c: In function 'taskqueue_thread_loop':
/usr/home/mmacy/devel/networking/sys/kern/subr_taskqueue.c:735:1: warning: inlining failed in call to 'taskqueue_run_callback': call is unlikely and code size would grow [-Winline]
taskqueue_run_callback(struct taskqueue *tq,
^~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/subr_taskqueue.c:753:2: note: called from here
taskqueue_run_callback(tq, TASKQUEUE_CALLBACK_TYPE_INIT);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/subr_taskqueue.c:735:1: warning: inlining failed in call to 'taskqueue_run_callback': call is unlikely and code size would grow [-Winline]
taskqueue_run_callback(struct taskqueue *tq,
^~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/subr_taskqueue.c:774:2: note: called from here
taskqueue_run_callback(tq, TASKQUEUE_CALLBACK_TYPE_SHUTDOWN);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/subr_turnstile.c:75:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/subr_turnstile.c:70:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
cc1: all warnings being treated as errors
WARNING: ctfconvert: enum pmc_event has too many values: 2629 > 1023
--- subr_prf.o ---
*** [subr_prf.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
In file included from /usr/home/mmacy/devel/networking/sys/kern/subr_uio.c:53:0:
/usr/home/mmacy/devel/networking/sys/kern/subr_uio.c: In function 'uiomove_faultflag':
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1131:23: warning: 'save' may be used uninitialized in this function [-Wmaybe-uninitialized]
curthread->td_pflags &= save;
^~
/usr/home/mmacy/devel/networking/sys/kern/subr_uio.c:213:23: note: 'save' was declared here
int error, newflags, save;
^~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/subr_witness.c:106:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/subr_witness.c:99:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c: In function 'do_rw_wrlock':
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:559:1: warning: inlining failed in call to 'umtxq_unbusy': call is unlikely and code size would grow [-Winline]
umtxq_unbusy(struct umtx_key *key)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:2865:5: note: called from here
umtxq_unbusy(&uq->uq_key);
^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:528:1: warning: inlining failed in call to 'umtxq_busy': call is unlikely and code size would grow [-Winline]
umtxq_busy(struct umtx_key *key)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:2863:5: note: called from here
umtxq_busy(&uq->uq_key);
^~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:572:1: warning: inlining failed in call to 'umtxq_unbusy_unlocked': call is unlikely and code size would grow [-Winline]
umtxq_unbusy_unlocked(struct umtx_key *key)
^~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:2954:5: note: called from here
umtxq_unbusy_unlocked(&uq->uq_key);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:572:1: warning: inlining failed in call to 'umtxq_unbusy_unlocked': call is unlikely and code size would grow [-Winline]
umtxq_unbusy_unlocked(struct umtx_key *key)
^~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:2983:5: note: called from here
umtxq_unbusy_unlocked(&uq->uq_key);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
--- subr_turnstile.o ---
*** [subr_turnstile.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
/usr/home/mmacy/devel/networking/sys/kern/sys_process.c: In function 'proc_iop':
/usr/home/mmacy/devel/networking/sys/kern/sys_process.c:326:6: warning: variable 'error' set but not used [-Wunused-but-set-variable]
int error;
^~~~~
/usr/home/mmacy/devel/networking/sys/kern/sys_pipe.c: In function 'pipe_write':
/usr/home/mmacy/devel/networking/sys/kern/sys_pipe.c:601:1: warning: inlining failed in call to 'pipeunlock': call is unlikely and code size would grow [-Winline]
pipeunlock(cpipe)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/sys_pipe.c:1127:4: note: called from here
pipeunlock(wpipe);
^~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/sys_pipe.c:601:1: warning: inlining failed in call to 'pipeunlock': call is unlikely and code size would grow [-Winline]
pipeunlock(cpipe)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/sys_pipe.c:1145:4: note: called from here
pipeunlock(wpipe);
^~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/sys_pipe.c:601:1: warning: inlining failed in call to 'pipeunlock': call is unlikely and code size would grow [-Winline]
pipeunlock(cpipe)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/sys_pipe.c:953:3: note: called from here
pipeunlock(wpipe);
^~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/sys_pipe.c:601:1: warning: inlining failed in call to 'pipeunlock': call is unlikely and code size would grow [-Winline]
pipeunlock(cpipe)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/sys_pipe.c:995:3: note: called from here
pipeunlock(wpipe);
^~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/sys_pipe.c:601:1: warning: inlining failed in call to 'pipeunlock': call is unlikely and code size would grow [-Winline]
pipeunlock(cpipe)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/sys_pipe.c:1004:4: note: called from here
pipeunlock(wpipe);
^~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/sys_pipe.c:601:1: warning: inlining failed in call to 'pipeunlock': call is unlikely and code size would grow [-Winline]
pipeunlock(cpipe)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/sys_pipe.c:1014:3: note: called from here
pipeunlock(wpipe);
^~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/sys_pipe.c:601:1: warning: inlining failed in call to 'pipeunlock': call is unlikely and code size would grow [-Winline]
pipeunlock(cpipe)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/sys_pipe.c:1031:2: note: called from here
pipeunlock(wpipe);
^~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/sys_pipe.c:601:1: warning: inlining failed in call to 'pipeunlock': call is unlikely and code size would grow [-Winline]
pipeunlock(cpipe)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/sys_pipe.c:1262:5: note: called from here
pipeunlock(wpipe);
^~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/sys_process.c: In function 'ptrace_vm_entry':
/usr/home/mmacy/devel/networking/sys/kern/sys_process.c:458:8: warning: 'pathlen' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (pve->pve_pathlen <= pathlen) {
^
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c: In function 'do_rw_rdlock':
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:572:1: warning: inlining failed in call to 'umtxq_unbusy_unlocked': call is unlikely and code size would grow [-Winline]
umtxq_unbusy_unlocked(struct umtx_key *key)
^~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:2724:4: note: called from here
umtxq_unbusy_unlocked(&uq->uq_key);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:572:1: warning: inlining failed in call to 'umtxq_unbusy_unlocked': call is unlikely and code size would grow [-Winline]
umtxq_unbusy_unlocked(struct umtx_key *key)
^~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:2742:4: note: called from here
umtxq_unbusy_unlocked(&uq->uq_key);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:572:1: warning: inlining failed in call to 'umtxq_unbusy_unlocked': call is unlikely and code size would grow [-Winline]
umtxq_unbusy_unlocked(struct umtx_key *key)
^~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:2772:4: note: called from here
umtxq_unbusy_unlocked(&uq->uq_key);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:572:1: warning: inlining failed in call to 'umtxq_unbusy_unlocked': call is unlikely and code size would grow [-Winline]
umtxq_unbusy_unlocked(struct umtx_key *key)
^~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/kern_umtx.c:2780:5: note: called from here
umtxq_unbusy_unlocked(&uq->uq_key);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/sysv_msg.c: In function 'kern_msgsnd':
/usr/home/mmacy/devel/networking/sys/kern/sysv_msg.c:1103:3: warning: 'saved_msgsz' may be used uninitialized in this function [-Wmaybe-uninitialized]
racct_sub(td->td_proc, RACCT_MSGQSIZE, saved_msgsz);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
--- subr_witness.o ---
*** [subr_witness.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
/usr/home/mmacy/devel/networking/sys/kern/uipc_mvec.c: In function 'mvec_seek':
/usr/home/mmacy/devel/networking/sys/kern/uipc_mvec.c:207:6: warning: variable 'rem' set but not used [-Wunused-but-set-variable]
int rem;
^~~
/usr/home/mmacy/devel/networking/sys/kern/uipc_mvec.c: In function 'mvec_seek_pktno':
/usr/home/mmacy/devel/networking/sys/kern/uipc_mvec.c:231:9: warning: variable 'rem' set but not used [-Wunused-but-set-variable]
int i, rem, pktcur;
^~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/tty.h:226:0,
from /usr/home/mmacy/devel/networking/sys/kern/tty.c:62:
/usr/home/mmacy/devel/networking/sys/kern/tty.c: In function 'tty_ioctl':
/usr/home/mmacy/devel/networking/sys/sys/ttydevsw.h:164:1: warning: inlining failed in call to 'ttydevsw_modem': call is unlikely and code size would grow [-Winline]
ttydevsw_modem(struct tty *tp, int sigon, int sigoff)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:1535:3: note: called from here
ttydevsw_modem(tp, SER_DTR, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/tty.h:226:0,
from /usr/home/mmacy/devel/networking/sys/kern/tty.c:62:
/usr/home/mmacy/devel/networking/sys/sys/ttydevsw.h:164:1: warning: inlining failed in call to 'ttydevsw_modem': call is unlikely and code size would grow [-Winline]
ttydevsw_modem(struct tty *tp, int sigon, int sigoff)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:1538:3: note: called from here
ttydevsw_modem(tp, 0, SER_DTR);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/tty.h:226:0,
from /usr/home/mmacy/devel/networking/sys/kern/tty.c:62:
/usr/home/mmacy/devel/networking/sys/sys/ttydevsw.h:164:1: warning: inlining failed in call to 'ttydevsw_modem': call is unlikely and code size would grow [-Winline]
ttydevsw_modem(struct tty *tp, int sigon, int sigoff)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:1542:3: note: called from here
ttydevsw_modem(tp,
^~~~~~~~~~~~~~~~~~
(bits & (TIOCM_DTR | TIOCM_RTS)) >> 1,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
((~bits) & (TIOCM_DTR | TIOCM_RTS)) >> 1);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/tty.h:226:0,
from /usr/home/mmacy/devel/networking/sys/kern/tty.c:62:
/usr/home/mmacy/devel/networking/sys/sys/ttydevsw.h:164:1: warning: inlining failed in call to 'ttydevsw_modem': call is unlikely and code size would grow [-Winline]
ttydevsw_modem(struct tty *tp, int sigon, int sigoff)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:1549:3: note: called from here
ttydevsw_modem(tp, (bits & (TIOCM_DTR | TIOCM_RTS)) >> 1, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/tty.h:226:0,
from /usr/home/mmacy/devel/networking/sys/kern/tty.c:62:
/usr/home/mmacy/devel/networking/sys/sys/ttydevsw.h:164:1: warning: inlining failed in call to 'ttydevsw_modem': call is unlikely and code size would grow [-Winline]
ttydevsw_modem(struct tty *tp, int sigon, int sigoff)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:1554:3: note: called from here
ttydevsw_modem(tp, 0, (bits & (TIOCM_DTR | TIOCM_RTS)) >> 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/tty.h:226:0,
from /usr/home/mmacy/devel/networking/sys/kern/tty.c:62:
/usr/home/mmacy/devel/networking/sys/sys/ttydevsw.h:164:1: warning: inlining failed in call to 'ttydevsw_modem': call is unlikely and code size would grow [-Winline]
ttydevsw_modem(struct tty *tp, int sigon, int sigoff)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:1558:30: note: called from here
*(int *)data = TIOCM_LE + (ttydevsw_modem(tp, 0, 0) << 1);
^~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:409:1: warning: inlining failed in call to 'tty_is_ctty': call is unlikely and code size would grow [-Winline]
tty_is_ctty(struct tty *tp, struct proc *p)
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:1578:33: note: called from here
if (tp->t_session != NULL && !tty_is_ctty(tp, td->td_proc))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:409:1: warning: inlining failed in call to 'tty_is_ctty': call is unlikely and code size would grow [-Winline]
tty_is_ctty(struct tty *tp, struct proc *p)
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:1588:33: note: called from here
if (tp->t_session != NULL && !tty_is_ctty(tp, td->td_proc))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/tty.h:226:0,
from /usr/home/mmacy/devel/networking/sys/kern/tty.c:62:
/usr/home/mmacy/devel/networking/sys/sys/ttydevsw.h:183:1: warning: inlining failed in call to 'ttydevsw_pktnotify': call is unlikely and code size would grow [-Winline]
ttydevsw_pktnotify(struct tty *tp, char event)
^~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:1677:4: note: called from here
ttydevsw_pktnotify(tp, TIOCPKT_DOSTOP);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/tty.h:226:0,
from /usr/home/mmacy/devel/networking/sys/kern/tty.c:62:
/usr/home/mmacy/devel/networking/sys/sys/ttydevsw.h:183:1: warning: inlining failed in call to 'ttydevsw_pktnotify': call is unlikely and code size would grow [-Winline]
ttydevsw_pktnotify(struct tty *tp, char event)
^~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:1679:4: note: called from here
ttydevsw_pktnotify(tp, TIOCPKT_NOSTOP);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:409:1: warning: inlining failed in call to 'tty_is_ctty': call is unlikely and code size would grow [-Winline]
tty_is_ctty(struct tty *tp, struct proc *p)
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:1687:8: note: called from here
if (!tty_is_ctty(tp, td->td_proc))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:409:1: warning: inlining failed in call to 'tty_is_ctty': call is unlikely and code size would grow [-Winline]
tty_is_ctty(struct tty *tp, struct proc *p)
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:1696:8: note: called from here
if (!tty_is_ctty(tp, td->td_proc))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:409:1: warning: inlining failed in call to 'tty_is_ctty': call is unlikely and code size would grow [-Winline]
tty_is_ctty(struct tty *tp, struct proc *p)
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:1778:8: note: called from here
if (!tty_is_ctty(tp, td->td_proc)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/tty.h:226:0,
from /usr/home/mmacy/devel/networking/sys/kern/tty.c:62:
/usr/home/mmacy/devel/networking/sys/sys/ttydevsw.h:183:1: warning: inlining failed in call to 'ttydevsw_pktnotify': call is unlikely and code size would grow [-Winline]
ttydevsw_pktnotify(struct tty *tp, char event)
^~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:1850:3: note: called from here
ttydevsw_pktnotify(tp, TIOCPKT_STOP);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/tty.h:226:0,
from /usr/home/mmacy/devel/networking/sys/kern/tty.c:62:
/usr/home/mmacy/devel/networking/sys/sys/ttydevsw.h:183:1: warning: inlining failed in call to 'ttydevsw_pktnotify': call is unlikely and code size would grow [-Winline]
ttydevsw_pktnotify(struct tty *tp, char event)
^~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:1855:3: note: called from here
ttydevsw_pktnotify(tp, TIOCPKT_START);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/tty.h:226:0,
from /usr/home/mmacy/devel/networking/sys/kern/tty.c:62:
/usr/home/mmacy/devel/networking/sys/sys/ttydevsw.h:183:1: warning: inlining failed in call to 'ttydevsw_pktnotify': call is unlikely and code size would grow [-Winline]
ttydevsw_pktnotify(struct tty *tp, char event)
^~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:1855:3: note: called from here
ttydevsw_pktnotify(tp, TIOCPKT_START);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:409:1: warning: inlining failed in call to 'tty_is_ctty': call is unlikely and code size would grow [-Winline]
tty_is_ctty(struct tty *tp, struct proc *p)
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/tty.c:1863:8: note: called from here
if (!tty_is_ctty(tp, td->td_proc) &&
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/uipc_mvec.c:28:0:
/usr/home/mmacy/devel/networking/sys/kern/uipc_mvec.c: In function 'mvec_clfree':
/usr/home/mmacy/devel/networking/sys/sys/cdefs.h:642:33: warning: 'refcnt' may be used uninitialized in this function [-Wmaybe-uninitialized]
#define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var))
^
/usr/home/mmacy/devel/networking/sys/kern/uipc_mvec.c:144:21: note: 'refcnt' was declared here
volatile uint32_t *refcnt;
^~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/uipc_sockbuf.c:45:0:
/usr/home/mmacy/devel/networking/sys/kern/uipc_sockbuf.c: In function 'sbsetopt':
/usr/home/mmacy/devel/networking/sys/sys/mutex.h:195:2: warning: 'sb' may be used uninitialized in this function [-Wmaybe-uninitialized]
__mtx_unlock_flags(&(m)->mtx_lock, o, f, l)
^~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/uipc_sockbuf.c:458:18: note: 'sb' was declared here
struct sockbuf *sb;
^~
/usr/home/mmacy/devel/networking/sys/kern/uipc_sockbuf.c:521:10: warning: 'lowat' may be used uninitialized in this function [-Wmaybe-uninitialized]
*lowat = (cc > *hiwat) ? *hiwat : cc;
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/uipc_sockbuf.c:521:28: warning: 'hiwat' may be used uninitialized in this function [-Wmaybe-uninitialized]
*lowat = (cc > *hiwat) ? *hiwat : cc;
^~~~~~
/usr/home/mmacy/devel/networking/sys/kern/uipc_sockbuf.c:513:11: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized]
*flags &= ~SB_AUTOSIZE;
/usr/home/mmacy/devel/networking/sys/kern/vfs_cache.c: In function 'cache_lookup':
/usr/home/mmacy/devel/networking/sys/kern/vfs_cache.c:1233:21: warning: variable 'dvlp2' set but not used [-Wunused-but-set-variable]
struct mtx *dvlp, *dvlp2;
^~~~~
/usr/home/mmacy/devel/networking/sys/kern/vfs_cache.c: In function 'cache_negative_shrink_select':
/usr/home/mmacy/devel/networking/sys/kern/vfs_cache.c:767:13: warning: 'neglist' may be used uninitialized in this function [-Wmaybe-uninitialized]
*neglistpp = neglist;
~~~~~~~~~~~^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/vfs_cache.c: In function 'cache_lookup':
/usr/home/mmacy/devel/networking/sys/kern/vfs_cache.c:1350:2: warning: 'dvlp' may be used uninitialized in this function [-Wmaybe-uninitialized]
cache_lookup_unlock(blp, dvlp);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/vfs_subr.c:64:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/buf.h:281:0,
from /usr/home/mmacy/devel/networking/sys/kern/vfs_subr.c:53:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/vfs_vnops.c:59:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/vfs_vnops.c:56:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/kern/vfs_subr.c: In function 'getnewvnode':
/usr/home/mmacy/devel/networking/sys/kern/vfs_subr.c:1412:6: warning: variable 'error' set but not used [-Wunused-but-set-variable]
int error;
^~~~~
/usr/home/mmacy/devel/networking/sys/kern/vfs_cache.c: In function 'cache_enter_time':
/usr/home/mmacy/devel/networking/sys/kern/vfs_cache.c:1729:27: warning: 'ncp_ts' may be used uninitialized in this function [-Wmaybe-uninitialized]
n2_ts->nc_dotdottime = ncp_ts->nc_dotdottime;
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
--- vfs_vnops.o ---
*** [vfs_vnops.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
/usr/home/mmacy/devel/networking/sys/net/iflib.c: In function 'iflib_gen_mac':
/usr/home/mmacy/devel/networking/sys/net/iflib.c:1365:16: warning: variable 'ifp' set but not used [-Wunused-but-set-variable]
struct ifnet *ifp;
^~~
/usr/home/mmacy/devel/networking/sys/net/iflib.c: In function 'iommu_rxcl_map':
/usr/home/mmacy/devel/networking/sys/net/iflib.c:1964:14: warning: variable 'q' set but not used [-Wunused-but-set-variable]
iflib_rxq_t q;
^
/usr/home/mmacy/devel/networking/sys/net/iflib.c: In function 'iflib_parse_header_mvec':
/usr/home/mmacy/devel/networking/sys/net/iflib.c:3219:19: warning: variable 'n' set but not used [-Wunused-but-set-variable]
struct mbuf *m, *n;
^
/usr/home/mmacy/devel/networking/sys/net/iflib.c: In function 'iflib_encap':
/usr/home/mmacy/devel/networking/sys/net/iflib.c:3928:40: warning: variable 'segoff' set but not used [-Wunused-but-set-variable]
int i, rc, err, max_segs, next, ntxd, segoff;
^~~~~~
/usr/home/mmacy/devel/networking/sys/net/iflib.c: In function 'iflib_txq_drain':
/usr/home/mmacy/devel/networking/sys/net/iflib.c:4172:7: warning: variable 'pidx_prev' set but not used [-Wunused-but-set-variable]
int pidx_prev, rem = do_prefetch ? count - i : 0;
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/net/iflib.c: In function 'iflib_if_transmit_txq':
/usr/home/mmacy/devel/networking/sys/net/iflib.c:4518:17: warning: variable 'last_err' set but not used [-Wunused-but-set-variable]
int err, qidx, last_err;
^~~~~~~~
/usr/home/mmacy/devel/networking/sys/net/iflib.c: In function 'iflib_reset_qvalues':
/usr/home/mmacy/devel/networking/sys/net/iflib.c:4841:19: warning: variable 'main_rxq' set but not used [-Wunused-but-set-variable]
int i, main_txq, main_rxq;
^~~~~~~~
/usr/home/mmacy/devel/networking/sys/net/iflib.c:4841:9: warning: variable 'main_txq' set but not used [-Wunused-but-set-variable]
int i, main_txq, main_rxq;
^~~~~~~~
cc1: all warnings being treated as errors
/usr/home/mmacy/devel/networking/sys/net/iflib.c: In function 'iflib_device_register':
/usr/home/mmacy/devel/networking/sys/net/iflib.c:4897:22: warning: variable 'msix_bar' set but not used [-Wunused-but-set-variable]
int err, rid, msix, msix_bar;
^~~~~~~~
/usr/home/mmacy/devel/networking/sys/net/iflib.c: In function 'iflib_device_reinit':
/usr/home/mmacy/devel/networking/sys/net/iflib.c:5285:16: warning: variable 'ifp' set but not used [-Wunused-but-set-variable]
struct ifnet *ifp;
^~~
--- vfs_subr.o ---
*** [vfs_subr.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
/usr/home/mmacy/devel/networking/sys/net/iflib.c: In function 'mp_ndesc_handler':
/usr/home/mmacy/devel/networking/sys/net/iflib.c:6766:38: warning: 'ndesc' may be used uninitialized in this function [-Wmaybe-uninitialized]
sprintf(strchr(buf, 0), "%d", ndesc[i]);
~~~~~^~~
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_crypto_ccmp.c: In function 'ccmp_decap':
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_crypto_ccmp.c:307:21: warning: 'pn' may be used uninitialized in this function [-Wmaybe-uninitialized]
k->wk_keyrsc[tid] = pn;
~~~~~~~~~~~~~~~~~~^~~~
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_crypto_ccmp.c:241:16: warning: 'tid' may be used uninitialized in this function [-Wmaybe-uninitialized]
uint8_t *ivp, tid;
^~~
/usr/home/mmacy/devel/networking/sys/net/route.c: In function 'rtinit':
/usr/home/mmacy/devel/networking/sys/net/route.c:1941:1: warning: inlining failed in call to 'rtinit1': --param large-stack-frame-growth limit reached [-Winline]
rtinit1(struct ifaddr *ifa, int cmd, int flags, int fibnum)
^~~~~~~
/usr/home/mmacy/devel/networking/sys/net/route.c:2169:10: note: called from here
return (rtinit1(ifa, cmd, flags, fib));
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/net/iflib.c: In function 'iflib_if_transmit_txq':
/usr/home/mmacy/devel/networking/sys/net/iflib.c:4518:6: warning: 'err' may be used uninitialized in this function [-Wmaybe-uninitialized]
int err, qidx, last_err;
^~~
/usr/home/mmacy/devel/networking/sys/net/iflib.c: In function 'netmap_fl_refill':
/usr/home/mmacy/devel/networking/sys/net/iflib.c:853:24: warning: 'nic_i' may be used uninitialized in this function [-Wmaybe-uninitialized]
uint32_t refill_pidx, nic_i;
^~~~~
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_ht.c: In function 'ieee80211_addba_response':
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_ht.c:2176:14: warning: variable 'tid' set but not used [-Wunused-but-set-variable]
int bufsiz, tid;
^~~
In file included from /usr/home/mmacy/devel/networking/sys/net/iflib.c:98:0:
/usr/home/mmacy/devel/networking/sys/net/iflib.c: In function 'iflib_fast_intr_rxtx':
./ifdi_if.h:305:5: warning: 'ctx' may be used uninitialized in this function [-Wmaybe-uninitialized]
rc = ((ifdi_rx_queue_intr_enable_t *) _m)(_ctx, _qid);
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/net/iflib.c:1567:11: note: 'ctx' was declared here
if_ctx_t ctx;
^~~
/usr/home/mmacy/devel/networking/sys/net/iflib.c: In function 'iflib_txq_drain':
/usr/home/mmacy/devel/networking/sys/net/iflib.c:4223:64: warning: 'err' may be used uninitialized in this function [-Wmaybe-uninitialized]
ring = rang ? false : (ctx->ifc_softc_ctx.isc_min_tx_latency | err) || (TXQ_AVAIL(txq) < MAX_TX_DESC(ctx));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/net80211/ieee80211_var.h:56:0,
from /usr/home/mmacy/devel/networking/sys/net80211/ieee80211_output.c:53:
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_proto.h: In function 'ieee80211_output':
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_proto.h:167:1: warning: inlining failed in call to 'ieee80211_hdrsize': call is unlikely and code size would grow [-Winline]
ieee80211_hdrsize(const void *data)
^~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_proto.h:200:10: note: called from here
return ieee80211_hdrsize(data);
^~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_proto.h:167:1: warning: inlining failed in call to 'ieee80211_hdrsize': call is unlikely and code size would grow [-Winline]
ieee80211_hdrsize(const void *data)
^~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/net80211/ieee80211_var.h:55:0,
from /usr/home/mmacy/devel/networking/sys/net80211/ieee80211_output.c:53:
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_output.c:717:25: note: called from here
m->m_pkthdr.len - ieee80211_hdrsize(wh));
^~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_node.h:283:71: note: in definition of macro 'IEEE80211_NODE_STAT_ADD'
#define IEEE80211_NODE_STAT_ADD(ni,stat,v) (ni->ni_stats.ns_##stat += v)
^
In file included from /usr/home/mmacy/devel/networking/sys/net80211/ieee80211_var.h:56:0,
from /usr/home/mmacy/devel/networking/sys/net80211/ieee80211_mesh.c:64:
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_var.h: In function 'mesh_forward':
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_proto.h:167:1: warning: inlining failed in call to 'ieee80211_hdrsize': call is unlikely and code size would grow [-Winline]
ieee80211_hdrsize(const void *data)
^~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/net80211/ieee80211_mesh.c:64:0:
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_var.h:823:6: note: called from here
int size = ieee80211_hdrsize(data);
^~~~
In file included from /usr/home/mmacy/devel/networking/sys/net80211/ieee80211_var.h:56:0,
from /usr/home/mmacy/devel/networking/sys/net80211/ieee80211_mesh.c:64:
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_proto.h:167:1: warning: inlining failed in call to 'ieee80211_hdrsize': call is unlikely and code size would grow [-Winline]
ieee80211_hdrsize(const void *data)
^~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/net80211/ieee80211_mesh.c:64:0:
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_var.h:823:6: note: called from here
int size = ieee80211_hdrsize(data);
^~~~
In file included from /usr/home/mmacy/devel/networking/sys/net80211/ieee80211_var.h:56:0,
from /usr/home/mmacy/devel/networking/sys/net80211/ieee80211_mesh.c:64:
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_var.h: In function 'mesh_input':
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_proto.h:167:1: warning: inlining failed in call to 'ieee80211_hdrsize': call is unlikely and code size would grow [-Winline]
ieee80211_hdrsize(const void *data)
^~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/net80211/ieee80211_mesh.c:64:0:
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_var.h:823:6: note: called from here
int size = ieee80211_hdrsize(data);
^~~~
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_sta.c: In function 'sta_recv_mgmt':
/usr/home/mmacy/devel/networking/sys/net80211/ieee80211_sta.c:1508:24: warning: variable 'tim_mcast' set but not used [-Wunused-but-set-variable]
int tim_ucast = 0, tim_mcast = 0;
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/igmp.c: In function 'igmp_v3_process_group_timers':
/usr/home/mmacy/devel/networking/sys/netinet/igmp.c:1862:8: warning: variable 'retval' set but not used [-Wunused-but-set-variable]
int retval;
^~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/igmp.c: In function 'igmp_v3_enqueue_group_record':
/usr/home/mmacy/devel/networking/sys/netinet/igmp.c:2653:9: warning: variable 'error' set but not used [-Wunused-but-set-variable]
int error, is_filter_list_change;
^~~~~
/usr/home/mmacy/devel/networking/sys/netinet/igmp.c: In function 'igmp_v3_dispatch_general_query':
/usr/home/mmacy/devel/networking/sys/netinet/igmp.c:3321:9: warning: variable 'retval' set but not used [-Wunused-but-set-variable]
int retval, loop;
^~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/param.h:96:0,
from /usr/home/mmacy/devel/networking/sys/net/iflib.c:37:
/usr/home/mmacy/devel/networking/sys/net/iflib.c: In function 'iflib_device_register':
/usr/home/mmacy/devel/networking/sys/sys/types.h:346:1: warning: inlining failed in call to '__bitcount64': call is unlikely and code size would grow [-Winline]
__bitcount64(__uint64_t _x)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/types.h:358:24: note: called from here
#define __bitcountl(x) __bitcount64((unsigned long)(x))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/bitset.h:239:14: note: in expansion of macro '__bitcountl'
__count += __bitcountl((p)->__bits[__i]); \
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/cpuset.h:68:24: note: in expansion of macro 'BIT_COUNT'
#define CPU_COUNT(p) BIT_COUNT(CPU_SETSIZE, p)
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/net/iflib.c:6631:16: note: in expansion of macro 'CPU_COUNT'
queues = imin(CPU_COUNT(&ctx->ifc_cpus), queues);
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/types.h:346:1: warning: inlining failed in call to '__bitcount64': call is unlikely and code size would grow [-Winline]
__bitcount64(__uint64_t _x)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/types.h:358:24: note: called from here
#define __bitcountl(x) __bitcount64((unsigned long)(x))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/bitset.h:239:14: note: in expansion of macro '__bitcountl'
__count += __bitcountl((p)->__bits[__i]); \
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/cpuset.h:68:24: note: in expansion of macro 'BIT_COUNT'
#define CPU_COUNT(p) BIT_COUNT(CPU_SETSIZE, p)
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/net/iflib.c:6633:7: note: in expansion of macro 'CPU_COUNT'
CPU_COUNT(&ctx->ifc_cpus), queuemsgs, admincnt);
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/sctp_output.c: In function 'sctp_send_resp_msg':
/usr/home/mmacy/devel/networking/sys/netinet/sctp_output.c:11033:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
int ret;
^~~
/usr/home/mmacy/devel/networking/sys/netinet/sctputil.c: In function 'sctp_sblog':
/usr/home/mmacy/devel/networking/sys/netinet/sctputil.c:75:23: warning: variable 'sctp_clog' set but not used [-Wunused-but-set-variable]
struct sctp_cwnd_log sctp_clog;
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/sctputil.c: In function 'sctp_log_closing':
/usr/home/mmacy/devel/networking/sys/netinet/sctputil.c:96:23: warning: variable 'sctp_clog' set but not used [-Wunused-but-set-variable]
struct sctp_cwnd_log sctp_clog;
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/sctputil.c: In function 'sctp_log_strm_del_alt':
/usr/home/mmacy/devel/networking/sys/netinet/sctputil.c:137:23: warning: variable 'sctp_clog' set but not used [-Wunused-but-set-variable]
struct sctp_cwnd_log sctp_clog;
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/sctputil.c: In function 'sctp_log_nagle_event':
/usr/home/mmacy/devel/networking/sys/netinet/sctputil.c:157:23: warning: variable 'sctp_clog' set but not used [-Wunused-but-set-variable]
struct sctp_cwnd_log sctp_clog;
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/sctputil.c: In function 'sctp_log_sack':
/usr/home/mmacy/devel/networking/sys/netinet/sctputil.c:176:23: warning: variable 'sctp_clog' set but not used [-Wunused-but-set-variable]
struct sctp_cwnd_log sctp_clog;
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/sctputil.c: In function 'sctp_log_strm_del':
/usr/home/mmacy/devel/networking/sys/netinet/sctputil.c:268:23: warning: variable 'sctp_clog' set but not used [-Wunused-but-set-variable]
struct sctp_cwnd_log sctp_clog;
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/sctputil.c: In function 'sctp_log_cwnd':
/usr/home/mmacy/devel/networking/sys/netinet/sctputil.c:297:23: warning: variable 'sctp_clog' set but not used [-Wunused-but-set-variable]
struct sctp_cwnd_log sctp_clog;
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/sctputil.c: In function 'sctp_log_rwnd':
/usr/home/mmacy/devel/networking/sys/netinet/sctputil.c:403:23: warning: variable 'sctp_clog' set but not used [-Wunused-but-set-variable]
struct sctp_cwnd_log sctp_clog;
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/sctputil.c: In function 'sctp_log_rwnd_set':
/usr/home/mmacy/devel/networking/sys/netinet/sctputil.c:421:23: warning: variable 'sctp_clog' set but not used [-Wunused-but-set-variable]
struct sctp_cwnd_log sctp_clog;
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/sctputil.c: In function 'sctp_log_block':
/usr/home/mmacy/devel/networking/sys/netinet/sctputil.c:514:23: warning: variable 'sctp_clog' set but not used [-Wunused-but-set-variable]
struct sctp_cwnd_log sctp_clog;
^~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/_callout.h:43:0,
from /usr/home/mmacy/devel/networking/sys/sys/callout.h:43,
from /usr/home/mmacy/devel/networking/sys/sys/systm.h:46,
from /usr/home/mmacy/devel/networking/sys/netinet/sctp_os_bsd.h:50,
from /usr/home/mmacy/devel/networking/sys/netinet/sctp_os.h:65,
from /usr/home/mmacy/devel/networking/sys/netinet/sctp_indata.c:38:
/usr/home/mmacy/devel/networking/sys/netinet/sctp_indata.c: In function 'sctp_process_data':
/usr/home/mmacy/devel/networking/sys/sys/queue.h:787:27: warning: 'chk' may be used uninitialized in this function [-Wmaybe-uninitialized]
TAILQ_NEXT((elm), field) = (listelm); \
^
/usr/home/mmacy/devel/networking/sys/netinet/sctp_indata.c:1676:26: note: 'chk' was declared here
struct sctp_tmit_chunk *chk;
^~~
/usr/home/mmacy/devel/networking/sys/netinet/tcp_input.c: In function 'tcp_do_segment':
/usr/home/mmacy/devel/networking/sys/netinet/tcp_input.c:406:1: warning: inlining failed in call to 'cc_cong_signal': call is unlikely and code size would grow [-Winline]
cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/tcp_input.c:1801:6: note: called from here
cc_cong_signal(tp, th, CC_RTO_ERR);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/tcp_input.c:406:1: warning: inlining failed in call to 'cc_cong_signal': call is unlikely and code size would grow [-Winline]
cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/tcp_input.c:2635:6: note: called from here
cc_cong_signal(tp, th, CC_NDUPACK);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/tcp_input.c:461:1: warning: inlining failed in call to 'cc_post_recovery': call is unlikely and code size would grow [-Winline]
cc_post_recovery(struct tcpcb *tp, struct tcphdr *th)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/tcp_input.c:2743:5: note: called from here
cc_post_recovery(tp, th);
^~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/tcp_input.c:406:1: warning: inlining failed in call to 'cc_cong_signal': call is unlikely and code size would grow [-Winline]
cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/tcp_input.c:2786:4: note: called from here
cc_cong_signal(tp, th, CC_RTO_ERR);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/netinet/tcp_usrreq.c:53:0:
/usr/home/mmacy/devel/networking/sys/netinet/tcp_usrreq.c: In function 'tcp_ctloutput':
/usr/home/mmacy/devel/networking/sys/sys/refcount.h:59:1: warning: inlining failed in call to 'refcount_release': call is unlikely and code size would grow [-Winline]
refcount_release(volatile u_int *count)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/tcp_usrreq.c:1462:4: note: called from here
refcount_release(&blk->tfb_refcnt);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/netinet/tcp_usrreq.c:53:0:
/usr/home/mmacy/devel/networking/sys/sys/refcount.h:59:1: warning: inlining failed in call to 'refcount_release': call is unlikely and code size would grow [-Winline]
refcount_release(volatile u_int *count)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/tcp_usrreq.c:1482:5: note: called from here
refcount_release(&blk->tfb_refcnt);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/netinet/tcp_usrreq.c:53:0:
/usr/home/mmacy/devel/networking/sys/sys/refcount.h:59:1: warning: inlining failed in call to 'refcount_release': call is unlikely and code size would grow [-Winline]
refcount_release(volatile u_int *count)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/tcp_usrreq.c:1488:4: note: called from here
refcount_release(&blk->tfb_refcnt);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/netinet/tcp_usrreq.c:53:0:
/usr/home/mmacy/devel/networking/sys/sys/refcount.h:59:1: warning: inlining failed in call to 'refcount_release': call is unlikely and code size would grow [-Winline]
refcount_release(volatile u_int *count)
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/tcp_usrreq.c:1504:3: note: called from here
refcount_release(&tp->t_fb->tfb_refcnt);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet/tcp_usrreq.c: In function 'tcp_default_ctloutput':
/usr/home/mmacy/devel/networking/sys/netinet/tcp_usrreq.c:1532:6: warning: 'error' may be used uninitialized in this function [-Wmaybe-uninitialized]
int error, opt, optval;
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:79:0:
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h: In function 'ni6_nametodns':
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1041:1: warning: inlining failed in call to 'm_getjcl.constprop': call is unlikely and code size would grow [-Winline]
m_getjcl(int how, short type, int flags, int size)
^~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1066:10: note: called from here
return (m_getjcl(how, type, flags, MCLBYTES));
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:972:1: warning: inlining failed in call to 'm_get.constprop': call is unlikely and code size would grow [-Winline]
m_get(int how, short type)
^~~~~
/usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:1527:5: note: called from here
m = m_get(M_NOWAIT, MT_DATA);
~~^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:79:0:
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1089:1: warning: inlining failed in call to 'm_extrefcnt': call is unlikely and code size would grow [-Winline]
m_extrefcnt(struct mbuf *m)
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1119:6: note: called from here
(m_extrefcnt(m) == 1)))
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1206:3: note: in expansion of macro 'M_WRITABLE'
(M_WRITABLE(m) ? \
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:1539:26: note: in expansion of macro 'M_TRAILINGSPACE'
ep = mtod(m, char *) + M_TRAILINGSPACE(m);
^~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c: In function 'icmp6_input':
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1089:1: warning: inlining failed in call to 'm_extrefcnt': call is unlikely and code size would grow [-Winline]
m_extrefcnt(struct mbuf *m)
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1119:6: note: called from here
(m_extrefcnt(m) == 1)))
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:563:8: note: in expansion of macro 'M_WRITABLE'
if (!M_WRITABLE(n)
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1041:1: warning: inlining failed in call to 'm_getjcl.constprop': call is unlikely and code size would grow [-Winline]
m_getjcl(int how, short type, int flags, int size)
^~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1066:10: note: called from here
return (m_getjcl(how, type, flags, MCLBYTES));
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:985:1: warning: inlining failed in call to 'm_gethdr.constprop': call is unlikely and code size would grow [-Winline]
m_gethdr(int how, short type)
^~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:1423:5: note: called from here
n = m_gethdr(M_NOWAIT, m->m_type);
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:79:0:
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1089:1: warning: inlining failed in call to 'm_extrefcnt': call is unlikely and code size would grow [-Winline]
m_extrefcnt(struct mbuf *m)
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1119:6: note: called from here
(m_extrefcnt(m) == 1)))
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1206:3: note: in expansion of macro 'M_WRITABLE'
(M_WRITABLE(m) ? \
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:1480:12: note: in expansion of macro 'M_TRAILINGSPACE'
lenlim = M_TRAILINGSPACE(n);
^~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:985:1: warning: inlining failed in call to 'm_gethdr.constprop': call is unlikely and code size would grow [-Winline]
m_gethdr(int how, short type)
^~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:679:6: note: called from here
n = m_gethdr(M_NOWAIT, m->m_type);
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:79:0:
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1422:1: warning: inlining failed in call to 'm_free': call is unlikely and code size would grow [-Winline]
m_free(struct mbuf *m)
^~~~~~
/usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:692:5: note: called from here
m_free(n);
^~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:79:0:
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1089:1: warning: inlining failed in call to 'm_extrefcnt': call is unlikely and code size would grow [-Winline]
m_extrefcnt(struct mbuf *m)
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1119:6: note: called from here
(m_extrefcnt(m) == 1)))
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1206:3: note: in expansion of macro 'M_WRITABLE'
(M_WRITABLE(m) ? \
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:696:14: note: in expansion of macro 'M_TRAILINGSPACE'
maxhlen = M_TRAILINGSPACE(n) -
^~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:972:1: warning: inlining failed in call to 'm_get.constprop': call is unlikely and code size would grow [-Winline]
m_get(int how, short type)
^~~~~
/usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:1975:7: note: called from here
n = m_get(M_NOWAIT, m->m_type);
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:79:0:
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1422:1: warning: inlining failed in call to 'm_free': call is unlikely and code size would grow [-Winline]
m_free(struct mbuf *m)
^~~~~~
/usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:1982:7: note: called from here
m_free(n);
^~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:79:0:
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:972:1: warning: inlining failed in call to 'm_get.constprop': call is unlikely and code size would grow [-Winline]
m_get(int how, short type)
^~~~~
/usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:2025:6: note: called from here
n = m_get(M_NOWAIT, m->m_type);
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:79:0:
/usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c: In function 'icmp6_redirect_output':
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1089:1: warning: inlining failed in call to 'm_extrefcnt': call is unlikely and code size would grow [-Winline]
m_extrefcnt(struct mbuf *m)
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1119:6: note: called from here
(m_extrefcnt(m) == 1)))
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1206:3: note: in expansion of macro 'M_WRITABLE'
(M_WRITABLE(m) ? \
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:2496:11: note: in expansion of macro 'M_TRAILINGSPACE'
maxlen = M_TRAILINGSPACE(m);
^~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1089:1: warning: inlining failed in call to 'm_extrefcnt': call is unlikely and code size would grow [-Winline]
m_extrefcnt(struct mbuf *m)
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1119:6: note: called from here
(m_extrefcnt(m) == 1)))
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/sys/mbuf.h:1206:3: note: in expansion of macro 'M_WRITABLE'
(M_WRITABLE(m) ? \
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet6/icmp6.c:2655:22: note: in expansion of macro 'M_TRAILINGSPACE'
if (8 - extra <= M_TRAILINGSPACE(m0)) {
^~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet6/mld6.c: In function 'mld_v2_process_group_timers':
/usr/home/mmacy/devel/networking/sys/netinet6/mld6.c:1562:8: warning: variable 'retval' set but not used [-Wunused-but-set-variable]
int retval;
^~~~~~
/usr/home/mmacy/devel/networking/sys/netinet6/mld6.c: In function 'mld_v2_dispatch_general_query':
/usr/home/mmacy/devel/networking/sys/netinet6/mld6.c:2979:9: warning: variable 'retval' set but not used [-Wunused-but-set-variable]
int retval;
^~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/netinet/in_var.h:399:0,
from /usr/home/mmacy/devel/networking/sys/netinet6/mld6.c:92:
/usr/home/mmacy/devel/networking/sys/netinet6/mld6.c: In function 'mld_input':
/usr/home/mmacy/devel/networking/sys/netinet6/in6_var.h:711:1: warning: inlining failed in call to 'in6m_lookup_locked': call is unlikely and code size would grow [-Winline]
in6m_lookup_locked(struct ifnet *ifp, const struct in6_addr *mcaddr)
^~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet6/mld6.c:718:7: note: called from here
inm = in6m_lookup_locked(ifp, &mld->mld_addr);
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/netinet/in_var.h:399:0,
from /usr/home/mmacy/devel/networking/sys/netinet6/mld6.c:92:
/usr/home/mmacy/devel/networking/sys/netinet6/in6_var.h:711:1: warning: inlining failed in call to 'in6m_lookup_locked': call is unlikely and code size would grow [-Winline]
in6m_lookup_locked(struct ifnet *ifp, const struct in6_addr *mcaddr)
^~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet6/mld6.c:935:7: note: called from here
inm = in6m_lookup_locked(ifp, &mld->mld_addr);
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/netinet/in_var.h:399:0,
from /usr/home/mmacy/devel/networking/sys/netinet6/mld6.c:92:
/usr/home/mmacy/devel/networking/sys/netinet6/in6_var.h:711:1: warning: inlining failed in call to 'in6m_lookup_locked': call is unlikely and code size would grow [-Winline]
in6m_lookup_locked(struct ifnet *ifp, const struct in6_addr *mcaddr)
^~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet6/mld6.c:1181:6: note: called from here
inm = in6m_lookup_locked(ifp, &mld->mld_addr);
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netinet6/nd6.c: In function 'nd6_is_addr_neighbor':
/usr/home/mmacy/devel/networking/sys/netinet6/nd6.c:1332:7: warning: 'error' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (error != 0)
^
/usr/home/mmacy/devel/networking/sys/netinet6/nd6.c:1265:6: note: 'error' was declared here
int error, fibnum;
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/opencrypto/gfmult.h:41:0,
from /usr/home/mmacy/devel/networking/sys/opencrypto/gmac.h:36,
from /usr/home/mmacy/devel/networking/sys/opencrypto/xform.h:40,
from /usr/home/mmacy/devel/networking/sys/netipsec/xform.h:47,
from /usr/home/mmacy/devel/networking/sys/netipsec/xform_esp.c:68:
/usr/home/mmacy/devel/networking/sys/netipsec/xform_esp.c: In function 'esp_output':
/usr/home/mmacy/devel/networking/sys/sys/endian.h:166:7: warning: 'cntr' may be used uninitialized in this function [-Wmaybe-uninitialized]
p[3] = u & 0xff;
~~~~~^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/netipsec/xform_esp.c:635:11: note: 'cntr' was declared here
uint64_t cntr, cryptoid;
^~~~
In file included from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_softdep.c:63:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/buf.h:281:0,
from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_softdep.c:62:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c: In function 'ffs_freefile':
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:2441:15: warning: variable 'cgbno' set but not used [-Wunused-but-set-variable]
ufs2_daddr_t cgbno;
^~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c: In function 'ffs_checkfreefile':
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:2508:15: warning: variable 'cgbno' set but not used [-Wunused-but-set-variable]
ufs2_daddr_t cgbno;
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_balloc.c:70:0:
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_balloc.c: In function 'ffs_balloc_ufs1':
/usr/home/mmacy/devel/networking/sys/sys/buf.h:398:1: warning: inlining failed in call to 'bwrite': call is unlikely and code size would grow [-Winline]
bwrite(struct buf *bp)
^~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_balloc.c:429:4: note: called from here
bwrite(bp);
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_balloc.c:70:0:
/usr/home/mmacy/devel/networking/sys/sys/buf.h:398:1: warning: inlining failed in call to 'bwrite': call is unlikely and code size would grow [-Winline]
bwrite(struct buf *bp)
^~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_balloc.c:519:5: note: called from here
bwrite(bp);
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/systm.h:46:0,
from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_softdep.c:60:
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_softdep.c: In function 'softdep_initialize':
/usr/home/mmacy/devel/networking/sys/sys/callout.h:96:33: warning: the comparison will always evaluate as 'true' for the address of 'lk' will never be NULL [-Waddress]
_callout_init_lock((c), ((mtx) != NULL) ? &(mtx)->lock_object : \
^
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_softdep.c:2432:2: note: in expansion of macro 'callout_init_mtx'
callout_init_mtx(&softdep_callout, &lk, 0);
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_inode.c:42:0:
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_inode.c: In function 'ffs_truncate':
/usr/home/mmacy/devel/networking/sys/sys/buf.h:398:1: warning: inlining failed in call to 'bwrite': call is unlikely and code size would grow [-Winline]
bwrite(struct buf *bp)
^~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_inode.c:329:4: note: called from here
bwrite(bp);
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_inode.c:42:0:
/usr/home/mmacy/devel/networking/sys/sys/buf.h:398:1: warning: inlining failed in call to 'bwrite': call is unlikely and code size would grow [-Winline]
bwrite(struct buf *bp)
^~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_inode.c:365:4: note: called from here
bwrite(bp);
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_inode.c:42:0:
/usr/home/mmacy/devel/networking/sys/sys/buf.h:398:1: warning: inlining failed in call to 'bwrite': call is unlikely and code size would grow [-Winline]
bwrite(struct buf *bp)
^~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_inode.c:449:4: note: called from here
bwrite(bp);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/teken/teken_subr.h: In function 'teken_state_2':
/usr/home/mmacy/devel/networking/sys/teken/teken.c:117:1: warning: inlining failed in call to 'teken_funcs_copy': call is unlikely and code size would grow [-Winline]
teken_funcs_copy(teken_t *t, const teken_rect_t *r, const teken_pos_t *p)
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/teken/teken.c:144:0:
/usr/home/mmacy/devel/networking/sys/teken/teken_subr.h:672:3: note: called from here
teken_funcs_copy(t, &tr, &tp);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/teken/teken.c:117:1: warning: inlining failed in call to 'teken_funcs_copy': call is unlikely and code size would grow [-Winline]
teken_funcs_copy(teken_t *t, const teken_rect_t *r, const teken_pos_t *p)
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/teken/teken.c:144:0:
/usr/home/mmacy/devel/networking/sys/teken/teken_subr.h:420:3: note: called from here
teken_funcs_copy(t, &tr, &tp);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:73:0:
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c: In function 'buffered_write':
/usr/home/mmacy/devel/networking/sys/sys/buf.h:398:1: warning: inlining failed in call to 'bwrite': call is unlikely and code size would grow [-Winline]
bwrite(struct buf *bp)
^~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:3272:8: note: called from here
error = bwrite(bp);
~~~~~~^~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_balloc.c:70:0:
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_balloc.c: In function 'ffs_balloc_ufs2':
/usr/home/mmacy/devel/networking/sys/sys/buf.h:398:1: warning: inlining failed in call to 'bwrite': call is unlikely and code size would grow [-Winline]
bwrite(struct buf *bp)
^~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_balloc.c:640:6: note: called from here
bwrite(bp);
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_balloc.c:70:0:
/usr/home/mmacy/devel/networking/sys/sys/buf.h:398:1: warning: inlining failed in call to 'bwrite': call is unlikely and code size would grow [-Winline]
bwrite(struct buf *bp)
^~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_balloc.c:1017:4: note: called from here
bwrite(bp);
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_balloc.c:70:0:
/usr/home/mmacy/devel/networking/sys/sys/buf.h:398:1: warning: inlining failed in call to 'bwrite': call is unlikely and code size would grow [-Winline]
bwrite(struct buf *bp)
^~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_balloc.c:1113:5: note: called from here
bwrite(bp);
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ufs/ufs_gjournal.c: In function 'ufs_gjournal_modref':
/usr/home/mmacy/devel/networking/sys/ufs/ufs/ufs_gjournal.c:60:15: warning: variable 'cgbno' set but not used [-Wunused-but-set-variable]
ufs2_daddr_t cgbno;
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:73:0:
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c: In function 'ffs_reallocblks':
/usr/home/mmacy/devel/networking/sys/sys/buf.h:398:1: warning: inlining failed in call to 'bwrite': call is unlikely and code size would grow [-Winline]
bwrite(struct buf *bp)
^~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:712:4: note: called from here
bwrite(sbp);
^~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:73:0:
/usr/home/mmacy/devel/networking/sys/sys/buf.h:398:1: warning: inlining failed in call to 'bwrite': call is unlikely and code size would grow [-Winline]
bwrite(struct buf *bp)
^~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:722:4: note: called from here
bwrite(ebp);
^~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:73:0:
/usr/home/mmacy/devel/networking/sys/sys/buf.h:398:1: warning: inlining failed in call to 'bwrite': call is unlikely and code size would grow [-Winline]
bwrite(struct buf *bp)
^~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:960:4: note: called from here
bwrite(sbp);
^~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:73:0:
/usr/home/mmacy/devel/networking/sys/sys/buf.h:398:1: warning: inlining failed in call to 'bwrite': call is unlikely and code size would grow [-Winline]
bwrite(struct buf *bp)
^~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:970:4: note: called from here
bwrite(ebp);
^~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/file.h:44:0,
from /usr/home/mmacy/devel/networking/sys/sys/capsicum.h:48,
from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:70:
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c: In function 'sysctl_ffs_fsck':
/usr/home/mmacy/devel/networking/sys/sys/refcount.h:59:1: warning: inlining failed in call to 'refcount_release': call is unlikely and code size would grow [-Winline]
refcount_release(volatile u_int *count)
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/capsicum.h:48:0,
from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:70:
/usr/home/mmacy/devel/networking/sys/sys/file.h:283:3: note: called from here
(refcount_release(&(fp)->f_count) ? _fdrop((fp), (td)) : _fnoop())
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:2858:3: note: in expansion of macro 'fdrop'
fdrop(fp, td);
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/file.h:44:0,
from /usr/home/mmacy/devel/networking/sys/sys/capsicum.h:48,
from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:70:
/usr/home/mmacy/devel/networking/sys/sys/refcount.h:59:1: warning: inlining failed in call to 'refcount_release': call is unlikely and code size would grow [-Winline]
refcount_release(volatile u_int *count)
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/capsicum.h:48:0,
from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:70:
/usr/home/mmacy/devel/networking/sys/sys/file.h:283:3: note: called from here
(refcount_release(&(fp)->f_count) ? _fdrop((fp), (td)) : _fnoop())
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:2865:3: note: in expansion of macro 'fdrop'
fdrop(fp, td);
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/file.h:44:0,
from /usr/home/mmacy/devel/networking/sys/sys/capsicum.h:48,
from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:70:
/usr/home/mmacy/devel/networking/sys/sys/refcount.h:59:1: warning: inlining failed in call to 'refcount_release': call is unlikely and code size would grow [-Winline]
refcount_release(volatile u_int *count)
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/capsicum.h:48:0,
from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:70:
/usr/home/mmacy/devel/networking/sys/sys/file.h:283:3: note: called from here
(refcount_release(&(fp)->f_count) ? _fdrop((fp), (td)) : _fnoop())
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:3160:4: note: in expansion of macro 'fdrop'
fdrop(vfp, td);
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/file.h:44:0,
from /usr/home/mmacy/devel/networking/sys/sys/capsicum.h:48,
from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:70:
/usr/home/mmacy/devel/networking/sys/sys/refcount.h:59:1: warning: inlining failed in call to 'refcount_release': call is unlikely and code size would grow [-Winline]
refcount_release(volatile u_int *count)
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/capsicum.h:48:0,
from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:70:
/usr/home/mmacy/devel/networking/sys/sys/file.h:283:3: note: called from here
(refcount_release(&(fp)->f_count) ? _fdrop((fp), (td)) : _fnoop())
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:3176:3: note: in expansion of macro 'fdrop'
fdrop(vfp, td);
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/file.h:44:0,
from /usr/home/mmacy/devel/networking/sys/sys/capsicum.h:48,
from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:70:
/usr/home/mmacy/devel/networking/sys/sys/refcount.h:59:1: warning: inlining failed in call to 'refcount_release': call is unlikely and code size would grow [-Winline]
refcount_release(volatile u_int *count)
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/capsicum.h:48:0,
from /usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:70:
/usr/home/mmacy/devel/networking/sys/sys/file.h:283:3: note: called from here
(refcount_release(&(fp)->f_count) ? _fdrop((fp), (td)) : _fnoop())
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ffs/ffs_alloc.c:3190:2: note: in expansion of macro 'fdrop'
fdrop(fp, td);
^~~~~
/usr/home/mmacy/devel/networking/sys/vm/vm_fault.c: In function 'vm_fault_hold':
/usr/home/mmacy/devel/networking/sys/vm/vm_fault.c:922:31: warning: 'behavior' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (nera == -1 || behavior == MAP_ENTRY_BEHAV_RANDOM ||
/usr/home/mmacy/devel/networking/sys/vm/vm_fault.c:949:37: warning: 'e_end' may be used uninitialized in this function [-Wmaybe-uninitialized]
ahead = ulmin(ahead, atop(e_end - vaddr) - 1);
^
In file included from /usr/home/mmacy/devel/networking/sys/ufs/ufs/ufs_vnops.c:56:0:
/usr/home/mmacy/devel/networking/sys/ufs/ufs/ufs_vnops.c: In function 'ufs_mkdir':
/usr/home/mmacy/devel/networking/sys/sys/buf.h:398:1: warning: inlining failed in call to 'bwrite': call is unlikely and code size would grow [-Winline]
bwrite(struct buf *bp)
^~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ufs/ufs_vnops.c:1969:3: note: called from here
(void)bwrite(bp);
^~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/ufs/ufs/ufs_vnops.c:56:0:
/usr/home/mmacy/devel/networking/sys/sys/buf.h:398:1: warning: inlining failed in call to 'bwrite': call is unlikely and code size would grow [-Winline]
bwrite(struct buf *bp)
^~~~~~
/usr/home/mmacy/devel/networking/sys/ufs/ufs/ufs_vnops.c:1985:30: note: called from here
else if (!DOINGSOFTDEP(dvp) && ((error = bwrite(bp))))
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/vm/vm_pageout.c: In function 'vm_pageout_laundry_worker':
/usr/home/mmacy/devel/networking/sys/vm/vm_pageout.c:877:13: warning: 'numpagedout' may be used uninitialized in this function [-Wmaybe-uninitialized]
maxscan -= numpagedout - 1;
~~~~~~~~^~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/vm/vm_pageout.c:698:33: note: 'numpagedout' was declared here
int act_delta, error, maxscan, numpagedout, starting_target;
^~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/vm/vm_pageout.c:1045:27: warning: 'last_target' may be used uninitialized in this function [-Wmaybe-uninitialized]
} else if (last_target - target >=
~~~~~~~~~~~~^~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/vm/vm_object.c:100:0:
/usr/home/mmacy/devel/networking/sys/vm/vm_object.c: In function 'vm_object_terminate':
/usr/home/mmacy/devel/networking/sys/vm/vm_pagequeue.h:147:13: warning: 'dequeued' may be used uninitialized in this function [-Wmaybe-uninitialized]
pq->pq_cnt += addend;
^~
/usr/home/mmacy/devel/networking/sys/vm/vm_object.c:725:6: note: 'dequeued' was declared here
int dequeued;
^~~~~~~~
WARNING: ctfconvert: enum pmc_event has too many values: 2629 > 1023
In file included from /usr/home/mmacy/devel/networking/sys/vm/vm_page.c:119:0:
/usr/home/mmacy/devel/networking/sys/vm/vm_pagequeue.h: In function 'vm_page_deactivate_noreuse':
/usr/home/mmacy/devel/networking/sys/vm/vm_phys.h:104:1: warning: inlining failed in call to 'vm_phys_domain': call is unlikely and code size would grow [-Winline]
vm_phys_domain(vm_page_t m)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/vm/vm_page.c:120:0:
/usr/home/mmacy/devel/networking/sys/vm/vm_pagequeue.h:164:20: note: called from here
/usr/home/mmacy/devel/networking/sys/vm/vm_pagequeue.h:122:31:
#define VM_DOMAIN(n) (&vm_dom[(n)])
~~~
/usr/home/mmacy/devel/networking/sys/vm/vm_pagequeue.h:164:20:
return (VM_DOMAIN(vm_phys_domain(m)));
/usr/home/mmacy/devel/networking/sys/vm/vm_pagequeue.h:122:32: note: in definition of macro 'VM_DOMAIN'
#define VM_DOMAIN(n) (&vm_dom[(n)])
^
ERROR: ctfconvert: file does not contain dwarf type data (try compiling with -g)
ERROR: ctfconvert: file does not contain dwarf type data (try compiling with -g)
In file included from /usr/home/mmacy/devel/networking/sys/amd64/amd64/db_trace.c:35:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/amd64/amd64/db_trace.c:34:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/amd64/amd64/gdb_machdep.c:36:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/amd64/amd64/gdb_machdep.c:34:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
cc1: all warnings being treated as errors
--- gdb_machdep.o ---
*** [gdb_machdep.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
cc1: all warnings being treated as errors
In file included from /usr/home/mmacy/devel/networking/sys/amd64/amd64/machdep.c:71:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/amd64/amd64/machdep.c:59:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
--- db_trace.o ---
*** [db_trace.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
In file included from /usr/home/mmacy/devel/networking/sys/vm/vm_page.c:119:0:
/usr/home/mmacy/devel/networking/sys/vm/vm_pagequeue.h: In function 'vm_page_advise':
/usr/home/mmacy/devel/networking/sys/vm/vm_phys.h:104:1: warning: inlining failed in call to 'vm_phys_domain': call is unlikely and code size would grow [-Winline]
vm_phys_domain(vm_page_t m)
^~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/vm/vm_page.c:120:0:
/usr/home/mmacy/devel/networking/sys/vm/vm_pagequeue.h:164:20: note: called from here
/usr/home/mmacy/devel/networking/sys/vm/vm_pagequeue.h:122:31:
#define VM_DOMAIN(n) (&vm_dom[(n)])
~~~
/usr/home/mmacy/devel/networking/sys/vm/vm_pagequeue.h:164:20:
return (VM_DOMAIN(vm_phys_domain(m)));
/usr/home/mmacy/devel/networking/sys/vm/vm_pagequeue.h:122:32: note: in definition of macro 'VM_DOMAIN'
#define VM_DOMAIN(n) (&vm_dom[(n)])
^
ERROR: ctfconvert: file does not contain dwarf type data (try compiling with -g)
ERROR: ctfconvert: file does not contain dwarf type data (try compiling with -g)
In file included from /usr/home/mmacy/devel/networking/sys/amd64/amd64/trap.c:62:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/amd64/amd64/trap.c:59:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/amd64/amd64/pmap.c:7986:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/amd64/amd64/pmap.c:124:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
cc1: all warnings being treated as errors
--- trap.o ---
*** [trap.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
/usr/home/mmacy/devel/networking/sys/dev/agp/agp_i810.c: In function 'agp_intel_gtt_map_memory':
/usr/home/mmacy/devel/networking/sys/dev/agp/agp_i810.c:2209:25: warning: variable 'sc' set but not used [-Wunused-but-set-variable]
struct agp_i810_softc *sc;
^~
cc1: all warnings being treated as errors
--- machdep.o ---
*** [machdep.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
In file included from /usr/home/mmacy/devel/networking/sys/amd64/amd64/pmap.c:137:0:
/usr/home/mmacy/devel/networking/sys/amd64/amd64/pmap.c: In function 'pmap_remove_pte':
/usr/home/mmacy/devel/networking/sys/vm/vm_page.h:615:1: warning: inlining failed in call to 'vm_page_aflag_clear.constprop': call is unlikely and code size would grow [-Winline]
vm_page_aflag_clear(vm_page_t m, uint8_t bits)
^~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/amd64/amd64/pmap.c:3991:5: note: called from here
vm_page_aflag_clear(m, PGA_WRITEABLE);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/atkbdc/psm.c: In function 'psmsmoother':
/usr/home/mmacy/devel/networking/sys/dev/atkbdc/psm.c:4004:7: warning: variable 'two_finger_scroll' set but not used [-Wunused-but-set-variable]
int two_finger_scroll;
^~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/atkbdc/psm.c:4003:25: warning: variable 'vscroll_ver_area' set but not used [-Wunused-but-set-variable]
int vscroll_hor_area, vscroll_ver_area;
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/atkbdc/psm.c:4003:7: warning: variable 'vscroll_hor_area' set but not used [-Wunused-but-set-variable]
int vscroll_hor_area, vscroll_ver_area;
^~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/atkbdc/psm.c:3999:7: warning: variable 'window_min' set but not used [-Wunused-but-set-variable]
int window_min, window_max;
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/atkbdc/psm.c:3996:18: warning: variable 'max_pressure' set but not used [-Wunused-but-set-variable]
int max_width, max_pressure;
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/atkbdc/psm.c:3996:7: warning: variable 'max_width' set but not used [-Wunused-but-set-variable]
int max_width, max_pressure;
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/fdc/fdc.c: In function 'fd_enqueue':
/usr/home/mmacy/devel/networking/sys/dev/fdc/fdc.c:1185:6: warning: variable 'call' set but not used [-Wunused-but-set-variable]
int call;
^~~~
/usr/home/mmacy/devel/networking/sys/dev/fdc/fdc.c: In function 'fd_start':
/usr/home/mmacy/devel/networking/sys/dev/fdc/fdc.c:1476:21: warning: variable 'fdc' set but not used [-Wunused-but-set-variable]
struct fdc_data * fdc;
^~~
/usr/home/mmacy/devel/networking/sys/dev/atkbdc/psm.c: In function 'psmgestures.isra.21':
/usr/home/mmacy/devel/networking/sys/dev/atkbdc/psm.c:116:3: warning: 'dyp' may be used uninitialized in this function [-Wmaybe-uninitialized]
log args; \
^~~
/usr/home/mmacy/devel/networking/sys/dev/atkbdc/psm.c:3658:12: note: 'dyp' was declared here
int dxp, dyp;
^~~
/usr/home/mmacy/devel/networking/sys/dev/atkbdc/psm.c:116:3: warning: 'dxp' may be used uninitialized in this function [-Wmaybe-uninitialized]
log args; \
^~~
/usr/home/mmacy/devel/networking/sys/dev/atkbdc/psm.c:3658:7: note: 'dxp' was declared here
int dxp, dyp;
^~~
/usr/home/mmacy/devel/networking/sys/dev/syscons/scvgarndr.c: In function 'vga_vgadraw_planar':
/usr/home/mmacy/devel/networking/sys/dev/syscons/scvgarndr.c:945:9: warning: variable 'c' set but not used [-Wunused-but-set-variable]
u_char c;
^
/usr/home/mmacy/devel/networking/sys/dev/syscons/scvgarndr.c: In function 'draw_pxlcursor_planar':
/usr/home/mmacy/devel/networking/sys/dev/syscons/scvgarndr.c:1062:9: warning: variable 'c' set but not used [-Wunused-but-set-variable]
u_char c;
^
/usr/home/mmacy/devel/networking/sys/dev/syscons/scvgarndr.c: In function 'draw_pxlmouse_planar':
/usr/home/mmacy/devel/networking/sys/dev/syscons/scvgarndr.c:1189:12: warning: variable 'yoff' set but not used [-Wunused-but-set-variable]
int xoff, yoff;
^~~~
cc1: all warnings being treated as errors
--- ffs_softdep.o ---
*** [ffs_softdep.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
/usr/home/mmacy/devel/networking/sys/dev/vmware/vmxnet3/if_vmx.c: In function 'vmxnet3_free_txq_data':
/usr/home/mmacy/devel/networking/sys/dev/vmware/vmxnet3/if_vmx.c:1259:11: warning: variable 'dev' set but not used [-Wunused-but-set-variable]
device_t dev;
^~~
/usr/home/mmacy/devel/networking/sys/dev/vmware/vmxnet3/if_vmx.c: In function 'vmxnet3_free_rxq_data':
/usr/home/mmacy/devel/networking/sys/dev/vmware/vmxnet3/if_vmx.c:1395:11: warning: variable 'dev' set but not used [-Wunused-but-set-variable]
device_t dev;
^~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_clocksource.c:46:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/kern/kern_clocksource.c:43:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/vmware/vmxnet3/if_vmx.c: In function 'vmxnet3_reinit_interface':
/usr/home/mmacy/devel/networking/sys/dev/vmware/vmxnet3/if_vmx.c:1607:16: warning: variable 'ifp' set but not used [-Wunused-but-set-variable]
struct ifnet *ifp;
^~~
/usr/home/mmacy/devel/networking/sys/dev/vmware/vmxnet3/if_vmx.c: In function 'vmxnet3_reinit_rss_shared_data':
/usr/home/mmacy/devel/networking/sys/dev/vmware/vmxnet3/if_vmx.c:1633:32: warning: variable 'ds' set but not used [-Wunused-but-set-variable]
struct vmxnet3_driver_shared *ds;
^~
/usr/home/mmacy/devel/networking/sys/dev/vmware/vmxnet3/if_vmx.c: In function 'vmxnet3_txq_eof':
/usr/home/mmacy/devel/networking/sys/dev/vmware/vmxnet3/if_vmx.c:1836:16: warning: variable 'ifp' set but not used [-Wunused-but-set-variable]
struct ifnet *ifp;
^~~
/usr/home/mmacy/devel/networking/sys/dev/vmware/vmxnet3/if_vmx.c: In function 'vmxnet3_newbuf':
/usr/home/mmacy/devel/networking/sys/dev/vmware/vmxnet3/if_vmx.c:1889:16: warning: variable 'ifp' set but not used [-Wunused-but-set-variable]
struct ifnet *ifp;
^~~
/usr/home/mmacy/devel/networking/sys/kern/kern_clocksource.c: In function 'getnextevent':
/usr/home/mmacy/devel/networking/sys/kern/kern_clocksource.c:275:6: warning: variable 'c' set but not used [-Wunused-but-set-variable]
int c;
^
cc1: all warnings being treated as errors
--- kern_clocksource.o ---
*** [kern_clocksource.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
In file included from /usr/home/mmacy/devel/networking/sys/amd64/amd64/pmap.c:137:0:
/usr/home/mmacy/devel/networking/sys/amd64/amd64/pmap.c: In function 'pmap_enter':
/usr/home/mmacy/devel/networking/sys/vm/vm_page.h:615:1: warning: inlining failed in call to 'vm_page_aflag_clear.constprop': call is unlikely and code size would grow [-Winline]
vm_page_aflag_clear(vm_page_t m, uint8_t bits)
^~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/amd64/amd64/pmap.c:4815:6: note: called from here
vm_page_aflag_clear(om, PGA_WRITEABLE);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/compat/x86bios/x86bios.c:34:
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h: In function 'x86bios_match_device':
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': call is unlikely and code size would grow [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/x86bios/x86bios.c:34:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:785:2: note: called from here
BUS_READ_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, &v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:304:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(pci, var, PCI, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:312:1: note: in expansion of macro 'PCI_ACCESSOR'
PCI_ACCESSOR(subclass, SUBCLASS, uint8_t)
^~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/bus.h:727:0,
from /usr/home/mmacy/devel/networking/sys/compat/x86bios/x86bios.c:34:
./bus_if.h:105:21: warning: inlining failed in call to 'BUS_READ_IVAR': call is unlikely and code size would grow [-Winline]
static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index,
^~~~~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/compat/x86bios/x86bios.c:34:0:
/usr/home/mmacy/devel/networking/sys/sys/bus.h:785:2: note: called from here
BUS_READ_IVAR(device_get_parent(dev), dev, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ivarp ## _IVAR_ ## ivar, &v); \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:304:2: note: in expansion of macro '__BUS_ACCESSOR'
__BUS_ACCESSOR(pci, var, PCI, ivar, type)
^~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/dev/pci/pcivar.h:313:1: note: in expansion of macro 'PCI_ACCESSOR'
PCI_ACCESSOR(progif, PROGIF, uint8_t)
^~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/x86/cpufreq/powernow.c: In function 'pn_probe':
/usr/home/mmacy/devel/networking/sys/x86/cpufreq/powernow.c:893:14: warning: variable 'mfid' set but not used [-Wunused-but-set-variable]
u_int sfid, mfid, cfid;
^~~~
/usr/home/mmacy/devel/networking/sys/x86/cpufreq/powernow.c:893:8: warning: variable 'sfid' set but not used [-Wunused-but-set-variable]
u_int sfid, mfid, cfid;
^~~~
/usr/home/mmacy/devel/networking/sys/x86/iommu/busdma_dmar.c: In function 'dmar_bus_dma_tag_destroy':
/usr/home/mmacy/devel/networking/sys/x86/iommu/busdma_dmar.c:338:34: warning: variable 'dmat_copy' set but not used [-Wunused-but-set-variable]
struct bus_dma_tag_dmar *dmat, *dmat_copy, *parent;
^~~~~~~~~
/usr/home/mmacy/devel/networking/sys/x86/iommu/intel_idpgtbl.c: In function 'domain_map_buf_locked':
/usr/home/mmacy/devel/networking/sys/x86/iommu/intel_idpgtbl.c:428:29: warning: variable 'size1' set but not used [-Wunused-but-set-variable]
dmar_gaddr_t pg_sz, base1, size1;
^~~~~
In file included from /usr/home/mmacy/devel/networking/sys/x86/isa/atrtc.c:46:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/x86/isa/atrtc.c:43:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/x86/isa/clock.c:54:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/x86/isa/clock.c:52:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
cc1: all warnings being treated as errors
--- atrtc.o ---
*** [atrtc.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
In file included from /usr/home/mmacy/devel/networking/sys/sys/systm.h:45:0,
from /usr/home/mmacy/devel/networking/sys/sys/libkern.h:41,
from /usr/home/mmacy/devel/networking/sys/sys/bitstring.h:68,
from /usr/home/mmacy/devel/networking/sys/amd64/amd64/pmap.c:115:
/usr/home/mmacy/devel/networking/sys/amd64/amd64/pmap.c: In function 'pmap_activate_sw':
./machine/cpufunc.h:836:2: warning: 'rflags' may be used uninitialized in this function [-Wmaybe-uninitialized]
write_rflags(rflags);
^~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/amd64/amd64/pmap.c:7288:13: note: 'rflags' was declared here
register_t rflags;
^~~~~~
/usr/home/mmacy/devel/networking/sys/x86/pci/pci_bus.c: In function 'legacy_pcib_attach':
/usr/home/mmacy/devel/networking/sys/x86/pci/pci_bus.c:515:6: warning: variable 'bus' set but not used [-Wunused-but-set-variable]
int bus;
^~~
cc1: all warnings being treated as errors
--- clock.o ---
*** [clock.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
/usr/home/mmacy/devel/networking/sys/x86/x86/busdma_bounce.c: In function 'bounce_bus_dma_tag_destroy':
/usr/home/mmacy/devel/networking/sys/x86/x86/busdma_bounce.c:249:16: warning: variable 'dmat_copy' set but not used [-Wunused-but-set-variable]
bus_dma_tag_t dmat_copy, parent;
^~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/x86/x86/cpu_machdep.c:64:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/x86/x86/cpu_machdep.c:60:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active;
^~~~~~~~~~
cc1: all warnings being treated as errors
--- pmap.o ---
*** [pmap.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
cc1: all warnings being treated as errors
--- cpu_machdep.o ---
*** [cpu_machdep.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
In file included from /usr/home/mmacy/devel/networking/sys/x86/x86/mp_x86.c:56:0:
/usr/home/mmacy/devel/networking/sys/sys/proc.h:1150:15: error: redundant redeclaration of 'kdb_active' [-Werror=redundant-decls]
extern u_char kdb_active;
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/x86/x86/mp_x86.c:48:0:
/usr/home/mmacy/devel/networking/sys/sys/kdb.h:64:15: note: previous declaration of 'kdb_active' was here
extern u_char kdb_active; /* Non-zero while in debugger. */
^~~~~~~~~~
In file included from /usr/home/mmacy/devel/networking/sys/sys/systm.h:45:0,
from /usr/home/mmacy/devel/networking/sys/x86/x86/local_apic.c:45:
/usr/home/mmacy/devel/networking/sys/x86/x86/local_apic.c: In function 'native_lapic_ipi_raw':
./machine/cpufunc.h:836:2: warning: 'saveintr' may be used uninitialized in this function [-Wmaybe-uninitialized]
write_rflags(rflags);
^~~~~~~~~~~~~~~~~~~~
/usr/home/mmacy/devel/networking/sys/x86/x86/local_apic.c:1971:13: note: 'saveintr' was declared here
register_t saveintr;
^~~~~~~~
cc1: all warnings being treated as errors
--- mp_x86.o ---
*** [mp_x86.o] Error code 1
make[2]: stopped in /usr/home/mmacy/devel/build/usr/home/mmacy/devel/networking/amd64.amd64/sys/BHYVE
/usr/home/mmacy/devel/networking/sys/dev/sym/sym_hipd.c: In function 'sym_compute_residual':
/usr/home/mmacy/devel/networking/sys/dev/sym/sym_hipd.c:5477:13: warning: variable 'dp_sgmin' set but not used [-Wunused-but-set-variable]
int dp_sg, dp_sgmin, resid = 0;
^~~~~~~~
--- buildkernel ---
*** [buildkernel] Error code 1
make[1]: stopped in /usr/home/mmacy/devel/networking
--- buildkernel ---
*** [buildkernel] Error code 1
make: stopped in /usr/home/mmacy/devel/networking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment