aboutsummaryrefslogtreecommitdiff
path: root/util/nrv2b
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-04-21 20:14:31 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-04-21 20:14:31 +0000
commit16cdbb244cded6f3d8df719b7a0217fdf6bf327d (patch)
tree7bfdc4f7a31c5500d34d57a267249fe994eb9362 /util/nrv2b
parent5cda45d5ec2dc2b112cb7ec1a95b861f1fa9fd2b (diff)
Eliminate various issues brought up by scan-build.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4152 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/nrv2b')
-rw-r--r--util/nrv2b/nrv2b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nrv2b/nrv2b.c b/util/nrv2b/nrv2b.c
index b9e1c10648..e341a7b61d 100644
--- a/util/nrv2b/nrv2b.c
+++ b/util/nrv2b/nrv2b.c
@@ -65,7 +65,7 @@ FILE *infile, *outfile;
#define BITSIZE 32
#endif
-static __inline__ void Error(char *message)
+static __inline__ __attribute__((noreturn)) void Error(char *message)
{
Fprintf((stderr, "\n%s\n", message));
exit(EXIT_FAILURE);