Skip to content

Fix for gcc 10.

Reiner Hauser requested to merge (removed):gcc10 into master

gcc 10 reports an error when the type is 'uint32_t' but the switch() statement has a selector '-1'.

Merge request reports