mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-16 11:52:01 +00:00
libilbc: fix build with -Werror
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11528 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
1e1893165f
commit
f8aec8bb57
@ -121,7 +121,7 @@
|
|||||||
*ppe=0.0;
|
*ppe=0.0;
|
||||||
pp=buf+LPC_FILTERORDER+lMem-lTarget;
|
pp=buf+LPC_FILTERORDER+lMem-lTarget;
|
||||||
for (j=0; j<lTarget; j++) {
|
for (j=0; j<lTarget; j++) {
|
||||||
*ppe+=(*pp)*(*pp++);
|
*ppe+=(*pp)*((*pp)++);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (*ppe>0.0) {
|
if (*ppe>0.0) {
|
||||||
@ -303,7 +303,7 @@
|
|||||||
|
|
||||||
pp=cbvectors+lMem-lTarget;
|
pp=cbvectors+lMem-lTarget;
|
||||||
for (j=0; j<lTarget; j++) {
|
for (j=0; j<lTarget; j++) {
|
||||||
*ppe+=(*pp)*(*pp++);
|
*ppe+=(*pp)*((*pp)++);
|
||||||
}
|
}
|
||||||
|
|
||||||
ppi = cbvectors + lMem - 1 - lTarget;
|
ppi = cbvectors + lMem - 1 - lTarget;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user