~kyrofa/junk/pay-service-2

« back to all changes in this revision

Viewing changes to service/webclient-curl.cpp

  • Committer: Rodney Dawes
  • Author(s): Charles Kerr
  • Date: 2015-09-03 14:37:34 UTC
  • Revision ID: rodney.dawes@canonical.com-20150903143734-n329ilea2cgxwqyn
Improve compiler warnings usage and fix warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
           network socket. */
102
102
        exec = std::thread([this]()
103
103
        {
104
 
            std::string authheader;
105
104
            CURL* handle = curl_easy_init();
106
105
 
107
106
            /* Helps with threads */