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
hello:
I'm trying to build rpc library from source.
When executing command: cmake --build . --target install
show err :
/home/fastdds/RPC-master/examples/C++/rpcdds/c++11Types/RTPSCalculator/CalculatorDDSProtocol.cxx:131:22: error: narrowing conversion of ‘3418803882’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
131 | case 0xCBC6CEAA:
| ^~~~~~~~~~
/home/fastdds/RPC-master/examples/C++/rpcdds/c++11Types/RTPSCalculator/CalculatorDDSProtocol.cxx:174:22: error: narrowing conversion of ‘3389102612’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
174 | case 0xCA019A14:
| ^~~~~~~~~~
The text was updated successfully, but these errors were encountered:
hello:
I'm trying to build rpc library from source.
When executing command:
cmake --build . --target install
show err :
The text was updated successfully, but these errors were encountered: