Actions
Bug #9090
closedses: using integer constants in boolean context, the expression will always evaluate to 'true'
Start date:
2018-02-10
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Issue found by gcc 7:
In file included from ../../common/io/scsi/targets/ses.c:35:0: ../../common/io/scsi/targets/ses.c: In function 'ses_callback': ../../common/io/scsi/targets/ses.c:1329:37: error: ?: using integer constants in boolean context, the expression will always evaluate to 'true' [-Werror=int-in- bool-context] (err == EBUSY)? SES_BUSY_TIME: SES_RESTART_TIME, ../../common/sys/scsi/targets/ses.h:252:7: note: in definition of macro 'SES_ENA BLE_RESTART' (ms_time)? (drv_usectohz(ms_time * 1000)) : \ ^~~~~~~ cc1: all warnings being treated as errors
Actions