mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-14 00:37:41 -04:00
Quiet a bogus "May be used uninitialized" warning.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
This commit is contained in:
parent
afa8c2e1d7
commit
2d50f8f9dd
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ static void asm_emit_cell(void *e, cell_t val)
|
|||
static void asm_emit_string(void *e, char *str, int len)
|
||||
{
|
||||
FILE *f = e;
|
||||
char c;
|
||||
char c = 0;
|
||||
|
||||
if (len != 0) {
|
||||
/* XXX: ewww */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue