Skip to content

[cleanup] fix warning: extra ‘;’ [-Wpedantic]

Felix Gruber requested to merge cleanup/extra-semicolon into master

This removes the extra ‘;’ warnings when compiling with -Wpedantic.

Merge request reports