DLTcollab / TA-endpoint

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

fix: Eliminate compilation warnings #44

Closed splasky closed 4 years ago

splasky commented 4 years ago

Eliminate duplicated const declaration specifier warning from gcc during compiling. req pointer is for read only, recommend to remove redundant const specifier.

jserv commented 4 years ago

Message "req pointer is for read only, recommend to remove redundant const specifier." was terrible because:

  1. You should say, it is forbidden to assign read-only variable(s);
  2. Check the dictionary about recommend for learning its usage.
jserv commented 4 years ago

Why did you close this pull request?

splasky commented 4 years ago

Handle all same issue inside #52