Shut an optimizing compiler up about possibly (but never) unused

variables.

Submitted by:	charnier
This commit is contained in:
Sheldon Hearn 2000-07-24 21:46:12 +00:00
parent df56ce3e40
commit dee82c612a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63816

View file

@ -57,6 +57,8 @@ main(int argc, char **argv)
int ch, error, fd, oflags;
char *fname, *rname;
rsize = tsize = 0;
rname = NULL;
error = 0;
while ((ch = getopt(argc, argv, "cr:s:")) != -1)
switch (ch) {