DLTcollab / TA-endpoint

Connect resource constrained endpoints with Tangle-Accelerator
Apache License 2.0
0 stars 2 forks source link

fix: Fix warning during compiling #25

Closed splasky closed 4 years ago

splasky commented 4 years ago

This commit did the following things:

Fix no return values warning from http_send_request and http_read_response.

Remove duplicate const warning inside http_send_request declaration.

Fix type warning from ciphertext, iv, raw_msg.

Add const to inform user the data which pointed should not be changed.

Remove unused function set_mincount.

Remove unused variable.

jserv commented 4 years ago

The subject didn't reflect what you did in this pull request. Please improve it.