Fix warning when compiling with gcc46:
error: variable 'Sflag' set but not used Approved by: dim MFC after: 3 days
This commit is contained in:
parent
c951556035
commit
14f6494f61
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=229911
@ -90,7 +90,7 @@ main(int argc, char *argv[])
|
||||
int Aflag, aflag, eflag, evalue, fflag, fvalue, jflag, Jflag, Lflag;
|
||||
int lflag, mflag, mvalue, Nflag, nflag, oflag, ovalue, pflag, sflag;
|
||||
int tflag;
|
||||
int svalue, Sflag, Svalue;
|
||||
int svalue, Svalue;
|
||||
int ch, found_arg, i;
|
||||
const char *chg[2];
|
||||
struct ufs_args args;
|
||||
@ -269,7 +269,6 @@ main(int argc, char *argv[])
|
||||
if (Svalue < SUJ_MIN)
|
||||
errx(10, "%s must be >= %d (was %s)",
|
||||
name, SUJ_MIN, optarg);
|
||||
Sflag = 1;
|
||||
break;
|
||||
|
||||
case 't':
|
||||
|
Loading…
Reference in New Issue
Block a user