diff --git a/codecs/codec_zap.c b/codecs/codec_zap.c index fe75e294dc3a4481fe325e1a7ddd997acd007327..259ce99820957769463b682f8388fee9675d5298 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 = {