projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3132227
)
Eliminate compiler warning about non-return from non-void function
author
Taylor R. Campbell
<net/mumble/campbell>
Sun, 4 Feb 2007 18:36:12 +0000
(18:36 +0000)
committer
Taylor R. Campbell
<net/mumble/campbell>
Sun, 4 Feb 2007 18:36:12 +0000
(18:36 +0000)
x_close_window_io_error, which calls longjmp instead.
v7/src/microcode/x11base.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/x11base.c
b/v7/src/microcode/x11base.c
index 7dbab00b729715026edb92989c5edb8f21c26587..c2e27a193cf1555ec175916dc3041469bafe28cf 100644
(file)
--- a/
v7/src/microcode/x11base.c
+++ b/
v7/src/microcode/x11base.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: x11base.c,v 1.9
1 2007/01/12 03:45:55 cp
h Exp $
+$Id: x11base.c,v 1.9
2 2007/02/04 18:36:12 riastrad
h Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@
-641,6
+641,8
@@
static int
DEFUN (x_close_window_io_error, (display), Display * display)
{
longjmp (x_close_window_jmp_buf, 1);
+ /*NOTREACHED*/
+ return (0);
}
static void