HomeFreeBSD

Silence GCC warning by initializing the local variable.

Description

Silence GCC warning by initializing the local variable.

GCC 6.3 is unable to trace all code paths that lead to
this variable being left uninitialized and correlate that
to function return values.

Details

Provenance
kanAuthored on
Parents
rS316627: Use int to receive the return value of getopt function.
Branches
Unknown
Tags
Unknown