mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-03 21:48:24 +02:00
Fix warning
../util/malloc-stats.c:295:1: warning: no previous declaration for ‘malloc_stats’ [-Wmissing-declarations]
This commit is contained in:
parent
777d35fa87
commit
9bb2036369
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ merge_similar_entries (struct func_stat_t *func_stats, int num)
|
|||
}
|
||||
|
||||
__attribute__ ((destructor))
|
||||
void
|
||||
static void
|
||||
malloc_stats (void)
|
||||
{
|
||||
unsigned int i, j;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue