Skip to content

Commit

Permalink
[bindings] Remove boring warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielebndn committed Jan 5, 2021
1 parent 4e9ae9b commit 5c98d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/multibody/frame.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ namespace pinocchio
private:
struct Pickle : bp::pickle_suite
{
static bp::tuple getinitargs(const Frame & f)
static bp::tuple getinitargs(const Frame &)
{
return bp::make_tuple();
}
Expand Down

0 comments on commit 5c98d84

Please sign in to comment.