summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c5
1 files changed, 4 insertions, 1 deletions
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