Code

Fixed unintialized variables and minor misc warnings
[inkscape.git] / src / sp-fecolormatrix.cpp
index 02ba17b0d72c7a7ca371d46fe594d634a617b65d..f224e9c3c174ffc52d62e8d676d219e195873743 100644 (file)
@@ -108,8 +108,9 @@ static void
 sp_feColorMatrix_set(SPObject *object, unsigned int key, gchar const *value)
 {
     SPFeColorMatrix *feColorMatrix = SP_FECOLORMATRIX(object);
+    (void)feColorMatrix;
 
-    switch(key) {\r
+    switch(key) {
        /*DEAL WITH SETTING ATTRIBUTES HERE*/
         default:
             if (((SPObjectClass *) feColorMatrix_parent_class)->set)