Fix CXX_BUILD warning

This commit is contained in:
twinaphex 2015-11-25 03:31:37 +01:00
parent 08ae9df639
commit b673f2c14f

View File

@ -288,7 +288,8 @@ 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; unsigned i;
int 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();