Skip to content

FTS-1955: Resolve compiler warnings

Mihai Patrascoiu requested to merge warnings_are_not_errors into develop

This will resolve most compiler warnings on the project:

  • Warnings that come from third party libraries are masked via CMake files
  • Type conversions are done using explicit casts
  • Other types of warnings were addressed

Merge request reports