You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/06/29 09:01:02 UTC

[GitHub] [rocketmq-client-cpp] xiaoma20082008 opened a new issue, #423: Compile error with static_cast

xiaoma20082008 opened a new issue, #423:
URL: https://github.com/apache/rocketmq-client-cpp/issues/423

   Compile error after this commit #419 
   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   
   ```
   git clone https://github.com/apache/rocketmq-client-cpp.git
   
   cd rocketmq-client-cpp && ./build.sh
   
   ```
   
   - What did you expect to see?
   
   build and compile success
   
   - What did you see instead?
   
   `static_cast from 'int *' to 'const char *' is not allowed` on [TcpTransport.cpp#L210](https://github.com/apache/rocketmq-client-cpp/blob/master/src/transport/TcpTransport.cpp#L210)


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org.apache.org

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


[GitHub] [rocketmq-client-cpp] ifplusor commented on issue #423: Compile error with static_cast

Posted by GitBox <gi...@apache.org>.
ifplusor commented on issue #423:
URL: https://github.com/apache/rocketmq-client-cpp/issues/423#issuecomment-1170000026

   @xiaoma20082008 Cloud you make a PR to fix this issue?


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq-client-cpp] ifplusor closed issue #423: Compile error with static_cast

Posted by GitBox <gi...@apache.org>.
ifplusor closed issue #423: Compile error with static_cast 
URL: https://github.com/apache/rocketmq-client-cpp/issues/423


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

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