Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proc.c:2219:15: warning: implicit conversion from enumeration type
'grn_log_level' to different enumeration type 'grn_rc' [-Wconversion]
ERR(GRN_ERROR, "invalid column type");
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ctx.h:78:21: note: expanded from macro 'GRN_ERROR'
#define GRN_ERROR GRN_LOG_ERROR
^
./ctx.h:144:45: note: expanded from macro 'ERR'
#define ERR(rc,...) ERRSET(ctx, GRN_ERROR, (rc), __VA_ARGS__)
^
./ctx.h:118:15: note: expanded from macro 'ERRSET'
ctx_->rc = (r);\
~ ^- Loading branch information