Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
69089c71
Commit
69089c71
authored
Oct 08, 2023
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix groonga to compile with -Werror=enum-int-mismatch
gcc 13.2.1
parent
2556fe1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
storage/mroonga/vendor/groonga/include/groonga/groonga.h
storage/mroonga/vendor/groonga/include/groonga/groonga.h
+1
-1
No files found.
storage/mroonga/vendor/groonga/include/groonga/groonga.h
View file @
69089c71
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment