From 3e41c196a3b0cda7e338e7389a0d7be31d42d58f Mon Sep 17 00:00:00 2001 From: Martin Vidner Date: Fri, 20 Oct 2006 14:55:28 +0000 Subject: [PATCH] don't warn about unused parameters --- zypp/ZYppCallbacks.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zypp/ZYppCallbacks.h b/zypp/ZYppCallbacks.h index fc99539..e902461 100644 --- a/zypp/ZYppCallbacks.h +++ b/zypp/ZYppCallbacks.h @@ -298,8 +298,8 @@ namespace zypp enum Notify { OUTPUT, PING }; /** Whether executing do_script on install or undo_script on delete. */ - virtual void start( const Resolvable::constPtr & script_r, - const Pathname & path_r, + virtual void start( const Resolvable::constPtr & /*script_r*/, + const Pathname & /*path_r*/, Task ) {} /** Progress provides the script output. If the script is quiet, -- 2.7.4