mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-30 06:49:32 +00:00
Mark unused in optical_flow
This commit is contained in:
@@ -277,7 +277,7 @@ publish_debug:
|
||||
return flow;
|
||||
}
|
||||
|
||||
void paramCallback(clover::FlowConfig &config, uint32_t level)
|
||||
void paramCallback(clover::FlowConfig &config, [[maybe_unused]] uint32_t level)
|
||||
{
|
||||
enabled_ = config.enabled;
|
||||
if (!enabled_) {
|
||||
|
||||
Reference in New Issue
Block a user