mirror of
https://github.com/systemd/systemd.git
synced 2025-03-22 06:50:18 +03:00
[PATCH] kill stupid gcc4 warning
This commit is contained in:
parent
b821330f0f
commit
75bc9b086f
@ -330,7 +330,7 @@ int wait_for_devices_device(struct sysfs_device *devices_dev,
|
||||
{ .bus = "iucv", .file = "detach_state" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
const struct device_file *devicefile;
|
||||
const struct device_file *devicefile = NULL;
|
||||
int loop;
|
||||
|
||||
/* the kernel may tell us what to wait for */
|
||||
|
Loading…
x
Reference in New Issue
Block a user