zyearn commented on issue #742: 树莓派上的编译问题 URL: https://github.com/apache/incubator-brpc/issues/742#issuecomment-486085046 size_t is 32 bit in 32-bit machine. Try to replace 32UL with (size_t)32 and recompile your code. When all errors are resolved and code can be compiled successfully, pull request is welcomed to solve 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
