Quiesce warning -Wmissing-variable-declarations from buildworld, which is
slightly unnerving. In file included from ioctl.c:48: /var/tmp/home/sbruno/bsd/head/tmp/usr/include/dev/lmc/if_lmc.h:939:13: warning: no previous extern declaration for non-static variable 'ssi_cables' [-Wmissing-variable-declarations] const char *ssi_cables[] =
This commit is contained in:
parent
7a514b6277
commit
c8f59c7b93
@ -936,7 +936,7 @@ struct ioctl
|
||||
#define IOCTL_RESET_CNTRS 54 /* reset event counters */
|
||||
|
||||
/* storage for these strings is allocated here! */
|
||||
const char *ssi_cables[] =
|
||||
static const char *ssi_cables[] =
|
||||
{
|
||||
"V.10/EIA423",
|
||||
"V.11/EIA530A",
|
||||
|
Loading…
Reference in New Issue
Block a user