mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
hwlm_build: default for HWLMProto::make_small
Silences Coverity warning.
This commit is contained in:
parent
19e95b0314
commit
af519f3190
@ -81,7 +81,7 @@ struct HWLMProto {
|
|||||||
/**
|
/**
|
||||||
* \brief Flag to optimise matcher for small size from Rose.
|
* \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);
|
HWLMProto(u8 engType_in, std::vector<hwlmLiteral> lits_in);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user