From af519f319066fe480426a5b9cb0602766296719e Mon Sep 17 00:00:00 2001 From: Justin Viiret Date: Mon, 21 Aug 2017 15:26:59 +1000 Subject: [PATCH] hwlm_build: default for HWLMProto::make_small Silences Coverity warning. --- src/hwlm/hwlm_build.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);