mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 19:52:48 +00:00
resolve a couple of compiler warnings
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48098 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -232,7 +232,7 @@ static int zap_new(struct ast_trans_pvt *pvt)
|
||||
return zap_translate(pvt, pvt->t->dstfmt, pvt->t->srcfmt);
|
||||
}
|
||||
|
||||
static struct ast_frame *g729_fakesrc_sample()
|
||||
static struct ast_frame *g729_fakesrc_sample(void)
|
||||
{
|
||||
/* Don't bother really trying to test hardware ones. */
|
||||
static struct ast_frame f = {
|
||||
@@ -244,7 +244,7 @@ static struct ast_frame *g729_fakesrc_sample()
|
||||
return &f;
|
||||
}
|
||||
|
||||
static struct ast_frame *g723_fakesrc_sample()
|
||||
static struct ast_frame *g723_fakesrc_sample(void)
|
||||
{
|
||||
/* Don't bother really trying to test hardware ones. */
|
||||
static struct ast_frame f = {
|
||||
|
Reference in New Issue
Block a user