Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The 'false' value is implicitly cast to the integer type. #2372

Closed
marakew opened this issue Jun 12, 2022 · 0 comments · Fixed by #2375
Closed

The 'false' value is implicitly cast to the integer type. #2372

marakew opened this issue Jun 12, 2022 · 0 comments · Fixed by #2375
Labels
[core] Area: Changes in SRT library core Type: Maintenance Work required to maintain or clean up the code
Milestone

Comments

@marakew
Copy link

marakew commented Jun 12, 2022

return false;

should return 0; instead return false;

maxsharabayko added a commit to maxsharabayko/srt that referenced this issue Jun 13, 2022
maxsharabayko added a commit to maxsharabayko/srt that referenced this issue Jun 13, 2022
Handle handling failure of fillHsExtKMRSP(..).
Fixed some other minor conversion warnings.
Fixes Haivision#2372.
maxsharabayko added a commit to maxsharabayko/srt that referenced this issue Jun 13, 2022
Handle handling failure of fillHsExtKMRSP(..).
Fixed some other minor conversion warnings.
Fixes Haivision#2372.
@maxsharabayko maxsharabayko added this to the v1.5.0 milestone Jun 13, 2022
@maxsharabayko maxsharabayko added Type: Maintenance Work required to maintain or clean up the code [core] Area: Changes in SRT library core labels Jun 13, 2022
@maxsharabayko maxsharabayko modified the milestones: v1.5.0, Next Release Jun 15, 2022
maxsharabayko added a commit that referenced this issue Jun 15, 2022
Handle handling failure of fillHsExtKMRSP(..).
Fixed some other minor conversion warnings.
Fixes #2372.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[core] Area: Changes in SRT library core Type: Maintenance Work required to maintain or clean up the code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants