mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 16:13:38 +03:00
Fixes to prevent static analysis warnings.
This commit is contained in:
parent
8347f1045a
commit
37bf846cc3
7 changed files with 8 additions and 8 deletions
|
|
@ -586,7 +586,7 @@ prof_getpid(void) {
|
|||
}
|
||||
|
||||
static long
|
||||
prof_get_pid_namespace() {
|
||||
prof_get_pid_namespace(void) {
|
||||
long ret = 0;
|
||||
|
||||
#if defined(_WIN32) || defined(__APPLE__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue