WaE: size_t to int conversion: possible loss of data
Change-Id: Ica626a5ebe8e3c022e5398b50253904d269ba0ce
This commit is contained in:
parent
bfb0b2ae4e
commit
b5fd1341cd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue