diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-20 18:30:31 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-20 19:16:01 -0400 |
commit | 23ea3dab15181a3966ec45fa2ccbb81e59d2e0a7 (patch) | |
tree | f877e76b89269e16b680cbb619f8476f6710d958 /src/shared | |
parent | 131c01dbe9b5f71f8c913d1ebb10c926a47ac6a6 (diff) |
activate: avoid warning from -Wshadow
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;
^
Diffstat (limited to 'src/shared')
0 files changed, 0 insertions, 0 deletions