HomeClusterLabs Projects
Diffusion Booth ce87922ff32a

Fix compiler warning/-Werror.

Description

Fix compiler warning/-Werror.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40635 applies, though.
Even if "rv" in main is renamed:

main.c:1232:18: error: ‘rv’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
  return (rv >= 0 && rv < 0x70) ? rv : 1;

Details

Provenance
Philipp Marek <philipp.marek@linbit.com>Authored on Dec 19 2013, 5:07 AM
Parents
rB91abb736199a: Putting parenthesis around an expression for clarity.
Branches
Unknown
Tags
Unknown

Event Timeline