From 8c3e0c4d90fce56f59aab84f1f62aaf484706ce1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Nov 2020 11:52:57 +0100 Subject: Fix Wunused-parameter warnings --- ganv/Module.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ganv/Module.hpp') diff --git a/ganv/Module.hpp b/ganv/Module.hpp index f076a70..00d295d 100644 --- a/ganv/Module.hpp +++ b/ganv/Module.hpp @@ -59,7 +59,9 @@ public: "label", name.c_str(), "draggable", TRUE, nullptr))) - {} + { + (void)show_title; + } template class iterator_base { -- cgit v1.2.1