15 Jul
2012
15 Jul
'12
10:08 a.m.
On 03/07/12 12:51, Andrew Gregory wrote:
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> ---
pactree.c: In function ‘walk_deps’: pactree.c:397:80: error: declaration of ‘reverse’ shadows a global declaration [-Werror=shadow] static void walk_deps(alpm_list_t *dblist, alpm_pkg_t *pkg, tdepth *depth, int reverse) ^ pactree.c:101:5: error: shadowed declaration is here [-Werror=shadow] int reverse = 0; ^ cc1: all warnings being treated as errors Fixed and pushed to my working branch. Allan