Skip to content

Commit

Permalink
app: fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
quesnel committed Feb 13, 2025
1 parent 8428145 commit 210e55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/gui/graph/modeling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ struct graph_component_editor_data::impl {
return not(a_miss or b_miss);
};

void show_graph(application& app,
void show_graph(application& /*app*/,
component& /*compo*/,
graph_component_editor_data& ed,
graph_component& data) noexcept
Expand Down

0 comments on commit 210e55a

Please sign in to comment.