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

clang warnings: assigning field to itself, etc #150

Open
yurivict opened this issue May 18, 2019 · 1 comment
Open

clang warnings: assigning field to itself, etc #150

yurivict opened this issue May 18, 2019 · 1 comment

Comments

@yurivict
Copy link

clang-8 on FreeBSD prints these warnings, among others:

NL_population.cpp:119:16: warning: assigning field to itself [-Wself-assign-field]
    this->name = name;
               ^
SC_versioncontrol.cpp:172:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
@sebjameswml
Copy link
Collaborator

These two hopefully fixed in 8e672bc

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

No branches or pull requests

2 participants