From: kay.sievers@vrfy.org Date: Fri, 4 Mar 2005 19:56:51 +0000 (+0100) Subject: [PATCH] kill stupid gcc4 warning X-Git-Tag: 055~57 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=75bc9b086fe0f212e52da8425e4a4cb2d8f38090 [PATCH] kill stupid gcc4 warning --- diff --git a/udev_sysfs.c b/udev_sysfs.c index 8813bd5c4..fc7ee885b 100644 --- a/udev_sysfs.c +++ b/udev_sysfs.c @@ -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 */