mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 04:16:54 +00:00
various compiler warning fixes (bug #4483)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5875 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -866,12 +866,12 @@ static struct skinny_device {
|
||||
struct skinny_device *next;
|
||||
} *devices = NULL;
|
||||
|
||||
static struct skinny_paging_device {
|
||||
struct skinny_paging_device {
|
||||
char name[80];
|
||||
char id[16];
|
||||
struct skinny_device ** devices;
|
||||
struct skinny_paging_device *next;
|
||||
} *paging_devices = NULL;
|
||||
};
|
||||
|
||||
static struct skinnysession {
|
||||
pthread_t t;
|
||||
@@ -3118,7 +3118,6 @@ static int reload_config(void)
|
||||
char *cat;
|
||||
char iabuf[INET_ADDRSTRLEN];
|
||||
struct skinny_device *d;
|
||||
struct skinny_paging_device *p;
|
||||
int oldport = ntohs(bindaddr.sin_port);
|
||||
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user