Re: [systemd-devel] [PATCH 4/5] shared:util : Remove shadow compile warning

2014-10-16 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Oct 17, 2014 at 02:16:14AM +0300, Philippe De Swert wrote: > Hi, > > On 17/10/14 02:09, Zbigniew Jędrzejewski-Szmek wrote: > > On Fri, Oct 17, 2014 at 12:43:52AM +0300, philippedesw...@gmail.com wrote: > >> From: Philippe De Swert > >> > >> Removes the following compilation warning: > >>

Re: [systemd-devel] [PATCH 4/5] shared:util : Remove shadow compile warning

2014-10-16 Thread Philippe De Swert
Hi, On 17/10/14 02:09, Zbigniew Jędrzejewski-Szmek wrote: > On Fri, Oct 17, 2014 at 12:43:52AM +0300, philippedesw...@gmail.com wrote: >> From: Philippe De Swert >> >> Removes the following compilation warning: >> src/shared/util.c: In function 'rm_rf_children_dangerous': >> src/shared/util.c:280

Re: [systemd-devel] [PATCH 4/5] shared:util : Remove shadow compile warning

2014-10-16 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Oct 17, 2014 at 12:43:52AM +0300, philippedesw...@gmail.com wrote: > From: Philippe De Swert > > Removes the following compilation warning: > src/shared/util.c: In function 'rm_rf_children_dangerous': > src/shared/util.c:2800:22: warning: declaration of 'is_dir' shadows a global > declar

[systemd-devel] [PATCH 4/5] shared:util : Remove shadow compile warning

2014-10-16 Thread philippedeswert
From: Philippe De Swert Removes the following compilation warning: src/shared/util.c: In function 'rm_rf_children_dangerous': src/shared/util.c:2800:22: warning: declaration of 'is_dir' shadows a global declaration [-Wshadow] In file included from src/shared/util.c:77:0: src/shared/mkdir.h:45:5: