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

configure.ac: Avoid implicit int, implicit function declarations #34

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

fweimer-rh
Copy link
Contributor

These obsolete C language features are not necessary support by C99 compilers. Future compilers might disable them by default, to issue clearer diagnostic. This commits prepares for that, so that the detected system properties do not change.


I regenerated configure.sh using upstream autoconf 2.69. You will have to use your patched version to avoid additional changes.

Related to:

@craigbarratt
Copy link
Contributor

Thanks for the PR. I just updated configure.ac using autoconf 2.71.

This obsolete C language feature is not necessary support by C99
compilers.  Future compilers might disable them by default, to
issue clearer diagnostic.  This commits prepares for that, so that
the detected system properties do not change.
@fweimer-rh
Copy link
Contributor Author

@craigbarratt I've rebased the PR to address the one remaining implicit-int issue.

@craigbarratt craigbarratt merged commit ed6c773 into backuppc:master Nov 27, 2023
@craigbarratt
Copy link
Contributor

Awesome! Thanks for updating.

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

2 participants