Changeset bc6c1a7 for src


Ignore:
Timestamp:
Feb 1, 2014, 10:50:58 PM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
c1f0c1d
Parents:
a2ca72a
Message:

src/fmat.c: fix redeclaration when not using memcpy hacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/fmat.c

    ra2ca72a rbc6c1a7  
    130130  uint_t i;
    131131#if !HAVE_MEMCPY_HACKS
    132   uint_t i,j;
     132  uint_t j;
    133133#endif
    134134  if (s->height != t->height) {
Note: See TracChangeset for help on using the changeset viewer.