From d89b161b1f02efc2082191696367036994372f27 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sun, 2 Mar 2008 05:45:09 +0000 Subject: warning cleanup (bzr r4917) --- src/extension/execution-env.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/extension/execution-env.cpp') diff --git a/src/extension/execution-env.cpp b/src/extension/execution-env.cpp index fae764a9d..aa8c82171 100644 --- a/src/extension/execution-env.cpp +++ b/src/extension/execution-env.cpp @@ -70,7 +70,7 @@ ExecutionEnv::ExecutionEnv (Effect * effect, Inkscape::UI::View::View * doc, Imp } /** \brief Destroy an execution environment - + Destroys the dialog if created and the document cache. */ ExecutionEnv::~ExecutionEnv (void) { @@ -138,7 +138,7 @@ ExecutionEnv::createWorkingDialog (void) { } void -ExecutionEnv::workingCanceled( const int resp) { +ExecutionEnv::workingCanceled( const int /*resp*/) { cancel(); undo(); return; -- cgit v1.2.3