core: fix gcc unused variable warning

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2014-01-02 19:49:33 -05:00
parent 0349c608c8
commit d4c636603a

View file

@ -1405,7 +1405,9 @@ static int method_enable_unit_files_generic(
sd_bus_error *error) {
_cleanup_strv_free_ char **l = NULL;
#ifdef HAVE_SELINUX
char **i;
#endif
UnitFileChange *changes = NULL;
unsigned n_changes = 0;
UnitFileScope scope;