Skip to content

Commit

Permalink
Fix #2921: Commix Heap.c now compies with Clang 15.0.3 (#2922)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeTibbert committed Oct 21, 2022
1 parent 8d491c5 commit 8c9b652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nativelib/src/main/resources/scala-native/gc/commix/Heap.c
Expand Up @@ -236,7 +236,7 @@ void Heap_Collect(Heap *heap) {
heap->mark.currentEnd_ns);
Phase_Nullify(heap, stats);
Phase_StartSweep(heap);
WeakRefGreyList_CallHandlers(heap);
WeakRefGreyList_CallHandlers();
}

bool Heap_shouldGrow(Heap *heap) {
Expand Down

0 comments on commit 8c9b652

Please sign in to comment.