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);