Code

Warning cleanup
[inkscape.git] / src / sp-script.cpp
index 48247ecad7610c9ae9c46c8fcb3d30029ce83eeb..2b855e4554d803989747da7da56ab2fdd1147516 100644 (file)
@@ -69,15 +69,15 @@ static void sp_script_release(SPObject *object)
     }
 }
 
-static void sp_script_update(SPObject *object, SPCtx *ctx, guint flags)
+static void sp_script_update(SPObject */*object*/, SPCtx */*ctx*/, guint /*flags*/)
 {
 }
 
-static void sp_script_modified(SPObject *object, guint flags)
+static void sp_script_modified(SPObject */*object*/, guint /*flags*/)
 {
 }
 
-static Inkscape::XML::Node *sp_script_write(SPObject *object, Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags)
+static Inkscape::XML::Node *sp_script_write(SPObject */*object*/, Inkscape::XML::Document */*xml_doc*/, Inkscape::XML::Node *repr, guint /*flags*/)
 {
 /*
 TODO: