On 12/28/2015 04:34 PM, Thierry BERTAUD wrote:
Hello Jens,

I attached the config.log

lib/pattern.c: In function 'parse_number':
lib/pattern.c:77:3: warning: implicit declaration of function 'strcasestr' 
[-Wimplicit-function-declaration]
     _end = strcasestr(beg, "0x");
     ^
lib/pattern.c:77:8: warning: assignment makes pointer from integer without a 
cast [enabled by default]
     _end = strcasestr(beg, "0x");

Can you send the config.log file?

Thanks - I think it's just a missed include in lib/pattern.c - if you pull current -git, both that and the send_file() issue should be fixed. Can you test?


--
Jens Axboe

--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to