diff --git a/app/dialog/footageproperties/streamproperties/audiostreamproperties.cpp b/app/dialog/footageproperties/streamproperties/audiostreamproperties.cpp index 19e8351bd..586826a02 100644 --- a/app/dialog/footageproperties/streamproperties/audiostreamproperties.cpp +++ b/app/dialog/footageproperties/streamproperties/audiostreamproperties.cpp @@ -29,6 +29,7 @@ AudioStreamProperties::AudioStreamProperties(AudioStream *stream) : void AudioStreamProperties::Accept(QUndoCommand*) { + Q_UNUSED(stream_) } }