Move globalIndex, listOfcomponentRegistered, globalComponentList and globalWaitingComponentList from header to source file to fix the build with gcc 10 which default to -fno-common: https://gcc.gnu.org/gcc-10/porting_to.html
Fixes:
Find attached a new version with the static qualifier
Log in to post a comment.
Find attached a new version with the static qualifier