You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2021/03/31 10:14:11 UTC

[GitHub] [incubator-pegasus] neverchanje opened a new pull request #711: fix: build failure on clang9

neverchanje opened a new pull request #711:
URL: https://github.com/apache/incubator-pegasus/pull/711


   ```
   /home/wutao1/git/2.2/incubator-pegasus/src/test/bench_test/statistics.h:44:9: error: private field '_tid' is not used [-Werror,-Wunused-private-field]
       int _tid;
           ^
   ```
   
   ```
   /home/wutao1/git/2.2/incubator-pegasus/src/geo/lib/geo_client.cpp:322:29: error: moving a temporary object prevents copy elision [-Werror,-Wpessimizing-move]
                   cb(PERR_OK, std::move(pegasus_client::internal_info()));
                               ^
   /home/wutao1/git/2.2/incubator-pegasus/src/geo/lib/geo_client.cpp:322:29: note: remove std::move call here
                   cb(PERR_OK, std::move(pegasus_client::internal_info()));
                               ^~~~~~~~~~                               ~
   1 error generated.
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] neverchanje merged pull request #711: fix: build failure on clang9

Posted by GitBox <gi...@apache.org>.
neverchanje merged pull request #711:
URL: https://github.com/apache/incubator-pegasus/pull/711


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org