mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-20 18:15:59 +00:00
src/activate/activate.c:167:51: warning: declaration shadows a variable in the global scope [-Wshadow]
static int launch(char* name, char **argv, char **environ, int fds) {
^
/usr/include/unistd.h:546:15: note: previous declaration is here
extern char **environ;
^
|
||
|---|---|---|
| .. | ||
| activate.c | ||