ScenicFramework / scenic

Core Scenic library
Apache License 2.0
1.99k stars 137 forks source link

Clean up warnings #202

Closed boydm closed 4 years ago

boydm commented 4 years ago

Description

Clean up compile warnings under Elixir 1.11. This does not change any functionality.

Motivation and Context

Types of changes

Checklist

codecov[bot] commented 4 years ago

Codecov Report

Merging #202 into master will increase coverage by 0.01%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #202      +/-   ##
==========================================
+ Coverage   86.65%   86.66%   +0.01%     
==========================================
  Files          87       87              
  Lines        2338     2340       +2     
==========================================
+ Hits         2026     2028       +2     
  Misses        312      312              
Impacted Files Coverage Δ
lib/scenic.ex 14.28% <ø> (ø)
lib/scenic/cache/base.ex 77.95% <0.00%> (ø)
lib/scenic/cache/support/supervisor.ex 100.00% <100.00%> (ø)
lib/scenic/view_port/supervisor_top.ex 25.00% <100.00%> (+25.00%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3d305bf...a01fd62. Read the comment docs.