mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 12:03:00 +00:00
[PR #1226] [FIX] Fix multiple definitions with new -fno-common default in GCC 10 #2026
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?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/1226
State: closed
Merged: Yes
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.