WaE: size_t to int conversion: possible loss of data

Change-Id: Ica626a5ebe8e3c022e5398b50253904d269ba0ce
This commit is contained in:
Tor Lillqvist 2013-08-30 10:18:32 +03:00
parent bfb0b2ae4e
commit b5fd1341cd

View file

@ -98,7 +98,7 @@
int internal_boost = 0;
static char* base_dir;
static char* work_dir;
int work_dir_len;
size_t work_dir_len;
#ifdef __GNUC__
#define clz __builtin_clz