commit | 8cce81fce393c0993ea4881e848d720aa9e83ae3 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Tue Jul 26 20:55:57 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Thu Jul 28 22:54:02 2011 +0200 |
tree | 6a32c038b6cd1ada346500ccb32f6b38169c7a4d | |
parent | 4f151d98615019d29ee3f726b400d855409b05a2 [diff] |
panic: remove warning "'noreturn' function does return" since commit commit d2e8b911c0a0661d395ccac72156040702ac842d Author: Mike Frysinger <vapier@gentoo.org> Date: Wed Jun 29 11:58:04 2011 +0000 panic: add noreturn attribute I see the following warnings: vsprintf.c: In function 'panic': vsprintf.c:730: warning: 'noreturn' function does return for nearly all boards. This patch fixes this warning. Signed-off-by: Heiko Schocher <hs@denx.de> cc: Mike Frysinger <vapier@gentoo.org>