Skip to content

fix implicit int compile error in ipv6 detection#12607

Closed
ghost wants to merge 1 commit intomasterfrom
unknown repository
Closed

fix implicit int compile error in ipv6 detection#12607
ghost wants to merge 1 commit intomasterfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@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
Copy Markdown
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.

1 participant