Ignore:
Timestamp:
May 12, 2016, 1:28:35 AM (9 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:
2ee90df
Parents:
911c22f
git-author:
Paul Brossier <piem@piem.org> (05/11/16 15:10:02)
git-committer:
Paul Brossier <piem@piem.org> (05/12/16 01:28:35)
Message:

ext/: build with -Wdeclaration-after-statement -Werror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/ext/py-fft.c

    r911c22f ra138975  
    8181{
    8282  PyObject *input;
     83  cvec_t c_out;
    8384
    8485  if (!PyArg_ParseTuple (args, "O", &input)) {
     
    9798  }
    9899
    99   cvec_t c_out;
    100100  Py_INCREF(self->doout);
    101101  if (!PyAubio_PyCvecToCCvec(self->doout, &c_out)) {
     
    117117{
    118118  PyObject *input;
     119  fvec_t out;
    119120
    120121  if (!PyArg_ParseTuple (args, "O", &input)) {
     
    133134  }
    134135
    135   fvec_t out;
    136136  Py_INCREF(self->rdoout);
    137137  if (!PyAubio_ArrayToCFvec(self->rdoout, &out) ) {
Note: See TracChangeset for help on using the changeset viewer.