heap_allocator
heap_allocator copied to clipboard
Fix not used error (-Werror=unused-variable)
Fix not used error.
This happens when it compiles with -Werror=unused-variable
.
ex) gcc -O3 llist.c heap.c main.c -o heap_test -Werror=unused-variable