Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid warning instance variable @xxx not initialized #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

turnon
Copy link

@turnon turnon commented Feb 25, 2017

when I rake test a gem wrapping evernote-sdk-ruby, it generates hundreds of warning as below

gems/evernote-thrift-1.25.2/lib/Evernote/EDAM/types_types.rb:2103: warning: instance variable @expungeWhichSharedNotebookRestrictions not initialized
gems/evernote-thrift-1.25.2/lib/thrift/struct.rb:58: warning: instance variable @fields_with_default_values not initialized
gems/evernote-thrift-1.25.2/lib/thrift/struct_union.rb:36: warning: instance variable @sorted_field_ids not initialized

just want to keep console clean, though it is not vital.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant