mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[PR #1226] [MERGED] [FIX] Fix multiple definitions with new -fno-common default in GCC 10 #2021
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1226
Author: @logic
Created: 2/1/2020
Status: ✅ Merged
Merged: 2/2/2020
Merged by: @cfsmp3
Base:
master← Head:gcc10-fno-common📝 Commits (2)
dfd2502Fix multiple definitions with new -fno-common default in GCC 100b47c2fAdd GCC 10 fix to changelog📊 Changes
4 files changed (+8 additions, -4 deletions)
View changed files
📝
docs/CHANGES.TXT(+1 -0)📝
src/ccextractor.c(+3 -0)📝
src/ccextractor.h(+2 -2)📝
src/lib_ccx/ccx_decoders_708.h(+2 -2)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
GCC 10 defaults to
-fno-common, which results in multiple definitions of a few variables; this is mentioned in the GCC 10 release notes and the GCC 10 porting guide. Closes #1225.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.