Changeset 633fb32


Ignore:
Timestamp:
Oct 10, 2006, 3:12:59 PM (18 years ago)
Author:
Paul Brossier <piem@altern.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:
aa81937
Parents:
b377d04
Message:

remove unused parameter warnings with attribute((unused))
remove unused parameter warnings with attribute((unused))

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.c

    rb377d04 r633fb32  
    453453#if LASH_SUPPORT
    454454
    455 void * lash_thread_main(void *data)
     455void * lash_thread_main(void *data __attribute__((unused)))
    456456{
    457457        printf("LASH thread running\n");
Note: See TracChangeset for help on using the changeset viewer.