Skip to content

Fix: Xcode compilation warnings relating to implicit integer conversions

Jani Lainema requested to merge lainema/ECM:fix_xcode_compilation_warning into master

Latest Xcode environment seems to be pickier than other supported environments when it comes to implicit integer conversions and gives warnings (considered as errors) for multiple such cases in the software. It is suggested to suppress those warnings by adding -Wno-shorten-64-to-32 to the compiler options for Xcode.

Merge request reports