HomeFreeBSD

[iscsictl] Fix compile issues that creep up with gcc-6.4

Description

[iscsictl] Fix compile issues that creep up with gcc-6.4

This fixes two warnings:

  • double-definition of a symbol in a yacc header
  • Comparison of an unsigned int being >= 0; that's always going to be true.

Reviewed by: imp, rscheff
Differential Revision: https://reviews.freebsd.org/D27036

Details

Provenance
adrianAuthored on
Reviewer
imp
Differential Revision
D27036: [iscsictl] Fix compiler issues on gcc-6.4
Parents
rS367247: MFC r367039:
Branches
Unknown
Tags
Unknown