aitos-io / BoAT-X-Framework

BoAT-X Blockchain Application Framework for IoT
http://www.aitos.io
Apache License 2.0
926 stars 49 forks source link

Compile warning in function BoatCitaWalletInit. #1245

Open PanHH opened 1 year ago

PanHH commented 1 year ago

Describe the bug Compile warning in function BoatCitaWalletInit.

api_cita.c: In function 'BoatCitaWalletInit':
api_cita.c:92:51: warning: passing argument 2 of 'BoatCitaWalletSetChainId' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
     result = BoatCitaWalletSetChainId(wallet_ptr, &config_ptr->chain_id);
                                                   ^

1667812011334