projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac9100b
)
resolve a couple of compiler warnings
author
Russell Bryant
<russell@russellbryant.com>
Tue, 28 Nov 2006 23:04:36 +0000
(23:04 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Tue, 28 Nov 2006 23:04:36 +0000
(23:04 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48098
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
codecs/codec_zap.c
patch
|
blob
|
history
diff --git
a/codecs/codec_zap.c
b/codecs/codec_zap.c
index
fe75e29
..
259ce99
100644
(file)
--- 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 = {