Commit 591d5ca4 authored by Steve Holme's avatar Steve Holme
Browse files

easy.c: Fixed compilation warning when no verbose string support

warning: unused parameter 'easy'
parent 4be80d51
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -491,6 +491,10 @@ static int events_socket(CURL *easy, /* easy handle */
  struct events *ev = userp;
  struct socketmonitor *m;
  struct socketmonitor *prev=NULL;

#if defined(CURL_DISABLE_VERBOSE_STRINGS)
  (void) easy;
#endif
  (void)socketp;

  m = ev->list;