Actions
Bug #13011
closedtsalarm: '*' in boolean context, suggest '&&' instead
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Build error on SPARC. It appear we should have & instead of *.
../../../sun4v/ontario/io/tsalarm.c: In function 'tsalarm_open': ../../../sun4v/ontario/io/tsalarm.c:547:20: error: '*' in boolean context, suggest '&&' instead [-Werror=int-in-bool-context] if (softc->flags * TSAL_IDENTED) ^ cc1: all warnings being treated as errors
Testing done: build/install/boot (on T4-1)
Actions