From ff6b97e13e445c102c1f2c6db8375f3aada40b5b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 12 Oct 1993 20:13:45 +0000 Subject: merge with 1.8.1e --- src/test.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/test.c') diff --git a/src/test.c b/src/test.c index 658a30f29..084cad89c 100644 --- a/src/test.c +++ b/src/test.c @@ -276,7 +276,7 @@ advance (f) * beyond - call when we're beyond the end of the argument list (an * error condition) */ -static int +static void beyond () { test_syntax_error ("argument expected\n", (char *)NULL); @@ -674,6 +674,9 @@ binary_operator () pos += 3; return (TRUE == value); } + + /* Not reached. */ + abort (); } static int -- cgit v1.2.3-54-g00ecf