From 4f98972d426507aaceb1c55d5fdee5b258999445 Mon Sep 17 00:00:00 2001 From: "Liam P. White" Date: Fri, 17 Oct 2014 15:40:53 -0400 Subject: Small warning cleanup (bzr r13341.1.277) --- src/2geom/numeric/symmetric-matrix-fs-operation.h | 2 +- src/2geom/numeric/symmetric-matrix-fs-trace.h | 2 +- src/style-internal.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/2geom/numeric/symmetric-matrix-fs-operation.h b/src/2geom/numeric/symmetric-matrix-fs-operation.h index 5222d2734..37ece56ae 100644 --- a/src/2geom/numeric/symmetric-matrix-fs-operation.h +++ b/src/2geom/numeric/symmetric-matrix-fs-operation.h @@ -44,7 +44,7 @@ namespace Geom { namespace NL { template inline -SymmetricMatrix adj(const ConstBaseSymmetricMatrix & S) +SymmetricMatrix adj(const ConstBaseSymmetricMatrix & /*S*/) { THROW_NOTIMPLEMENTED(); return SymmetricMatrix(); diff --git a/src/2geom/numeric/symmetric-matrix-fs-trace.h b/src/2geom/numeric/symmetric-matrix-fs-trace.h index 099c834a8..dbabecf6e 100644 --- a/src/2geom/numeric/symmetric-matrix-fs-trace.h +++ b/src/2geom/numeric/symmetric-matrix-fs-trace.h @@ -74,7 +74,7 @@ template struct trace { static - double evaluate (const ConstBaseSymmetricMatrix & S) + double evaluate (const ConstBaseSymmetricMatrix & /*S*/) { THROW_NOTIMPLEMENTED(); return K; diff --git a/src/style-internal.h b/src/style-internal.h index 9158ed60e..5a853fcef 100644 --- a/src/style-internal.h +++ b/src/style-internal.h @@ -387,7 +387,7 @@ class SPIString : public SPIBase { public: SPIString() : SPIBase( "anonymous_string" ), value(NULL) {}; - SPIString( Glib::ustring name, gchar* value_default_in = NULL ) : + SPIString( Glib::ustring name, gchar const* value_default_in = NULL ) : SPIBase( name ) , value(NULL) , value_default(NULL) { value_default = value_default_in?g_strdup(value_default_in):NULL; }; -- cgit v1.2.3