94d109
driver: slbt_split_argv(): add missing variable initialization.
@@ -171,7 +171,7 @@ static int slbt_split_argv(
|
|
171
171
|
argv[ctx.unitidx] = compiler;
|
172
172
|
|
173
173
|
/* missing both --mode and --config? */
|
174
|
-
for (mode=0, entry=meta->entries; entry->fopt; entry++)
|
174
|
+
for (mode=0, config=0, entry=meta->entries; entry->fopt; entry++)
|
175
175
|
if (entry->tag == TAG_MODE)
|
176
176
|
mode = entry;
|
177
177
|
else if (entry->tag == TAG_CONFIG)
|