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

Correct unused-parameter warnings #443

Merged
merged 1 commit into from
Nov 2, 2017
Merged

Correct unused-parameter warnings #443

merged 1 commit into from
Nov 2, 2017

Conversation

benrubson
Copy link
Contributor

@benrubson benrubson commented Nov 2, 2017

Hi,

This helps solving #426.

It solves following warnings :

In file included from DirNode.cpp:21:0:
DirNode.h:49:7: warning: unused parameter ‘src’ [-Wunused-parameter]
 class DirTraverse {
       ^
DirNode.cpp:58:52: note: synthesized method ‘encfs::DirTraverse::DirTraverse(const encfs::DirTraverse&)’ first required here 
 DirTraverse::DirTraverse(const DirTraverse &src) = default;
                                                    ^

In file included from Interface.cpp:21:0:
Interface.h:30:7: warning: unused parameter ‘src’ [-Wunused-parameter]
 class Interface {
       ^
Interface.cpp:41:7: note: synthesized method ‘encfs::Interface::Interface(const encfs::Interface&)’ first required here 
     = default;
       ^

Thx 👍

Ben

@benrubson benrubson requested review from vgough and rfjakob November 2, 2017 11:28
@benrubson benrubson merged commit 92b209f into vgough:master Nov 2, 2017
@benrubson benrubson deleted the warn1 branch November 2, 2017 22:17
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.

2 participants