mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-07 10:31:16 +00:00
Fix GCC 4.0 build (bug #3662)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5076 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -751,6 +751,8 @@ static void zap_queue_frame(struct zt_pvt *p, struct ast_frame *f, void *pri)
|
||||
#endif
|
||||
}
|
||||
|
||||
static int restore_gains(struct zt_pvt *p);
|
||||
|
||||
static void swap_subs(struct zt_pvt *p, int a, int b)
|
||||
{
|
||||
int tchan;
|
||||
@@ -1983,7 +1985,7 @@ static int zt_hangup(struct ast_channel *ast)
|
||||
{
|
||||
int res;
|
||||
int index,x, law;
|
||||
static int restore_gains(struct zt_pvt *p);
|
||||
/*static int restore_gains(struct zt_pvt *p);*/
|
||||
struct zt_pvt *p = ast->pvt->pvt;
|
||||
struct zt_pvt *tmp = NULL;
|
||||
struct zt_pvt *prev = NULL;
|
||||
|
||||
Reference in New Issue
Block a user