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 test_001CreateWallet_0012_CreatePersisWalletFailureIndexExceed #1227

Open PanHH opened 1 year ago

PanHH commented 1 year ago

Describe the bug Compile warning in function test_001CreateWallet_0012_CreatePersisWalletFailureIndexExceed

01Wallet.c: In function 'test_001CreateWallet_0012_CreatePersisWalletFailureIndexExceed':
01Wallet.c:407:5: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
     ck_assert_int_eq(g_chaninmaker_wallet_ptr, NULL);
     ^~~~~~~~~~~~~~~~

1667296781284