projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd133ba
)
src/utils/windll.c: add unused attributes
author
Paul Brossier
<piem@piem.org>
Fri, 17 Mar 2017 01:10:43 +0000
(
02:10
+0100)
committer
Paul Brossier
<piem@piem.org>
Fri, 17 Mar 2017 01:10:43 +0000
(
02:10
+0100)
src/utils/windll.c
patch
|
blob
|
history
diff --git
a/src/utils/windll.c
b/src/utils/windll.c
index
fce588e
..
cad0443
100644
(file)
--- 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)
{