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:
parent
a93236aa64
commit
6fd667e5c9
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user