You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is fixed in the development branch. Additionally, in the development branch we have a WERROR cmake option that you could disable which should also fix the build issue. (-DWERROR=0).
Building the cpp rest sdk in Debug mode on OS X and received following 3 errors.
Below is one of them:
.../casablanca/Release/src/http/common/http_helpers.cpp:275:16: error
redundant move in return statement [-Werror, -Wredundant-move]
return std::move(src);
.../casablanca/Release/src/http/common/http_helpers.cpp:275:16: note:
remove std::move call here
return std::move(src);
The text was updated successfully, but these errors were encountered: