aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/sndfile/decodersndfilefactory.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-07-21 10:30:40 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-07-21 10:30:40 +0000
commit0d8981c06d0debc19beff2440d8804c63e62151b (patch)
treed7929522f5caaa31be12666fa43f9ddf294738aa /src/plugins/Input/sndfile/decodersndfilefactory.cpp
parent5cc2fd08ae492ac9eba82675326475f88e40d8d2 (diff)
downloadqmmp-0d8981c06d0debc19beff2440d8804c63e62151b.tar.gz
qmmp-0d8981c06d0debc19beff2440d8804c63e62151b.tar.bz2
qmmp-0d8981c06d0debc19beff2440d8804c63e62151b.zip
fixed gcc warning
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6584 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/sndfile/decodersndfilefactory.cpp')
-rw-r--r--src/plugins/Input/sndfile/decodersndfilefactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/sndfile/decodersndfilefactory.cpp b/src/plugins/Input/sndfile/decodersndfilefactory.cpp
index 90cb00711..c09958d39 100644
--- a/src/plugins/Input/sndfile/decodersndfilefactory.cpp
+++ b/src/plugins/Input/sndfile/decodersndfilefactory.cpp
@@ -77,7 +77,7 @@ const DecoderProperties DecoderSndFileFactory::properties() const
return properties;
}
-Decoder *DecoderSndFileFactory::create(const QString &path, QIODevice *input)
+Decoder *DecoderSndFileFactory::create(const QString &, QIODevice *input)
{
return new DecoderSndFile(input);
}