[Skencil-commits] r687 - in skencil/branches/skencil-0.6: . Sketch/Modules

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jun 14 00:18:39 CEST 2006


Author: bh
Date: 2006-06-14 00:18:39 +0200 (Wed, 14 Jun 2006)
New Revision: 687

Modified:
   skencil/branches/skencil-0.6/ChangeLog
   skencil/branches/skencil-0.6/Sketch/Modules/_sketchmodule.c
Log:

Silence a compiler warning.


Modified: skencil/branches/skencil-0.6/ChangeLog
===================================================================
--- skencil/branches/skencil-0.6/ChangeLog	2006-06-13 21:56:09 UTC (rev 686)
+++ skencil/branches/skencil-0.6/ChangeLog	2006-06-13 22:18:39 UTC (rev 687)
@@ -1,3 +1,8 @@
+2006-06-14  Bernhard Herzog  <bh at intevation.de>
+
+	* Sketch/Modules/_sketchmodule.c (init_sketch): Silence a compiler
+	warning.
+
 2006-06-13  Bernhard Herzog  <bh at intevation.de>
 
 	* Sketch/Modules/sktrafo.c (SKTrafo_FromDouble, sktrafo_dealloc),

Modified: skencil/branches/skencil-0.6/Sketch/Modules/_sketchmodule.c
===================================================================
--- skencil/branches/skencil-0.6/Sketch/Modules/_sketchmodule.c	2006-06-13 21:56:09 UTC (rev 686)
+++ skencil/branches/skencil-0.6/Sketch/Modules/_sketchmodule.c	2006-06-13 22:18:39 UTC (rev 687)
@@ -1,5 +1,5 @@
 /* Sketch - A Python-based interactive drawing program
- * Copyright (C) 1997, 1998, 1999 by Bernhard Herzog
+ * Copyright (C) 1997, 1998, 1999, 2006 by Bernhard Herzog
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -126,7 +126,7 @@
 }
 
 void
-init_sketch()
+init_sketch(void)
 {
     PyObject * d, *m, *r, *pax;
 



More information about the Skencil-commits mailing list