1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-31 14:50:15 +03:00

mount-tools: silence gcc warning about uninit var

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-02-21 10:59:48 -05:00
parent a93236aa64
commit 6fd667e5c9

View File

@ -1025,7 +1025,7 @@ static int list_devices(void) {
j = items + n++;
for (c = 0; c < _COLUMN_MAX; c++) {
const char *x;
const char *x = NULL;
size_t k;
switch (c) {