From ac61104df7df1b452666a037aeac55d5b71da85d Mon Sep 17 00:00:00 2001 From: Thomas Holder Date: Fri, 23 Aug 2019 17:25:01 +0200 Subject: Eliminate clang warnings -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some) --- src/style-internal.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/style-internal.cpp') diff --git a/src/style-internal.cpp b/src/style-internal.cpp index e88cad5c0..5ea806b89 100644 --- a/src/style-internal.cpp +++ b/src/style-internal.cpp @@ -409,7 +409,6 @@ void SPILength::setDouble(double v) // Generate a string and allow emove name for parsing dasharray, etc. const Glib::ustring SPILength::toString(bool wname) const { -Inkscape: CSSOStringStream os; if (wname) { os << name << ":"; -- cgit v1.2.3