Skip to content

Commit

Permalink
Fix GCC warning
Browse files Browse the repository at this point in the history
  • Loading branch information
GrieferAtWork committed Nov 25, 2024
1 parent a49a5a9 commit 10f0bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deemon/objects/seq/default-api-operators.c.inl
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ INTERN WUNUSED NONNULL((1, 2)) Dee_ssize_t
return DeeSeq_OperatorEnumerateIndex(self, proc, arg, start, end);
}

INTERN WUNUSED NONNULL((1, 2)) DREF DeeObject *
INTERN WUNUSED NONNULL((1)) DREF DeeObject *
(DCALL DeeSeq_OperatorIterKeys)(DeeObject *__restrict self) {
return DeeSeq_OperatorIterKeys(self);
}
Expand Down

0 comments on commit 10f0bd2

Please sign in to comment.