aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/jpeg-6b/jerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/jpeg-6b/jerror.c')
-rw-r--r--test/monniaux/jpeg-6b/jerror.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/monniaux/jpeg-6b/jerror.c b/test/monniaux/jpeg-6b/jerror.c
index b5221a85..a60ff693 100644
--- a/test/monniaux/jpeg-6b/jerror.c
+++ b/test/monniaux/jpeg-6b/jerror.c
@@ -143,9 +143,7 @@ emit_message (j_common_ptr cinfo, int msg_level)
if (err->trace_level >= msg_level)
(*err->output_message) (cinfo);
}
-#ifdef TAIL_CALL_MISSING
- int dummy=1;
-#endif
+ KILL_TAIL_CALL();
}