On 10/07/2014 09:00 AM, Neto, Antonio Jose Rodrigues wrote: > CC lex.yy.o > lex.yy.c:1231:3: warning: incompatible pointer types passing 'yy_size_t *' > (aka 'unsigned long *') to parameter of type 'int *' > [-Wincompatible-pointer-types] > YY_INPUT( > (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), > > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > exp/expression-parser.l:31:25: note: expanded from macro 'YY_INPUT' > lexer_input((buffer), &(bytes_read), (bytes_requested)) > ^~~~~~~~~~~~~ > exp/expression-parser.l:27:43: note: passing argument to parameter > 'nbytes' here > extern int lexer_input(char* buffer, int *nbytes, int buffersize); OK, try and re-pull, I think I fixed the size_t issue as well now. This is the commit: http://git.kernel.dk/?p=fio.git;a=commit;h=3fcc6ca7f15db70b9f82df1f9065765b4cca4e9d -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html