dlmalloc: fix -Wstrict-prototypes warning
This commit is contained in:
committed by
Travis Geiselbrecht
parent
d22534704d
commit
0fd355ea4b
2
external/lib/heap/dlmalloc/dlmalloc.c
vendored
2
external/lib/heap/dlmalloc/dlmalloc.c
vendored
@@ -5425,7 +5425,7 @@ struct mallinfo dlmallinfo(void) {
|
||||
#endif /* NO_MALLINFO */
|
||||
|
||||
#if !NO_MALLOC_STATS
|
||||
void dlmalloc_stats() {
|
||||
void dlmalloc_stats(void) {
|
||||
internal_malloc_stats(gm);
|
||||
}
|
||||
#endif /* NO_MALLOC_STATS */
|
||||
|
||||
Reference in New Issue
Block a user