heap_allocator icon indicating copy to clipboard operation
heap_allocator copied to clipboard

Fix not used error (-Werror=unused-variable)

Open Pusnow opened this issue 4 years ago • 0 comments

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

Pusnow avatar May 20 '20 10:05 Pusnow