1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Fix compilation with recent GCC.

Reported by:	pointyhat.freebsd.org
Approved by:	portmgr (marcus), fjoe (mentor, implicit)
This commit is contained in:
Alexey Dokuchaev 2004-09-20 06:47:47 +00:00
parent 367b9a3cc7
commit 8946788fab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118300

View File

@ -0,0 +1,13 @@
--- src/libsphinx2/cdcn_update.c.orig Fri Sep 17 14:17:51 2004
+++ src/libsphinx2/cdcn_update.c Fri Sep 17 14:26:32 2004
@@ -57,8 +57,8 @@
float *noise, *tilt, *codebook, *prob, *variance, *corrbook;
int num_codes;
/* Multidimensional arrays, gar gar gar */
- static float initialize (float *, int, float *, float *, float,
- float *, float *, float *, int);
+ static float initialize (float [][NUM_COEFF+1], int, float *, float *, float,
+ float [][NUM_COEFF+1], float *, float [][NUM_COEFF+1], int);
static void correction(float *, float *, float *, float *, int);
static float max_q (float *, float *, float *, float *, float *,
float *, int, float *, int);