mirror of
https://github.com/curl/curl.git
synced 2026-05-30 18:47:29 +03:00
prevent compiler warnings
This commit is contained in:
parent
35153eb524
commit
87ad7ace18
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue