Skip to content

Fixes warnings of code in gcc.

Jan Hák requested to merge gcc_warn_fixes into master

Several warnings were raised when compiling with the -Wall -Og Cflags flag in gcc. The following changes fix these warnings.

Merge request reports