mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 08:33:38 +03:00
Enabled -Wstrict-prototypes and fixed warnings.
This commit is contained in:
parent
ebd7e99f5c
commit
602edd7566
42 changed files with 82 additions and 80 deletions
|
|
@ -29,7 +29,7 @@ do_print(const char *name, size_t sz_bytes) {
|
|||
}
|
||||
|
||||
int
|
||||
main() {
|
||||
main(void) {
|
||||
#define P(type) \
|
||||
do_print(#type, sizeof(type))
|
||||
P(arena_t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue