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

Compilation fix for GCC 9.4 of Ubuntu 20.04 #4355

Merged
merged 3 commits into from
Sep 18, 2023
Merged

Conversation

rouault
Copy link
Contributor

@rouault rouault commented Sep 15, 2023

gcc 9.4 doesn't like "not defined"
And there was a typo GNUG --> GNUC

This should be backported to the 2.17 branch


TYPE: CPP_API
DESC: Compilation fix for GCC 9.4 of Ubuntu 20.04

Copy link
Member

@ihnorton ihnorton left a comment

Choose a reason for hiding this comment

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

Thanks

@ihnorton ihnorton merged commit 95d424a into TileDB-Inc:dev Sep 18, 2023
52 checks passed
ihnorton pushed a commit that referenced this pull request Sep 19, 2023
* Compilation fix for GCC 9.4 of Ubuntu 20.04

* Update type.h: GCC <5 is no longer supported
eric-hughes-tiledb added a commit that referenced this pull request Sep 20, 2023
The macro changed in #4355 is eliminated here. It was only used in two places, and the new macro added nothing over its replacement text.
ihnorton pushed a commit that referenced this pull request Sep 20, 2023
The macro changed in #4355 is eliminated here. It was only used in two places, and the new version of the macro added nothing over its replacement text.

---

TYPE: NO_HISTORY
DESC: Followup to 4355: eliminate the macro
ihnorton pushed a commit that referenced this pull request Sep 20, 2023
* Compilation fix for GCC 9.4 of Ubuntu 20.04

* Update type.h: GCC <5 is no longer supported
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants