Skip to content

Commit

Permalink
fix groonga to compile with -Werror=enum-int-mismatch
Browse files Browse the repository at this point in the history
gcc 13.2.1
  • Loading branch information
vuvova committed Oct 11, 2023
1 parent 2556fe1 commit 69089c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/mroonga/vendor/groonga/include/groonga/groonga.h
Expand Up @@ -1640,7 +1640,7 @@ GRN_API int grn_charlen(grn_ctx *ctx, const char *str, const char *end);
GRN_API grn_rc grn_ctx_push(grn_ctx *ctx, grn_obj *obj);
GRN_API grn_obj *grn_ctx_pop(grn_ctx *ctx);

GRN_API int grn_obj_columns(grn_ctx *ctx, grn_obj *table,
GRN_API grn_rc grn_obj_columns(grn_ctx *ctx, grn_obj *table,
const char *str, unsigned int str_size, grn_obj *res);

GRN_API grn_rc grn_load(grn_ctx *ctx, grn_content_type input_type,
Expand Down

0 comments on commit 69089c7

Please sign in to comment.