mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
prevent compiler warnings
This commit is contained in:
parent
35153eb524
commit
87ad7ace18
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user