Skip to content

configure: Avoid C89-only language features - #10

Open
fweimer-rh wants to merge 1 commit into
AdaCore:masterfrom
fweimer-rh:c99
Open

configure: Avoid C89-only language features#10
fweimer-rh wants to merge 1 commit into
AdaCore:masterfrom
fweimer-rh:c99

Conversation

@fweimer-rh

Copy link
Copy Markdown

Avoid an implicit int for main and calls to the undeclared exit function. Improves compatibility with future compilers which no longer support these C89 language features by default.

Related to:

Avoid an implicit int for main and calls to the undeclared exit
function.  Improves compatibility with future compilers which
no longer support these C89 language features by default.
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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