From 4b311ea3bf8e70990206994074493ea96c8aef64 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Tue, 9 Jun 2020 13:53:51 +1000 Subject: [PATCH] projectexplorer: added unused attribute to parameter that should be used later Fixes another GCC build issue. --- app/widget/projectexplorer/projectexplorer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/widget/projectexplorer/projectexplorer.cpp b/app/widget/projectexplorer/projectexplorer.cpp index dfce65c36..c5b4ab690 100644 --- a/app/widget/projectexplorer/projectexplorer.cpp +++ b/app/widget/projectexplorer/projectexplorer.cpp @@ -335,6 +335,8 @@ void ProjectExplorer::ShowContextMenu() } } + Q_UNUSED(all_items_are_footage_or_sequence) + if (context_menu_items_.size() == 1) { menu.addSeparator();