From: Justin Viiret Date: Mon, 21 Aug 2017 05:26:59 +0000 (+1000) Subject: hwlm_build: default for HWLMProto::make_small X-Git-Tag: v4.6.0^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af519f319066fe480426a5b9cb0602766296719e;p=thirdparty%2Fvectorscan.git hwlm_build: default for HWLMProto::make_small Silences Coverity warning. --- diff --git a/src/hwlm/hwlm_build.h b/src/hwlm/hwlm_build.h index 4aefc364..91f227dc 100644 --- a/src/hwlm/hwlm_build.h +++ b/src/hwlm/hwlm_build.h @@ -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 lits_in);