Squelch a false-positive Clang static analyzer warning.

MFC after:	1 week
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2016-08-10 18:19:14 +00:00
parent b9f84f5fbf
commit 7a6d226915

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")) !=