avoid strange gcc warning
This commit is contained in:
@ -1100,7 +1100,7 @@ matchValue(const StreamFormat& format, const void* fieldaddress)
|
|||||||
// scan error: set other record to alarm status
|
// scan error: set other record to alarm status
|
||||||
if (pdbaddr->precord != record)
|
if (pdbaddr->precord != record)
|
||||||
{
|
{
|
||||||
recGblSetSevr(pdbaddr->precord, CALC_ALARM, INVALID_ALARM);
|
(void) recGblSetSevr(pdbaddr->precord, CALC_ALARM, INVALID_ALARM);
|
||||||
if (!INIT_RUN)
|
if (!INIT_RUN)
|
||||||
{
|
{
|
||||||
// process other record to send alarm monitor
|
// process other record to send alarm monitor
|
||||||
|
Reference in New Issue
Block a user