Fixed some compiler warnings identified by gcc's -Wextra option.
[collectd.git] / src / plugin.c
index 88da209..77f7aff 100644 (file)
@@ -600,7 +600,7 @@ void plugin_init_all (void)
        }
 } /* void plugin_init_all */
 
-void plugin_read_all (const int *loop)
+void plugin_read_all (void)
 {
        llentry_t   *le;
        read_func_t *rf;