From 3d010fa6c38290eb00db1c9916d113b84d65dbc4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 11 Mar 2020 11:59:39 +0100 Subject: executor: fix clang-tidy warnings --- executor/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/common.h') diff --git a/executor/common.h b/executor/common.h index 7f03eac8c..c79221de2 100644 --- a/executor/common.h +++ b/executor/common.h @@ -42,7 +42,7 @@ NORETURN void doexit(int status) #if SYZ_EXECUTOR || SYZ_MULTI_PROC || SYZ_REPEAT && SYZ_CGROUPS || \ SYZ_NET_DEVICES || __NR_syz_mount_image || __NR_syz_read_part_table || \ __NR_syz_usb_connect || (GOOS_freebsd || GOOS_openbsd || GOOS_netbsd) && SYZ_NET_INJECTION -unsigned long long procid; +static unsigned long long procid; #endif #if !GOOS_fuchsia && !GOOS_windows -- cgit mrf-deployment