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 implicit-declaration error on some systems #270

Merged
merged 1 commit into from
Oct 5, 2020

Conversation

lgbaldoni
Copy link
Contributor

I'm seeing this on openSUSE Leap 15.1

lib/path.c: In function 'srn_get_executable_path':
lib/path.c:370:4: warning: implicit declaration of function 'realpath'; did you mean 'renameat'? [-Wimplicit-function-declaration]
    realpath(PROC_SELF_EXE, rawPathName);
    ^~~~~~~~
    renameat

Copy link
Member

@SilverRainZ SilverRainZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@SilverRainZ SilverRainZ merged commit 7d1f55f into SrainApp:master Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants