Changeset: 86f3baf559e9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=86f3baf559e9
Modified Files:
sql/backends/monet5/datacell/actuator.c
Branch: default
Log Message:
Fix compilation issue
diffs (14 lines):
diff --git a/sql/backends/monet5/datacell/actuator.c
b/sql/backends/monet5/datacell/actuator.c
--- a/sql/backends/monet5/datacell/actuator.c
+++ b/sql/backends/monet5/datacell/actuator.c
@@ -103,8 +103,8 @@
The code is relatively straightforward to extend to create your favoured dummy
sensor.
*/
-void
-usage()
+static void
+usage(void)
{
mnstr_printf(ACout, "The actuator tool can be used to catch an event
sequence \n");
mnstr_printf(ACout, "from the emitter port. Data is in ascii .\n");
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list