Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/mount_lfs
Module Name: src
Committed By: riastradh
Date: Sat Aug 29 16:32:46 UTC 2026
Modified Files:
src/sbin/mount_lfs: mount_lfs.c
Log Message:
mount_lfs(8): Add unreachable() to fix clang build.
dependall ===> sbin/mount_lfs
/home/source/ab/HEAD-llvm/src/sbin/mount_lfs/mount_lfs.c:319:1: error: function declared 'noreturn' should not return [-Werror,-Winvalid-noreturn]
The only two cases in invoke_cleaner are already handled, so the rest
should be unreachable.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sbin/mount_lfs/mount_lfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index