Kaydet (Commit) b5fd1341 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: size_t to int conversion: possible loss of data

Change-Id: Ica626a5ebe8e3c022e5398b50253904d269ba0ce
üst bfb0b2ae
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
int internal_boost = 0; int internal_boost = 0;
static char* base_dir; static char* base_dir;
static char* work_dir; static char* work_dir;
int work_dir_len; size_t work_dir_len;
#ifdef __GNUC__ #ifdef __GNUC__
#define clz __builtin_clz #define clz __builtin_clz
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment