Commit 87ad7ace authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

prevent compiler warnings

parent 35153eb5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)
    {