mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 19:52:48 +00:00
utils: Avoid an unused variable in Solaris 11.
With ./configure --enable-dev-mode[=noisy], the build fails because every warning gets an error. Therefore, Asterisk has to be free of warnings and this variable must go. Change-Id: I63dd2bc4833b9bdb04602f83422d16caf289d46a
This commit is contained in:
@@ -2485,7 +2485,6 @@ void ast_set_default_eid(struct ast_eid *eid)
|
|||||||
{
|
{
|
||||||
int s;
|
int s;
|
||||||
int x;
|
int x;
|
||||||
int res = 0;
|
|
||||||
struct lifreq *ifr = NULL;
|
struct lifreq *ifr = NULL;
|
||||||
struct lifnum ifn;
|
struct lifnum ifn;
|
||||||
struct lifconf ifc;
|
struct lifconf ifc;
|
||||||
|
Reference in New Issue
Block a user