summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--prism_compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/prism_compile.c b/prism_compile.c
index 91af03b149..de3a294933 100644
--- a/prism_compile.c
+++ b/prism_compile.c
@@ -1360,7 +1360,7 @@ pm_compile_hash_elements(rb_iseq_t *iseq, const pm_node_t *node, const pm_node_l
// by newhash or hash merge). Double splat nodes should be merged using the
// merge_kwd method call.
const int max_stack_length = 0x100;
- const int min_tmp_hash_length = 0x800;
+ const unsigned int min_tmp_hash_length = 0x800;
int stack_length = 0;
bool first_chunk = true;