Commit 5649b738 authored by Yang Tse's avatar Yang Tse
Browse files

compiler warning fix

parent 0f9f6cf1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -517,6 +517,7 @@ struct curl_slist *Curl_ssl_engines_list(struct SessionHandle *data)
   * would just confuse things */
  (void)data;
  return NULL;
#else
  (void)data;
  return NULL;
#endif /* USE_NSS */