From: Paul Brossier Date: Fri, 17 Mar 2017 01:10:43 +0000 (+0100) Subject: src/utils/windll.c: add unused attributes X-Git-Tag: 0.4.5~55 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=1f170a8282e80d8a0788de3c415b22979c6f085e;p=aubio.git src/utils/windll.c: add unused attributes --- diff --git a/src/utils/windll.c b/src/utils/windll.c index fce588e4..cad04439 100644 --- a/src/utils/windll.c +++ b/src/utils/windll.c @@ -41,9 +41,9 @@ #include "aubio.h" -BOOL APIENTRY DllMain( HMODULE hModule, +BOOL APIENTRY DllMain( HMODULE hModule UNUSED, DWORD ul_reason_for_call, - LPVOID lpReserved ) + LPVOID lpReserved UNUSED) { switch (ul_reason_for_call) {