mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-08 01:59:33 +00:00
fix: pessimizing move warning
Signed-off-by: Federico Aponte <federico.aponte@sysdig.com>
This commit is contained in:
@@ -439,7 +439,7 @@ bool rule_loader::compiler::compile_condition(
|
||||
sinsp_filter_compiler compiler(filter_factory, ast_out.get());
|
||||
try
|
||||
{
|
||||
filter_out = std::move(compiler.compile());
|
||||
filter_out = compiler.compile();
|
||||
}
|
||||
catch(const sinsp_exception& e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user