mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
ffs: plug a set-but-not-used var
This commit is contained in:
parent
b92667b302
commit
ecbbb0c85e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue