diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2014-03-14 21:20:04 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2014-03-14 21:20:04 +0000 |
| commit | d36d9c10ba8f58ec152d9cefa3fa0b1c31333be0 (patch) | |
| tree | ee87e8e2319ae70599485e929fcbfed8f3419a9b /src/style.cpp | |
| parent | string class usage (diff) | |
| download | inkscape-d36d9c10ba8f58ec152d9cefa3fa0b1c31333be0.tar.gz inkscape-d36d9c10ba8f58ec152d9cefa3fa0b1c31333be0.zip | |
fix build warning
(bzr r13151)
Diffstat (limited to 'src/style.cpp')
| -rw-r--r-- | src/style.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.cpp b/src/style.cpp index 132972164..c57cf6349 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -4373,7 +4373,7 @@ sp_style_write_ilengthornormal(gchar *p, gint const len, gchar const *const key, * Write SPIDashArray object into string. */ static gint -sp_style_write_idasharray(gchar *p, gint const len, gchar const *const key, +sp_style_write_idasharray(gchar *p, gint const len, gchar const *const /*key*/, SPIDashArray const *const val, SPIDashArray const *const base, guint const flags) { if ((flags & SP_STYLE_FLAG_ALWAYS) |
