HomeFreeBSD

bsdgrep(1): Don't initialize fts_flags twice

Description

bsdgrep(1): Don't initialize fts_flags twice

Admittedly, this is a clang-scan complaint... but it wasn't wrong. fts_flags
is initialized by all cases in the switch(), which should be fairly obvious.
Annotate this anyways.

Details

Provenance
kevansAuthored on
Parents
rS334807: bsdgrep(1): whoops, garbage collect the now write-only variable
Branches
Unknown
Tags
Unknown