From e7dd1bfbe076bedbb639e98ca467c791c35267e5 Mon Sep 17 00:00:00 2001 From: Andres Mejia Date: Tue, 29 Jan 2013 21:30:09 -0500 Subject: Remove error about unreachable code, fixes build on Visual Studio 12. --- cpio/test/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpio') diff --git a/cpio/test/main.c b/cpio/test/main.c index a571eed0..d4c6e5c3 100644 --- a/cpio/test/main.c +++ b/cpio/test/main.c @@ -391,7 +391,6 @@ failure_finish(void *extra) fprintf(stderr, " *** forcing core dump so failure can be debugged ***\n"); abort(); - exit(1); } } -- cgit v1.2.1