More G_GNUC_UNUSED fun.

This commit is contained in:
Martin Baulig
1998-10-04 13:27:51 +00:00
parent d2448ea6f3
commit afb07a1f8b
7 changed files with 14 additions and 12 deletions

View File

@@ -56,7 +56,8 @@ static void set_linux_version(void) {
void
glibtop_open_s (glibtop *server, const char *program_name,
const unsigned long features, const unsigned flags)
const unsigned long G_GNUC_UNUSED features,
const unsigned G_GNUC_UNUSED flags)
{
#ifdef HAVE_LIBGTOP_SMP
char buffer [BUFSIZ], *p;