Closed ssm closed 4 years ago
GCC 10 defaults to -fno-common, which no longer ignores a missing "extern" when declaring a global variable in a header file.
This patch adds "extern" to global variables so prads builds with GCC 10 defaults.
GCC 10 defaults to -fno-common, which no longer ignores a missing "extern" when declaring a global variable in a header file.
This patch adds "extern" to global variables so prads builds with GCC 10 defaults.