Advertisement
Guest User

Untitled

a guest
Jan 17th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. warning: variable "client" is unused
  2. lib/matchmaker/matches/server.ex:63
  3.  
  4. warning: variable "location_one" is unused
  5. lib/matchmaker/slack.ex:87
  6.  
  7. warning: variable "location_one" is unused
  8. lib/matchmaker/slack.ex:105
  9.  
  10. warning: variable "location_one" is unused
  11. lib/matchmaker/slack.ex:122
  12.  
  13. warning: unused alias Matches
  14. lib/matchmaker/sockets/handler.ex:15
  15.  
  16. warning: module attribute @timeout was set but never used
  17. lib/matchmaker/websockets/handler.ex:8
  18.  
  19. warning: module attribute @number_of_retries was set but never used
  20. lib/matchmaker/websockets/handler.ex:9
  21.  
  22. warning: module attribute @number_of_retries_friendly was set but never used
  23. lib/matchmaker/websockets/handler.ex:10
  24.  
  25. warning: module attribute @number_of_retries_background was set but never used
  26. lib/matchmaker/websockets/handler.ex:11
  27.  
  28. warning: unused alias MatchStatuses
  29. lib/matchmaker/websockets/handler.ex:4
  30.  
  31. warning: unused alias Matches
  32. lib/matchmaker/websockets/handler.ex:4
  33.  
  34. warning: unused alias Nodes
  35. lib/matchmaker/websockets/handler.ex:4
  36.  
  37. warning: clauses for the same def should be grouped together, def handle_call/3 was previously defined (lib/matchmaker/websockets/proc_server.ex:32)
  38. lib/matchmaker/websockets/proc_server.ex:46
  39.  
  40. warning: function check_match/4 is unused
  41. lib/matchmaker/websockets/proc_server.ex:76
  42.  
  43. warning: variable "ws_pid" is unused
  44. lib/matchmaker/websockets/proc_server.ex:16
  45.  
  46. warning: unused alias Client
  47. lib/matchmaker/websockets/proc_server.ex:5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement