Fixes to prevent static analysis warnings.

This commit is contained in:
guangli-dai 2025-05-02 15:58:27 -07:00 committed by Qi Wang
parent 8347f1045a
commit 37bf846cc3
7 changed files with 8 additions and 8 deletions

View file

@ -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__)