Skip to content

fix gcc compiler warnings

Christian Gumpert requested to merge fix_compiler_warnings into master

Fix a couple of compiler warnings issued by gcc. Mostly related to comparison of signed/unsigned integers.

Merge request reports