Skip to content

Commit 4400ea7

Browse files
committed
Remove compiler warning
1 parent e244203 commit 4400ea7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

objpath.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@ void *objpath_start(void *pattern) {
134134
}
135135

136136
int objpath_next(void *context, int *opcode, objpath_value_t *val,
137-
void **object, void **iterator) {
137+
void **object, void **iterator)
138+
{
139+
(void) iterator;
138140
context_t *ctx = context;
139141

140142
if(!*object) // No backtracking yet

0 commit comments

Comments
 (0)