removed unused parameters warnings with the solution proposed by myself and Bob Friesenhahn

This commit is contained in:
Mickael Savinaud
2011-08-10 08:12:10 +00:00
parent df44837b07
commit 676f8f189f
8 changed files with 33 additions and 4 deletions

View File

@@ -36,6 +36,10 @@
#ifndef OPJ_STATIC
BOOL APIENTRY
DllMain(HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) {
OPJ_ARG_NOT_USED(lpReserved);
OPJ_ARG_NOT_USED(hModule);
switch (ul_reason_for_call) {
case DLL_PROCESS_ATTACH :
break;