Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

GCC 10 compiler error fixes #509

Merged
merged 2 commits into from
May 14, 2020
Merged

GCC 10 compiler error fixes #509

merged 2 commits into from
May 14, 2020

Conversation

uartie
Copy link
Contributor

@uartie uartie commented May 12, 2020

Fix compiler errors for GCC 10.x

Fixes #503

uartie added 2 commits May 12, 2020 11:01
This fixes a "multiple definition" compiler error on
gcc10 which defaults to -fno-common.

https://gcc.gnu.org/gcc-10/porting_to.html#common

Fixes intel#503

Signed-off-by: U. Artie Eoff <[email protected]>
This fixes a gcc10 compiler error for the
VA_STATUS_ERROR_UNKNOWN 0xFFFFFFFF conversion from
unsigned int to int.

Signed-off-by: U. Artie Eoff <[email protected]>
@uartie uartie requested a review from xhaihao May 12, 2020 18:07
@uartie
Copy link
Contributor Author

uartie commented May 14, 2020

@xhaihao comments? We will need this fixed in order to enable Fedora 32 test runs in our CI.

I will merge tomorrow if no response.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

multiple definition of `gen9_hevc_encoder_kernels with gcc-10
1 participant