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

Fix compile issue due to stale header definitions #126

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

Conversation

mrpdaemon
Copy link

It seems like the function names in ConfigTest.cc were changed but
the corresponding names in ConfigTest.hh weren't updated, which
caused a compilation failure with g++ 4.6.3.

It seems like the function names in ConfigTest.cc were changed but
the corresponding names in ConfigTest.hh weren't updated, which
caused a compilation failure with g++ 4.6.3.
@marcusmueller
Copy link

I can confirm that it fixes the compilation issue #159 AND removes the consequent linker failure resulting from the stle definitions.

Good work, merge fast.

AquariusPower pushed a commit to AquariusPower/grive that referenced this pull request Sep 26, 2018
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