Skip to content

Commit

Permalink
fix unused warning
Browse files Browse the repository at this point in the history
  • Loading branch information
swex committed Dec 17, 2018
1 parent e195a2f commit f6bc257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qzxingnufilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class QZxingNuFilterRunnable : public QObject, public QVideoFilterRunnable
{
}

QVideoFrame run(QVideoFrame *input, const QVideoSurfaceFormat &surfaceFormat,
RunFlags flags) override
QVideoFrame run(QVideoFrame *input, const QVideoSurfaceFormat & /*surfaceFormat*/,
RunFlags /*flags*/) override
{
if (!m_filter) {
qWarning() << "filter null";
Expand Down

0 comments on commit f6bc257

Please sign in to comment.