Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
expr.c:4269:27: warning: incompatible pointer types initializing 'grn_proc *'
(aka 'struct _grn_proc *') with an expression of type 'grn_obj *'
(aka 'struct _grn_obj *') [-Wincompatible-pointer-types]
grn_proc *proc = si->args[0];
^ ~~~~~~~~~~~- Loading branch information