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

Silence -Wunused-function on FreeBSD < 13 #59

Merged
merged 1 commit into from
Jul 27, 2020
Merged

Silence -Wunused-function on FreeBSD < 13 #59

merged 1 commit into from
Jul 27, 2020

Conversation

jbeich
Copy link
Contributor

@jbeich jbeich commented Jul 27, 2020

Regressed by #31. From build log:

../src/shm.c:35:13: warning: unused function 'randname' [-Wunused-function]
static void randname(char *buf)
            ^

../src/shm.c:35:13: warning: unused function 'randname' [-Wunused-function]
static void randname(char *buf)
            ^
@any1 any1 merged commit 72dd8a1 into any1:master Jul 27, 2020
@any1
Copy link
Owner

any1 commented Jul 27, 2020

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.

2 participants