mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
noExplicitConstructor 1 more
This commit is contained in:
parent
94b17ecaf2
commit
bdffbde80f
@ -70,7 +70,7 @@ void noodleMatch(const u8 *data, size_t data_len, const char *lit_str,
|
|||||||
u32 id = 1000;
|
u32 id = 1000;
|
||||||
hwlmLiteral lit(std::string(lit_str, lit_len), nocase, id);
|
hwlmLiteral lit(std::string(lit_str, lit_len), nocase, id);
|
||||||
auto n = noodBuildTable(lit);
|
auto n = noodBuildTable(lit);
|
||||||
ASSERT_TRUE(n != nullptr);
|
ASSERT_TRUE(static_cast<bool>(n));
|
||||||
|
|
||||||
hwlm_error_t rv;
|
hwlm_error_t rv;
|
||||||
struct hs_scratch scratch;
|
struct hs_scratch scratch;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user