Skip to content

Fix warning in malloc-stats.c

Adrian Johnson requested to merge ajohnson/cairo:malloc-hook2 into master

I thought I had eliminated all the warnings in malloc-stats.c in !295 (merged) but there is still one warning remaining.

../util/malloc-stats.c:295:1: warning: no previous declaration for ‘malloc_stats’ [-Wmissing-declarations]

Merge request reports