Update C code base to comply with new enforcement of single declaration of universal variables
Closed this issue · 0 comments
gilbertozp commented
GCC versions 10 and newer started enforcing that a global variable be declared only once in the code base; some of the steps of ONEFlux have multiple declarations and need to be updated to comply with new rule.
TODO: add more details and references