mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
mount-tools: silence gcc warning about uninit var
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user