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 C99 compatibility issue #265

Merged
merged 1 commit into from Feb 2, 2023
Merged

Conversation

djdelorie
Copy link

Two of the configure tests need prototypes for close() to avoid C99 warnings.

Related to:

  <https://fedoraproject.org/wiki/Changes/PortingToModernC>
  <https://fedoraproject.org/wiki/Toolchain/PortingToModernC>

Two of the configure tests need prototypes for close() to avoid
C99 warnings.

Related to:

      <https://fedoraproject.org/wiki/Changes/PortingToModernC>
      <https://fedoraproject.org/wiki/Toolchain/PortingToModernC>
Copy link
Member

@wcawijngaards wcawijngaards left a comment

Choose a reason for hiding this comment

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

This change looks good, there do not seem to be other implicit function declaration warnings in the config output.

@wcawijngaards wcawijngaards merged commit 31e11e6 into NLnetLabs:master Feb 2, 2023
wcawijngaards added a commit that referenced this pull request Feb 2, 2023
- Merge #265: Fix C99 compatibility issue.
@wcawijngaards
Copy link
Member

Thank you for the patch! It works and removes the unneeded warnings from the configure logs. The changes have been merged with the code repository.

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