Removed G_GNUC_UNUSED.
This commit is contained in:
@@ -24,5 +24,5 @@
|
||||
/* Closes pipe to gtop server. */
|
||||
|
||||
void
|
||||
glibtop_close_s (glibtop G_GNUC_UNUSED *server)
|
||||
glibtop_close_s (glibtop *server)
|
||||
{ }
|
||||
|
@@ -53,7 +53,7 @@ void
|
||||
glibtop_get_cpu_s (glibtop *server, glibtop_cpu *buf)
|
||||
{
|
||||
char buffer [BUFSIZ], *p;
|
||||
int fd, len, G_GNUC_UNUSED i;
|
||||
int fd, len, i;
|
||||
|
||||
glibtop_init_s (&server, GLIBTOP_SYSDEPS_CPU, 0);
|
||||
|
||||
|
@@ -56,8 +56,8 @@ static void set_linux_version(void) {
|
||||
|
||||
void
|
||||
glibtop_open_s (glibtop *server, const char *program_name,
|
||||
const unsigned long G_GNUC_UNUSED features,
|
||||
const unsigned G_GNUC_UNUSED flags)
|
||||
const unsigned long features,
|
||||
const unsigned flags)
|
||||
{
|
||||
#ifdef HAVE_LIBGTOP_SMP
|
||||
char buffer [BUFSIZ], *p;
|
||||
|
@@ -52,7 +52,7 @@ void
|
||||
glibtop_get_proc_time_s (glibtop *server, glibtop_proc_time *buf, pid_t pid)
|
||||
{
|
||||
char buffer [BUFSIZ], *p;
|
||||
int G_GNUC_UNUSED i;
|
||||
int i;
|
||||
|
||||
glibtop_init_s (&server, GLIBTOP_SYSDEPS_PROC_TIME, 0);
|
||||
|
||||
|
Reference in New Issue
Block a user