uml: fix compile due to unused variable (nw)

This commit is contained in:
hap 2017-10-23 19:08:59 +02:00 committed by Vas Crabb
parent 3c38a8a4f0
commit 992f45afb5

View File

@ -776,6 +776,7 @@ void uml::instruction::validate()
// ensure the type is valid
const parameter &param = m_param[pnum];
assert((opinfo.param[pnum].typemask >> param.type()) & 1);
(void)param;
}
// make sure we aren't missing any parameters