Squelch a false-positive Clang static analyzer warning.

MFC after:	1 week
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-08-10 18:19:14 +00:00
parent 4a4768d948
commit c8a8570cdb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=303933

View File

@ -149,6 +149,7 @@ main(int argc, char *argv[])
char *p;
const char *to_name;
fset = 0;
iflags = 0;
group = owner = NULL;
while ((ch = getopt(argc, argv, "B:bCcD:df:g:h:l:M:m:N:o:pSsT:Uv")) !=