From 7b781b0f4b6d3c29a2462a53b69789615cc104f9 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sun, 4 May 2008 05:14:00 +0000 Subject: warning cleanup and fixed string free issue (bzr r5594) --- src/application/app-prototype.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/application') diff --git a/src/application/app-prototype.cpp b/src/application/app-prototype.cpp index b94f5ea05..3af818824 100644 --- a/src/application/app-prototype.cpp +++ b/src/application/app-prototype.cpp @@ -14,11 +14,11 @@ namespace Inkscape { namespace NSApplication { -AppPrototype::AppPrototype() +AppPrototype::AppPrototype() { } -AppPrototype::AppPrototype(int argc, const char **argv) +AppPrototype::AppPrototype(int /*argc*/, const char **/*argv*/) { } -- cgit v1.2.3