fix gcc10 static analysis warning

This commit is contained in:
Reiner Herrmann 2020-04-22 20:01:35 +02:00
parent 71ca655b1d
commit c02c91ee96

View file

@ -20,7 +20,7 @@
#include "faudit.h"
void pid_test(void) {
char *kern_proc[] = {
static char *kern_proc[] = {
"kthreadd",
"ksoftirqd",
"kworker",