projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2ca72a
)
src/fmat.c: fix redeclaration when not using memcpy hacks
author
Paul Brossier
<piem@piem.org>
Sat, 1 Feb 2014 21:50:58 +0000
(18:50 -0300)
committer
Paul Brossier
<piem@piem.org>
Sat, 1 Feb 2014 21:50:58 +0000
(18:50 -0300)
src/fmat.c
patch
|
blob
|
history
diff --git
a/src/fmat.c
b/src/fmat.c
index
7833020
..
a51c18a
100644
(file)
--- a/
src/fmat.c
+++ b/
src/fmat.c
@@
-129,7
+129,7
@@
void fmat_weight(fmat_t *s, fmat_t *weight) {
void fmat_copy(fmat_t *s, fmat_t *t) {
uint_t i;
#if !HAVE_MEMCPY_HACKS
- uint_t
i,
j;
+ uint_t j;
#endif
if (s->height != t->height) {
AUBIO_ERR("trying to copy %d rows to %d rows \n",