Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
0.12.0
-
None
-
None
-
Using the ubuntu-bionic docker build environment with Erlang 22 in it.
Description
When doing "make precross" in test/erl I see these warnings:
```
src/test_thrift_server.erl:163: Warning: variable 'Hello' is unused
src/test_thrift_server.erl:172: Warning: variable 'Crazy' is unused
src/test_thrift_server.erl:172: Warning: a term is constructed, but never used
src/test_thrift_server.erl:174: Warning: a term is constructed, but never used
```
Looking at the code, I would say that either these things are not supposed to exist or the test is not complete. Could someone look at which it is and correct it?