From: Steven Scholz <steven.scholz@imc-berlin.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] PATCH: fix warning in common/altera.c
Date: Thu, 07 Apr 2005 10:02:30 +0200 [thread overview]
Message-ID: <4254E916.1020202@imc-berlin.de> (raw)
Hi,
Please consider this trivial patch to fix the compiler warning
altera.c:162: warning: deprecated use of label at end of compound statement
Index: u-boot/common/altera.c
===================================================================
RCS file: /cvsroot/u-boot/u-boot/common/altera.c,v
retrieving revision 1.2
diff -u -r1.2 altera.c
--- u-boot/common/altera.c 9 Oct 2003 20:09:04 -0000 1.2
+++ u-boot/common/altera.c 7 Apr 2005 07:56:54 -0000
@@ -158,6 +158,7 @@
/* Add new family types here */
default:
/* we don't need a message here - we give one
up above */
+ break;
}
} else {
printf ("No Device Function Table.\n");
--
Steven
next reply other threads:[~2005-04-07 8:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-07 8:02 Steven Scholz [this message]
2005-04-07 22:33 ` [U-Boot-Users] PATCH: fix warning in common/altera.c Wolfgang Denk
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=4254E916.1020202@imc-berlin.de \
--to=steven.scholz@imc-berlin.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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