]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
hwlm_build: default for HWLMProto::make_small
authorJustin Viiret <justin.viiret@intel.com>
Mon, 21 Aug 2017 05:26:59 +0000 (15:26 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Mon, 18 Sep 2017 03:29:34 +0000 (13:29 +1000)
Silences Coverity warning.

src/hwlm/hwlm_build.h

index 4aefc3640d3addc295554e91328ae243b9fe449d..91f227dce4b89752cac3095b541459f5dd172f49 100644 (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);