Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
The source project of this merge request has been removed.
Fix compilation with GCC 10 / `-fno-common`
David Seifert
requested to merge
(removed):gcc-10
into
master
Feb 13, 2020
Overview
1
Pipelines
0
Changes
2
Expand
GCC 10 will not merge duplicate symbols anymore. Hence we need to separate the declaration from the definition.
Merge request reports