Skip to content

Commit 702b9b8

Browse files
committed
S_clear_placeholders(): Fix compiler warning
A parameter to this function was declared const in its prototype but not in embed.fnc, and had a different name
1 parent c337950 commit 702b9b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embed.fnc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4226,7 +4226,7 @@ Sx |SV * |hv_delete_common \
42264226
|U32 hash
42274227
Sx |void |clear_placeholders \
42284228
|NN HV *hv \
4229-
|U32 items
4229+
|const U32 items
42304230
# if !defined(PURIFY)
42314231
SR |HE * |new_he
42324232
# endif /* !defined(PURIFY) */

proto.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)