Code

warning cleanup
authorJucaBlues <JucaBlues@users.sourceforge.net>
Sat, 28 Jun 2008 20:13:29 +0000 (20:13 +0000)
committerJucaBlues <JucaBlues@users.sourceforge.net>
Sat, 28 Jun 2008 20:13:29 +0000 (20:13 +0000)
src/selection-chemistry.cpp

index d4964c284525d6859bd64cf8176257d3301e035c..9b11ef9f62be66880862cffeb4c3136529326cb1 100644 (file)
@@ -1887,7 +1887,6 @@ sp_selection_relink()
     gchar *newref = g_strdup_printf ("#%s", newid);
 
     // Get a copy of current selection.
-    GSList *new_select = NULL;
     bool relinked = false;
     for (GSList *items = (GSList *) selection->itemList();
          items != NULL;
@@ -2544,7 +2543,8 @@ sp_selection_create_bitmap_copy ()
     // Run filter, if any
     if (run) {
         g_print ("Running external filter: %s\n", run);
-        system (run);
+        int retval;
+        retval = system (run);
     }
 
     // Import the image back