Added -Werror.

2000-11-22  Martin Baulig  <martin@home-of-linux.org>

	* configure.in (INCLUDES): Added -Werror.

	* include/glibtop/open.h (_glibtop_open_sysdeps): The first
	argument is now a `glibtop_client *', removed the `flags' argument
	and added `const char **backend_args' and `GError **opt_error'.
This commit is contained in:
Martin Baulig
2000-11-22 21:26:15 +00:00
committed by Martin Baulig
parent f704c4becf
commit 6e4f80b8e2
12 changed files with 68 additions and 53 deletions

View File

@@ -99,7 +99,7 @@ glibtop_client_warning_handler (glibtop_client *client, GError *error)
}
void
static void
glibtop_client_marshal_VOID__POINTER (GClosure *closure,
GValue *return_value,
guint n_param_values,