Skip to content

Some warning fixes

Guillaume Pasero requested to merge warning-fixes into develop

On Windows, the Parameter::SetActive() function is not overriden with exactly the same signature.

On GCC platforms, the diagnostic -Wheader-guard is clang specific.

Merge request reports