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

remove unused variable warning #732

Merged
merged 1 commit into from
Jul 10, 2017
Merged

Conversation

jeffpollock9
Copy link
Contributor

Just a quick one to remove some compiler warnings of the form:

warning: unused parameter ‘object’ [-Wunused-parameter]
         virtual SEXP operator()(Class* object, SEXP* args) { return R_NilValue ; }
                                        ^~~~~~

Thanks!

@eddelbuettel
Copy link
Member

Anybody else? This looks pretty clean and is local, and the previous reverse depends checks left us in a good spot so I'll probably merge this later today.

@eddelbuettel eddelbuettel merged commit 2c99039 into RcppCore:master Jul 10, 2017
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.

None yet

3 participants