1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

prevent compiler warnings

This commit is contained in:
Daniel Stenberg 2002-08-20 11:43:31 +00:00
parent 35153eb524
commit 87ad7ace18

View File

@ -64,6 +64,9 @@ DllMain (
DWORD reason /* Reason this function is being called. */ ,
LPVOID reserved /* Not used. */ )
{
/* prevent compiler warnings */
(void) hInst;
(void) reserved;
switch (reason)
{