From: Jon Loeliger <jdl@jdl•com>
To: linuxppc-dev@ozlabs•org
Subject: [PATCH 2/4] DTC: Quiet a bogus "May be used uninitialized" warning.
Date: Fri, 19 Oct 2007 12:42:58 -0500 [thread overview]
Message-ID: <E1IivsA-00078F-ST@jdl.com> (raw)
Signed-off-by: Jon Loeliger <jdl@freescale•com>
---
flattree.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/flattree.c b/flattree.c
index a26e71b..5889900 100644
--- a/flattree.c
+++ b/flattree.c
@@ -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 */
--
1.5.3.1.139.g9346b
next reply other threads:[~2007-10-19 17:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-19 17:42 Jon Loeliger [this message]
2007-10-20 7:16 ` [PATCH 2/4] DTC: Quiet a bogus "May be used uninitialized" warning David Gibson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1IivsA-00078F-ST@jdl.com \
--to=jdl@jdl$(echo .)com \
--cc=linuxppc-dev@ozlabs$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox