mattconte / tlsf

Two-Level Segregated Fit memory allocator implementation.
1.15k stars 176 forks source link

Fix [-Wstrict-prototypes] warnings. #1

Closed salkinium closed 8 years ago

salkinium commented 8 years ago

This adds some simple fixes to silence a few "strict function prototype" warnings and one "unused variable" warning.