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

Alignas on posix failing under Gcc 8.3.0 #19

Closed
wants to merge 1 commit into from

Conversation

fuzzard
Copy link

@fuzzard fuzzard commented Feb 23, 2019

alignas is a keyword in c++. Dont define.
Change is in windows header already, and GCC 8.3.0 is erroring on this now.

hd_homerun_windows_os.h already handles the definition this way.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89464

alignas is a keyword in c++. Dont define.
Change is in windows header already, and GCC 8.3.0 is erroring on this now.
@MilhouseVH
Copy link

@fuzzard thanks for this.

I've tested this PR with gcc-8.2.0 and gcc-8.3.0 and both are now building the PVR HD Homerun add-on successfully.

We'll include this PR in LibreELEC until it merges (which could be a while) as it's likely to affect gcc-9.0.0 in turn, which should be released in April.

@nickkelsey
Copy link
Contributor

fixed.

@nickkelsey nickkelsey closed this Jun 7, 2019
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