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 int compile error in ipv6 detection #12607

Closed
wants to merge 1 commit into from
Closed

fix implicit int compile error in ipv6 detection #12607

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Dec 29, 2023

ipv6 auto detection fails on clang 16 with

error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]

fix the test stub to declare a return type and return a value.

@github-actions github-actions bot added the build label Dec 29, 2023
@ghost ghost changed the title fix no default int compile error in ipv6 detection fix no implicit int compile error in ipv6 detection Dec 29, 2023
@ghost ghost changed the title fix no implicit int compile error in ipv6 detection fix implicit int compile error in ipv6 detection Dec 29, 2023
@bagder
Copy link
Member

bagder commented Dec 29, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

1 participant