kaspergrubbe / ruby-vnc

A library for interaction automation of servers via VNC
MIT License
31 stars 17 forks source link

Getting a few warnings when running the test-suite #19

Closed kaspergrubbe closed 5 years ago

kaspergrubbe commented 5 years ago

If someone have some time, this could be nice to get rid of:

$ bundle exec rspec spec
/code/ruby-vnc/lib/net/vnc.rb:142: warning: assigned but unused variable - pixel_format
/code/ruby-vnc/lib/net/vnc.rb:146: warning: assigned but unused variable - hostname
/code/ruby-vnc/lib/net/vnc/version.rb:3: warning: already initialized constant Net::VNC::VERSION
/code/ruby-vnc/lib/net/vnc/version.rb:3: warning: previous definition of VERSION was here