android: device: use size_t for loop index
Fix the following warning:
../../modules/audio_output/android/device.c:93:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
for (int i = 0; i < ARRAY_SIZE(audio_output_by_soc); i++)
~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Merge request reports
Activity
Filter activity
changed milestone to %4.0
added Component::Audio: Android label
added MRStatus::Reviewable label
added MRStatus::Acceptable label and removed MRStatus::Reviewable label
added MRStatus::Accepted label and removed MRStatus::Acceptable label
MR Acceptance result
This MergeRequest has been Accepted! Congratulations.MR acceptance checks details:
-
MR should be considered mergeable by Gitlab -
Last pipeline should be successful -
MergeRequest should have at least one external review and/or vote -
All threads should be resolved, and score >= 0 -
MergeRequest should have no activity (threads/votes) for (24h/24h)
-
added 17 commits
-
b46b577c...7df6b053 - 16 commits from branch
videolan:master
- 3ee11e23 - android: device: use size_t for loop index
-
b46b577c...7df6b053 - 16 commits from branch
enabled an automatic merge when all merge checks for 3ee11e23 pass
Please register or sign in to reply