aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-28 23:04:36 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-28 23:04:36 +0000
commita1a8dcf0d4ed2710c6581269c8b4cb762195fcf7 (patch)
tree579e07d2daa3034d876a0d45a0e19c972e3e4ade /codecs
parentf3b17d9bb4343a40d82fea5126790d8098b2e4d8 (diff)
resolve a couple of compiler warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48098 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rw-r--r--codecs/codec_zap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/codecs/codec_zap.c b/codecs/codec_zap.c
index fe75e294d..259ce9982 100644
--- a/codecs/codec_zap.c
+++ b/codecs/codec_zap.c
@@ -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 = {