ref: 1f170a8282e80d8a0788de3c415b22979c6f085e
parent: cd133ba8a3a5de537757daf5589a43170c7e9557
author: Paul Brossier <piem@piem.org>
date: Thu Mar 16 22:10:43 EDT 2017
src/utils/windll.c: add unused attributes
--- 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)
{