Merge to trunk head (r46631)
[reactos.git] / lib / 3rdparty / mingw / dllmain.c
index 1e52c85..834e5a8 100644 (file)
@@ -2,7 +2,9 @@
 #define _DECL_DLLMAIN
 #include <process.h>
 
-BOOL WINAPI DllMain(HANDLE hDllHandle, DWORD dwReason, LPVOID lpreserved)
+BOOL WINAPI DllMain (HANDLE hDllHandle __attribute__ ((__unused__)),
+                    DWORD dwReason __attribute__ ((__unused__)),
+                    LPVOID lpreserved __attribute__ ((__unused__)))
 {
   return TRUE;
 }