This fixes two compiler warnings-that-are-errors:
- don't compare a uint64_t to be >= 0; it will always be that
- don't double-define yylex(); the definition for it is provided in a library header file.
Differential D27036
[iscsictl] Fix compiler issues on gcc-6.4 adrian on Nov 1 2020, 2:31 AM. Authored by Tags None Referenced Files
Subscribers
Details This fixes two compiler warnings-that-are-errors:
Diff Detail
Event Timeline
|