git: ecbbb0c85ea3 - main - ffs: plug a set-but-not-used var
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Apr 2022 14:51:31 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=ecbbb0c85ea3cf8c8d34b638adaa8e050941edab commit ecbbb0c85ea3cf8c8d34b638adaa8e050941edab Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2022-04-19 14:48:59 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2022-04-19 14:51:12 +0000 ffs: plug a set-but-not-used var --- sys/ufs/ffs/ffs_softdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c index b258deab7d2b..8fbd6ed58efa 100644 --- a/sys/ufs/ffs/ffs_softdep.c +++ b/sys/ufs/ffs/ffs_softdep.c @@ -2177,7 +2177,7 @@ softdep_flushfiles(oldmnt, flags, td) int flags; struct thread *td; { - struct ufsmount *ump; + struct ufsmount *ump __unused; #ifdef QUOTA int i; #endif