avoid strange gcc warning

This commit is contained in:
zimoch
2011-02-03 16:28:17 +00:00
parent f8b944f325
commit 3e5e4b8375

View File

@ -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