resolve a couple of compiler warnings

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48098 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Russell Bryant 19 years ago
parent ac9100bfee
commit 0a280a1abc

@ -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 = {

Loading…
Cancel
Save