From 0d8981c06d0debc19beff2440d8804c63e62151b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 21 Jul 2016 10:30:40 +0000 Subject: fixed gcc warning git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6584 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/sndfile/decodersndfilefactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Input/sndfile/decodersndfilefactory.cpp') 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); } -- cgit v1.2.3-13-gbd6f