]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
panic: remove warning "'noreturn' function does return"
authorHeiko Schocher <hs@denx.de>
Tue, 26 Jul 2011 20:55:57 +0000 (20:55 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 28 Jul 2011 20:54:02 +0000 (22:54 +0200)
commit40e018815dcf6692eeddffaeba38751b4e8c6af7
tree6a32c038b6cd1ada346500ccb32f6b38169c7a4d
parenteaf5e65af582c80c73ad1db37862d1cf3adc741b
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>
lib/vsprintf.c