mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-23 09:56:42 +08:00
rm: avoid compiler warning
* src/remove.c (rm_fts): Don't allow fall-through when assertions are disabled.
This commit is contained in:
parent
5f303a1293
commit
41c9e064a6
@ -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 ();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user