summaryrefslogtreecommitdiff
path: root/get_load.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-12-20 18:01:35 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-12-20 18:01:40 -0800
commit7cccec04962741b0d37bc92e580e1029b2d49849 (patch)
tree85bcf689f41fe4e12996b85362385fc8973fa4dd /get_load.c
parent6ec57ead120a3d42afcb76da012109dd713f12d9 (diff)
Mark xload_error as noreturn
Silences a gcc warning Raises the minimum version of xproto needed to build to 7.0.17 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'get_load.c')
-rw-r--r--get_load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_load.c b/get_load.c
index 77b6779..dc07d60 100644
--- a/get_load.c
+++ b/get_load.c
@@ -201,7 +201,7 @@ void GetLoadPoint(
extern long lseek();
#endif
-static void xload_error(const char *, const char *);
+static void xload_error(const char *, const char *) _X_NORETURN;
#if defined(SYSV) && defined(i386)