Skip to content
Snippets Groups Projects

android: device: use size_t for loop index

Merged Alexandre Janniaux requested to merge alexandre-janniaux/vlc:android-device-sizet into master
  1. Mar 28, 2025
    • Alexandre Janniaux's avatar
      android: device: use size_t for loop index · 3ee11e23
      Alexandre Janniaux authored and Steve Lhomme's avatar Steve Lhomme committed
      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++)
                              ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      3ee11e23
Loading