Merged revisions 45079 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r45079 | file | 2006-10-13 14:42:49 -0400 (Fri, 13 Oct 2006) | 2 lines

And file said... let the compiler warnings STOP!

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@45080 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2006-10-13 18:45:44 +00:00
parent 8567b0ee84
commit 4c2cfeeaed
33 changed files with 562 additions and 562 deletions

View File

@@ -59,21 +59,21 @@ struct {
* Revision 1.18 2003/10/21 18:08:11 markster
* Fix include order
*
/* Revision 1.5 2003/10/21 18:08:11 markster
/* Fix include order
/*
/* Revision 1.4 2003/10/21 02:57:29 markster
/* FreeBSD patch, take 2
/*
/* Revision 1.3 2003/10/16 21:11:30 martinp
/* Revert the previous patch since it's braking compilation
/*
/* Revision 1.1 2003/02/12 13:59:15 matteo
/* Initial revision
/*
/* Revision 1.2 2000/01/05 08:20:39 markster
/* Some OSS fixes and a few lpc changes to make it actually work
/*
* Revision 1.5 2003/10/21 18:08:11 markster
* Fix include order
*
* Revision 1.4 2003/10/21 02:57:29 markster
* FreeBSD patch, take 2
*
* Revision 1.3 2003/10/16 21:11:30 martinp
* Revert the previous patch since it's braking compilation
*
* Revision 1.1 2003/02/12 13:59:15 matteo
* Initial revision
*
* Revision 1.2 2000/01/05 08:20:39 markster
* Some OSS fixes and a few lpc changes to make it actually work
*
* Revision 1.2 1996/08/20 20:35:41 jaf
* Added functions for allocating and initializing lpc10_encoder_state
* and lpc10_decoder_state structures.
@@ -97,21 +97,21 @@ struct {
* Revision 1.18 2003/10/21 18:08:11 markster
* Fix include order
*
/* Revision 1.5 2003/10/21 18:08:11 markster
/* Fix include order
/*
/* Revision 1.4 2003/10/21 02:57:29 markster
/* FreeBSD patch, take 2
/*
/* Revision 1.3 2003/10/16 21:11:30 martinp
/* Revert the previous patch since it's braking compilation
/*
/* Revision 1.1 2003/02/12 13:59:15 matteo
/* Initial revision
/*
/* Revision 1.2 2000/01/05 08:20:39 markster
/* Some OSS fixes and a few lpc changes to make it actually work
/*
* Revision 1.5 2003/10/21 18:08:11 markster
* Fix include order
*
* Revision 1.4 2003/10/21 02:57:29 markster
* FreeBSD patch, take 2
*
* Revision 1.3 2003/10/16 21:11:30 martinp
* Revert the previous patch since it's braking compilation
*
* Revision 1.1 2003/02/12 13:59:15 matteo
* Initial revision
*
* Revision 1.2 2000/01/05 08:20:39 markster
* Some OSS fixes and a few lpc changes to make it actually work
*
* Revision 1.2 1996/08/20 20:35:41 jaf
* Added functions for allocating and initializing lpc10_encoder_state
* and lpc10_decoder_state structures.
@@ -135,21 +135,21 @@ struct {
* Revision 1.18 2003/10/21 18:08:11 markster
* Fix include order
*
/* Revision 1.5 2003/10/21 18:08:11 markster
/* Fix include order
/*
/* Revision 1.4 2003/10/21 02:57:29 markster
/* FreeBSD patch, take 2
/*
/* Revision 1.3 2003/10/16 21:11:30 martinp
/* Revert the previous patch since it's braking compilation
/*
/* Revision 1.1 2003/02/12 13:59:15 matteo
/* Initial revision
/*
/* Revision 1.2 2000/01/05 08:20:39 markster
/* Some OSS fixes and a few lpc changes to make it actually work
/*
* Revision 1.5 2003/10/21 18:08:11 markster
* Fix include order
*
* Revision 1.4 2003/10/21 02:57:29 markster
* FreeBSD patch, take 2
*
* Revision 1.3 2003/10/16 21:11:30 martinp
* Revert the previous patch since it's braking compilation
*
* Revision 1.1 2003/02/12 13:59:15 matteo
* Initial revision
*
* Revision 1.2 2000/01/05 08:20:39 markster
* Some OSS fixes and a few lpc changes to make it actually work
*
* Revision 1.2 1996/08/20 20:35:41 jaf
* Added functions for allocating and initializing lpc10_encoder_state
* and lpc10_decoder_state structures.
@@ -292,7 +292,7 @@ void init_lpc10_encoder_state(struct lpc10_encoder_state *st)
st->ivbuf[i] = 0.0f;
}
st->bias = 0.0f;
/* integer osbuf[10]; /* no initial value necessary */
/* integer osbuf[10]; */ /* no initial value necessary */
st->osptr = 1;
for (i = 0; i < 3; i++) {
st->obound[i] = 0;
@@ -316,14 +316,14 @@ void init_lpc10_encoder_state(struct lpc10_encoder_state *st)
/* State used by function onset */
st->n = 0.0f;
st->d__ = 1.0f;
/* real fpc; /* no initial value necessary */
/* real fpc; */ /* no initial value necessary */
for (i = 0; i < 16; i++) {
st->l2buf[i] = 0.0f;
}
st->l2sum1 = 0.0f;
st->l2ptr1 = 1;
st->l2ptr2 = 9;
/* integer lasti; /* no initial value necessary */
/* integer lasti; */ /* no initial value necessary */
st->hyst = FALSE_;
/* State used by function voicin */
@@ -407,11 +407,11 @@ void init_lpc10_decoder_state(struct lpc10_decoder_state *st)
st->buflen = 180;
/* State used by function pitsyn */
/* ivoico; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */
/* ipito; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */
/* ivoico; */ /* no initial value necessary as long as first_pitsyn is initially TRUE_ */
/* ipito; */ /* no initial value necessary as long as first_pitsyn is initially TRUE_ */
st->rmso = 1.0f;
/* rco[10]; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */
/* integer jsamp; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */
/* rco[10]; */ /* no initial value necessary as long as first_pitsyn is initially TRUE_ */
/* integer jsamp; */ /* no initial value necessary as long as first_pitsyn is initially TRUE_ */
st->first_pitsyn = TRUE_;
/* State used by function bsynz */