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

Remove -gnatwJ from compilation #58

Merged
merged 2 commits into from
Jul 9, 2024
Merged

Conversation

dinkelk
Copy link
Collaborator

@dinkelk dinkelk commented Jul 3, 2024

Removing this flag will cause many warnings to appear that look like:

warning: array aggregate using () is an obsolescent syntax, use [] instead [-gnatwj]

This PR removes the flag and fixes any updates all uses of the obsolescent syntax within Adamant.

Removing this flag will cause many warnings to appear that look like:

warning: array aggregate using () is an obsolescent syntax, use [] instead [-gnatwj]

This commit removes the flag so all violations of the warning can be
seen.
This commit fixes all uses of the obsolescent syntax within Adamant from
the -gnatwj flag.
@dinkelk dinkelk merged commit 26a68d6 into lasp:main Jul 9, 2024
4 checks passed
@dinkelk dinkelk deleted the remove-gnatwJ branch July 9, 2024 02:46
dinkelk added a commit to dinkelk/adamant_example that referenced this pull request Jul 9, 2024
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.

1 participant