Skip to content

Commit

Permalink
Remove warnings from unused params
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldelucena committed Sep 17, 2018
1 parent 7eb5307 commit 58b2fc6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion server/libFunq/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,11 @@ void dump_quick_items(Player * player, const QList<QQuickItem *> & items, const
}
out["items"] = outitems;
#else
createQtQuickOnlyError();
(void)player;
(void)items;
(void)viewid;
(void)recursive;
(void)out;
#endif
}

Expand Down

0 comments on commit 58b2fc6

Please sign in to comment.