Changeset 1f170a8


Ignore:
Timestamp:
Mar 17, 2017, 2:10:43 AM (7 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, sampler
Children:
4309424
Parents:
cd133ba
Message:

src/utils/windll.c: add unused attributes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/utils/windll.c

    rcd133ba r1f170a8  
    4242#include "aubio.h"
    4343
    44 BOOL APIENTRY DllMain( HMODULE hModule,
     44BOOL APIENTRY DllMain( HMODULE hModule UNUSED,
    4545                       DWORD  ul_reason_for_call,
    46                        LPVOID lpReserved )
     46                       LPVOID lpReserved UNUSED)
    4747{
    4848  switch (ul_reason_for_call)
Note: See TracChangeset for help on using the changeset viewer.