From 1f170a8282e80d8a0788de3c415b22979c6f085e Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 17 Mar 2017 02:10:43 +0100 Subject: [PATCH] src/utils/windll.c: add unused attributes --- src/utils/windll.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.11.0