X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-fespecularlighting.cpp;h=b1ef987e12511a45a394b0cc657babb6e7db7e94;hb=2338d0f7bcdb2ca35667da4b02dd03ede37e4a65;hp=d03d8bf06662cb9df2f13fb7a6c3b9c4aac61a25;hpb=8c833a9abfd335f0305466ad7451c03c2f6b50dd;p=inkscape.git diff --git a/src/sp-fespecularlighting.cpp b/src/sp-fespecularlighting.cpp index d03d8bf06..b1ef987e1 100644 --- a/src/sp-fespecularlighting.cpp +++ b/src/sp-fespecularlighting.cpp @@ -108,8 +108,9 @@ static void sp_feSpecularLighting_set(SPObject *object, unsigned int key, gchar const *value) { SPFeSpecularLighting *feSpecularLighting = SP_FESPECULARLIGHTING(object); + (void)feSpecularLighting; - switch(key) { + switch(key) { /*DEAL WITH SETTING ATTRIBUTES HERE*/ default: if (((SPObjectClass *) feSpecularLighting_parent_class)->set)