~brianaker/libmemcached/gear-clean

« back to all changes in this revision

Viewing changes to libtest/http.cc

  • Committer: Brian Aker
  • Date: 2012-08-02 16:14:34 UTC
  • mto: This revision was merged to the branch mainline in revision 1058.
  • Revision ID: brian@tangent.org-20120802161434-gj4slc2hchroierg
Update to support new warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 
97
97
static void init(CURL *curl, const std::string& url)
98
98
{
 
99
  (void)curl;
 
100
  (void)url;
99
101
  if (HAVE_LIBCURL)
100
102
  {
101
103
#if defined(HAVE_LIBCURL) && HAVE_LIBCURL