mimalloc/include
Christian Heimes 7c73e3996d Fix strict function prototype warnings
Fix warning ``warning: function declaration isn’t a prototype`` when
building mimalloc with ``-Wstrict-prototypes`` flag. In C argumentless
functions should be declared as ``func(void)``.

Reproducer:
```shell
$ cmake ../.. -DCMAKE_C_FLAGS="-Wstrict-prototypes"
$ make VERBOSE=1
```

Co-authored-by: Sam Gross <colesbury@gmail.com>
Co-authored-by: Neil Schemenauer <nas@arctrix.com>
Signed-off-by: Christian Heimes <christian@python.org>
2021-10-19 10:48:26 +02:00
..
mimalloc-atomic.h fixes for M1; disable interpose use zones; fix pedantic warnings 2021-06-17 19:15:09 -07:00
mimalloc-internal.h Fix strict function prototype warnings 2021-10-19 10:48:26 +02:00
mimalloc-new-delete.h Bump copyright date 2021-04-24 16:35:11 +00:00
mimalloc-override.h Bump copyright date 2021-04-24 16:35:11 +00:00
mimalloc-types.h fix double quote includes 2021-06-07 16:50:31 -07:00
mimalloc.h Bump copyright date 2021-04-24 16:35:11 +00:00