Skip to content

Add "extern" to zucmou's declaration

Chris Spiegel requested to merge cspiegel/infuse:gcc-no-common into master

Gcc 10 defaults to -fno-common which results in linker errors if the same object is defined in multiple places (as happened here by including it in a header).

See https://gcc.gnu.org/gcc-10/porting_to.html for more information.

Merge request reports