iotaledger / entangled

enTangle'd is an amalgamation of all things Tangle
Apache License 2.0
113 stars 66 forks source link

Cppclient ssl #1402

Closed tsvisabo closed 5 years ago

tsvisabo commented 5 years ago
thibault-martinez commented 5 years ago

Not added by your PR but if you could fix the following warning:

INFO: From Compiling cppclient/beast.cc:
cppclient/beast.cc:147:10: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
  return std::move(req);
         ^
cppclient/beast.cc:147:10: note: remove std::move call here
  return std::move(req);
         ^~~~~~~~~~   ~
1 warning generated.