Ignore:
Timestamp:
Oct 5, 2018, 9:38:58 PM (6 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
Children:
6f33badc, fb1c5e2
Parents:
dbed3ea (diff), c8b52ab (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'fix/msvcwarnings' into feature/azureci

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/parse_args.h

    rdbed3ea r96c97d0  
    6565extern int blocks;
    6666
    67 extern fvec_t *ibuf;
    68 extern fvec_t *obuf;
     67extern fvec_t *input_buffer;
     68extern fvec_t *output_buffer;
    6969
    7070const char *prog_name;
     
    201201  };
    202202#endif /* HAVE_GETOPT_H */
    203   prog_name = argv[0];
     203  // better safe than sorry
    204204  if (argc < 1) {
    205205    usage (stderr, 1);
    206     return -1;
    207   }
     206  }
     207  prog_name = argv[0];
    208208#ifdef HAVE_GETOPT_H
    209209  do {
Note: See TracChangeset for help on using the changeset viewer.