aitos-io / BoAT-X-Framework

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

Compile chainmaker warning in function test_004ParametersAdd_0006AddTxParamFailureTxNULLParam #1270

Open PanHH opened 1 year ago

PanHH commented 1 year ago

Describe the bug Compile chainmaker warning in function test_004ParametersAdd_0006AddTxParamFailureTxNULLParam

02Parameters.c: In function 'test_004ParametersAdd_0006AddTxParamFailureTxNULLParam':
02Parameters.c:273:27: warning: unused variable 'tx_ptr' [-Wunused-variable]
     BoatHlchainmakerTx    tx_ptr;
                           ^~~~~~