Skip to content

Do explicit casts to avoid having the build sometimes broken when building only the sdk

Quentin Arguillere requested to merge fix/explicit_casts_in_tests into master

Command : cmake --build WORK/ios-arm64/Build/linphone --target install && cmake --build . --target sdk-only would sometimes fail due to -Werror on these implicit casts

Merge request reports