Actions
Bug #9351
closedpcmcia: error: '*' in boolean context, suggest '&&' instead
Start date:
2018-03-25
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Issue found by gcc 7 build:
../../common/pcmcia/nexus/pcmcia.c:853:25: error: '*' in boolean context, suggest '&&' instead [-Werror=int-in-bool-context] if (!(ppd->ppd_flags * PPD_CARD_CARDBUS)) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors
Actions