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 2 build warnings #102

Closed
wants to merge 1 commit into from

Conversation

rubenk
Copy link
Contributor

@rubenk rubenk commented Apr 26, 2018

ad_flush.c:306:25: warning: implicit declaration of function 'become_root' is invalid in C99 [-Wimplicit-function-declaration]
become_root();
^
ad_flush.c:308:25: warning: implicit declaration of function 'unbecome_root' is invalid in C99 [-Wimplicit-function-declaration]
unbecome_root();
^
2 warnings generated.

ad_flush.c:306:25: warning: implicit declaration of function 'become_root' is invalid in C99 [-Wimplicit-function-declaration]
                        become_root();
                        ^
ad_flush.c:308:25: warning: implicit declaration of function 'unbecome_root' is invalid in C99 [-Wimplicit-function-declaration]
                        unbecome_root();
                        ^
2 warnings generated.
@andy-js
Copy link
Contributor

andy-js commented Apr 26, 2018

Looks good.

@slowfranklin
Copy link
Member

Pushed to master. Thanks!

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