Author: bdrewery Date: Wed Aug 10 18:19:14 2016 New Revision: 303933 URL: https://svnweb.freebsd.org/changeset/base/303933
Log: Squelch a false-positive Clang static analyzer warning. MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified: head/usr.bin/xinstall/xinstall.c Modified: head/usr.bin/xinstall/xinstall.c ============================================================================== --- head/usr.bin/xinstall/xinstall.c Wed Aug 10 18:19:11 2016 (r303932) +++ head/usr.bin/xinstall/xinstall.c Wed Aug 10 18:19:14 2016 (r303933) @@ -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")) != _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"