From 3f197a7be23514d5fd3d33c8ab9bf098ea84f3d1 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 27 Oct 2015 22:11:06 +0100 Subject: make fstype missing not bomb out at runtime --- lr.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lr.c') diff --git a/lr.c b/lr.c index 1463aee..db38ac5 100644 --- a/lr.c +++ b/lr.c @@ -759,13 +759,10 @@ scan_filesystems() scanned_filesystems = 1; } #else +#warning fstype lookup not implemented on this platform, keeping st_dev as number void scan_filesystems() { - fprintf(stderr, - "%s: fstype not implemented on this platform, send a patch.\n", - argv0); - exit(1); } #endif -- cgit 1.4.1