hwlm_build: default for HWLMProto::make_small

Silences Coverity warning.
This commit is contained in:
Justin Viiret 2017-08-21 15:26:59 +10:00 committed by Matthew Barr
parent 19e95b0314
commit af519f3190

View File

@ -81,7 +81,7 @@ struct HWLMProto {
/**
* \brief Flag to optimise matcher for small size from Rose.
*/
bool make_small;
bool make_small = false;
HWLMProto(u8 engType_in, std::vector<hwlmLiteral> lits_in);