rm: avoid compiler warning

* src/remove.c (rm_fts): Don't allow fall-through when assertions
are disabled.
This commit is contained in:
Eric Blake 2009-09-03 22:45:36 -06:00 committed by Jim Meyering
parent 5f303a1293
commit 41c9e064a6

View File

@ -575,7 +575,7 @@ The following directory is part of the cycle:\n %s\n"),
ent->fts_info,
quote (ent->fts_path),
PACKAGE_BUGREPORT);
assert (0);
abort ();
}
}