Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/expr.c:380:28: warning: passing
'const uint8_t *' (aka 'const unsigned char *') to parameter of type
'const char *' converts between pointers to integer types with different
sign [-Wpointer-sign]
grn_bulk_write(ctx, obj, p, vs);
^- Loading branch information