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`
Expand sidebar
David Seifert
requested to merge
(removed):gcc-10
into
master
Feb 13, 2020
Overview
1
Pipelines
0
Changes
2
GCC 10 will not merge duplicate symbols anymore. Hence we need to separate the declaration from the definition.
Merge request reports
Loading