Wipe some sign compare warnings.
This commit is contained in:
parent
c0cc5fac53
commit
09d6897c2f
|
@ -288,7 +288,7 @@ static int action_left_video_resolution(unsigned type, const char *label,
|
||||||
static int playlist_association_left(unsigned type, const char *label,
|
static int playlist_association_left(unsigned type, const char *label,
|
||||||
bool wraparound)
|
bool wraparound)
|
||||||
{
|
{
|
||||||
int i, next, found, current = 0;
|
size_t i, next, found, current = 0;
|
||||||
char core_path[PATH_MAX_LENGTH] = {0};
|
char core_path[PATH_MAX_LENGTH] = {0};
|
||||||
char new_playlist_cores[PATH_MAX_LENGTH] = {0};
|
char new_playlist_cores[PATH_MAX_LENGTH] = {0};
|
||||||
global_t *global = global_get_ptr();
|
global_t *global = global_get_ptr();
|
||||||
|
|
|
@ -312,7 +312,7 @@ static int action_right_video_resolution(unsigned type, const char *label,
|
||||||
static int playlist_association_right(unsigned type, const char *label,
|
static int playlist_association_right(unsigned type, const char *label,
|
||||||
bool wraparound)
|
bool wraparound)
|
||||||
{
|
{
|
||||||
int i, next, found, current = 0;
|
size_t i, next, found, current = 0;
|
||||||
char core_path[PATH_MAX_LENGTH] = {0};
|
char core_path[PATH_MAX_LENGTH] = {0};
|
||||||
char new_playlist_cores[PATH_MAX_LENGTH] = {0};
|
char new_playlist_cores[PATH_MAX_LENGTH] = {0};
|
||||||
global_t *global = global_get_ptr();
|
global_t *global = global_get_ptr();
|
||||||
|
|
Loading…
Reference in New Issue